Skip to content

Enhanced ChatDev with Interactive Chat Interface - AI-powered collaborative software development with natural conversation-based requirement gathering

License

Notifications You must be signed in to change notification settings

tamoor9211/ChatDev-Enhanced

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Communicative Agents for Software Development

【English | Chinese | Japanese | Korean | Filipino | French | Slovak | Portuguese | Spanish | Dutch | Turkish | Hindi | Bahasa Indonesia | Russian | Urdu】

γ€πŸ“š Wiki | πŸš€ Visualizer | πŸ‘₯ Community Built Software | πŸ”§ Customization | πŸ‘Ύ Discord】

πŸš€ NEW: Interactive Chat Interface + Google AI Studio Integration

ChatDev now features an interactive chat interface and uses Google AI Studio (Gemini models)!

πŸ’¬ Interactive Chat Interface (Latest Feature)

  • πŸ—£οΈ Natural Conversation: Discuss your project ideas with an AI agent before development
  • πŸ€” Smart Requirement Gathering: AI asks clarifying questions to understand your needs
  • πŸ“ Automatic Task Generation: Converts conversations into detailed development prompts
  • πŸš€ Seamless Handoff: Smooth transition from chat to development process
  • 🎯 User-Friendly: Just run python run.py --chat or python run.py to start chatting!

πŸ€– Google AI Studio Integration

  • πŸ”„ Migrated from OpenAI to Google AI Studio API
  • πŸ€– Powered by Gemini 1.5 Flash and Gemini 1.5 Pro models
  • πŸ’° More cost-effective with Google's competitive pricing
  • πŸ”§ Smart fallback to local sentence-transformers when Google AI is unavailable
  • πŸ’» Works offline with lightweight local embedding model (~90MB)
  • πŸ”‘ Set your GOOGLE_API_KEY environment variable to get started

See MIGRATION_GUIDE.md for detailed migration information.

πŸ“– Overview

  • ChatDev stands as a virtual software company that operates through various intelligent agents holding different roles, including Chief Executive Officer , Chief Product Officer , Chief Technology Officer , Programmer , Reviewer , Tester , Art designer . These agents form a multi-agent organizational structure and are united by a mission to "revolutionize the digital world through programming." The agents within ChatDev collaborate by participating in specialized functional seminars, including tasks such as designing, coding, testing and documenting.
  • The primary objective of ChatDev is to offer an easy-to-use, highly customizable and extendable framework, which is based on large language models (LLMs) and serves as an ideal scenario for studying and understanding collective intelligence.

πŸŽ‰ News

β€’June 25, 2024: πŸŽ‰To foster development in LLM-powered multi-agent collaborationπŸ€–πŸ€– and related fields, the ChatDev team has curated a collection of seminal papersπŸ“„ presented in a open-source interactive e-bookπŸ“š format. Now you can explore the latest advancements on the Ebook Website and download the paper list.

β€’June 12, 2024: We introduced Multi-Agent Collaboration Networks (MacNet) πŸŽ‰, which utilize directed acyclic graphs to facilitate effective task-oriented collaboration among agents through linguistic interactions πŸ€–πŸ€–. MacNet supports co-operation across various topologies and among more than a thousand agents without exceeding context limits. More versatile and scalable, MacNet can be considered as a more advanced version of ChatDev's chain-shaped topology. Our preprint paper is available at https://arxiv.org/abs/2406.07155. This technique has been incorporated into the macnet branch, enhancing support for diverse organizational structures and offering richer solutions beyond software development (e.g., logical reasoning, data analysis, story generation, and more).

Old News

β€’ May 07, 2024, we introduced "Iterative Experience Refinement" (IER), a novel method where instructor and assistant agents enhance shortcut-oriented experiences to efficiently adapt to new tasks. This approach encompasses experience acquisition, utilization, propagation and elimination across a series of tasks and making the pricess shorter and efficient. Our preprint paper is available at https://arxiv.org/abs/2405.04219, and this technique will soon be incorporated into ChatDev.

β€’ January 25, 2024: We have integrated Experiential Co-Learning Module into ChatDev. Please see the Experiential Co-Learning Guide.

β€’ December 28, 2023: We present Experiential Co-Learning, an innovative approach where instructor and assistant agents accumulate shortcut-oriented experiences to effectively solve new tasks, reducing repetitive errors and enhancing efficiency. Check out our preprint paper at https://arxiv.org/abs/2312.17025 and this technique will soon be integrated into ChatDev.

β€’ November 15, 2023: We launched ChatDev as a SaaS platform that enables software developers and innovative entrepreneurs to build software efficiently at a very low cost and remove the barrier to entry. Try it out at https://chatdev.modelbest.cn/.

β€’ November 2, 2023: ChatDev is now supported with a new feature: incremental development, which allows agents to develop upon existing codes. Try --config "incremental" --path "[source_code_directory_path]" to start it.

β€’ October 26, 2023: ChatDev is now supported with Docker for safe execution (thanks to contribution from ManindraDeMel). Please see Docker Start Guide.

β€’ September 25, 2023: The **Git** mode is now available, enabling the programmer to utilize Git for version control. To enable this feature, simply set ``"git_management"`` to ``"True"`` in ``ChatChainConfig.json``. See [guide](wiki.md#git-mode).

β€’ September 20, 2023: The **Human-Agent-Interaction** mode is now available! You can get involved with the ChatDev team by playing the role of reviewer and making suggestions to the programmer ; try ``python3 run.py --task [description_of_your_idea] --config "Human"``. See [guide](wiki.md#human-agent-interaction) and [example](WareHouse/Gomoku_HumanAgentInteraction_20230920135038).

β€’ September 1, 2023: The **Art** mode is available now! You can activate the designer agent to generate images used in the software; try ``python3 run.py --task [description_of_your_idea] --config "Art"``. See [guide](wiki.md#art) and [example](WareHouse/gomokugameArtExample_THUNLP_20230831122822). β€’ August 28, 2023: The system is publicly available. β€’ August 17, 2023: The v1.0.0 version was ready for release. β€’ July 30, 2023: Users can customize ChatChain, Phasea and Role settings. Additionally, both online Log mode and replay mode are now supported. β€’ July 16, 2023: The [preprint paper](https://arxiv.org/abs/2307.07924) associated with this project was published. β€’ June 30, 2023: The initial version of the ChatDev repository was released.

❓ What Can ChatDev Do?

intro

demo.mp4

⚑️ Quickstart

πŸ’»οΈ Quickstart with Web

Access the web page for visualization and configuration use: https://chatdev.modelbest.cn/

πŸ–₯️ Quickstart with terminal

To get started, follow these steps:

  1. Clone the GitHub Repository: Begin by cloning the repository using the command:

    git clone https://github.com/OpenBMB/ChatDev.git
    
  2. Set Up Python Environment: Ensure you have a version 3.9 or higher Python environment. You can create and activate this environment using the following commands, replacing ChatDev_conda_env with your preferred environment name:

    conda create -n ChatDev_conda_env python=3.9 -y
    conda activate ChatDev_conda_env
    
  3. Install Dependencies: Move into the ChatDev directory and install the necessary dependencies by running:

    cd ChatDev
    pip3 install -r requirements.txt
    
  4. Set Google AI Studio API Key: Export your Google AI Studio API key as an environment variable. Replace "your_Google_API_key" with your actual API key from Google AI Studio. Remember that this environment variable is session-specific, so you need to set it again if you open a new terminal session. On Unix/Linux:

    export GOOGLE_API_KEY="your_Google_API_key"
    

    On Windows:

    $env:GOOGLE_API_KEY="your_Google_API_key"
    

    Note: For backward compatibility, you can still use OPENAI_API_KEY which will be treated as GOOGLE_API_KEY.

  5. Build Your Software: Use the following command to initiate the building of your software, replacing [description_of_your_idea] with your idea's description and [project_name] with your desired project name: On Unix/Linux:

    python3 run.py --task "[description_of_your_idea]" --name "[project_name]" --model GEMINI_1_5_FLASH
    

    On Windows:

    python run.py --task "[description_of_your_idea]" --name "[project_name]" --model GEMINI_1_5_FLASH
    

    Available Models:

    • GEMINI_1_5_FLASH: Fast and cost-effective (recommended for most tasks)
    • GEMINI_1_5_PRO: High-performance model for complex tasks
    • GEMINI_1_0_PRO: Standard model
    • GEMINI_PRO: Alias for GEMINI_1_0_PRO
    • GEMINI_PRO_VISION: Vision-capable model

    πŸ’¬ NEW: Interactive Chat Mode (Recommended for Beginners): Instead of specifying the task directly, you can start an interactive conversation:

    python3 run.py --chat
    

    Or simply:

    python3 run.py
    

    This will start a friendly chat interface where you can:

    • Discuss your project ideas naturally
    • Get help refining requirements
    • Ask questions and get clarifications
    • Say "start" when ready to begin development

    Example Chat Session:

    πŸ€– Hi! I'm here to help you plan your software project.
    πŸ‘€ You: I want to build a simple calculator web app
    πŸ€– Great! What operations should it support?
    πŸ‘€ You: Basic math operations with a clean interface
    πŸ€– Should it handle decimals and error cases?
    πŸ‘€ You: Yes, let's start development
    βœ… Starting development of: Calculator_Web_App
    
  6. Run Your Software: Once generated, you can find your software in the WareHouse directory under a specific project folder, such as project_name_DefaultOrganization_timestamp. Run your software using the following command within that directory: On Unix/Linux:

    cd WareHouse/project_name_DefaultOrganization_timestamp
    python3 main.py
    

    On Windows:

    cd WareHouse/project_name_DefaultOrganization_timestamp
    python main.py
    

🐳 Quickstart with Docker

✨️ Advanced Skills

For more detailed information, please refer to our Wiki, where you can find:

  • An introduction to all command run parameters.
  • A straightforward guide for setting up a local web visualizer demo, which can visualize real-time logs, replayed logs, and ChatChain.
  • An overview of the ChatDev framework.
  • A comprehensive introduction to all advanced parameters in ChatChain configuration.
  • Guides for customizing ChatDev, including:
    • ChatChain: Design your own software development process (or any other process), such as DemandAnalysis -> Coding -> Testing -> Manual.
    • Phase: Design your own phase within ChatChain, like DemandAnalysis.
    • Role: Defining the various agents in your company, such as the Chief Executive Officer.

πŸ€— Share Your Software

Code: We are enthusiastic about your interest in participating in our open-source project. If you come across any problems, don't hesitate to report them. Feel free to create a pull request if you have any inquiries or if you are prepared to share your work with us! Your contributions are highly valued. Please let me know if there's anything else you need assistance!

Company: Creating your own customized "ChatDev Company" is a breeze. This personalized setup involves three simple configuration JSON files. Check out the example provided in the CompanyConfig/Default directory. For detailed instructions on customization, refer to our Wiki.

Software: Whenever you develop software using ChatDev, a corresponding folder is generated containing all the essential information. Sharing your work with us is as simple as making a pull request. Here's an example: execute the command python3 run.py --task "design a 2048 game" --name "2048" --org "THUNLP" --config "Default". This will create a software package and generate a folder named /WareHouse/2048_THUNLP_timestamp. Inside, you'll find:

  • All the files and documents related to the 2048 game software
  • Configuration files of the company responsible for this software, including the three JSON config files from CompanyConfig/Default
  • A comprehensive log detailing the software's building process that can be used to replay (timestamp.log)
  • The initial prompt used to create this software (2048.prompt)

See community contributed software here!

πŸ‘¨β€πŸ’»β€ Contributors

Made with contrib.rocks.

πŸ”Ž Citation

@article{chatdev,
    title = {ChatDev: Communicative Agents for Software Development},
    author = {Chen Qian and Wei Liu and Hongzhang Liu and Nuo Chen and Yufan Dang and Jiahao Li and Cheng Yang and Weize Chen and Yusheng Su and Xin Cong and Juyuan Xu and Dahai Li and Zhiyuan Liu and Maosong Sun},
    journal = {arXiv preprint arXiv:2307.07924},
    url = {https://arxiv.org/abs/2307.07924},
    year = {2023}
}

@article{colearning,
    title = {Experiential Co-Learning of Software-Developing Agents},
    author = {Chen Qian and Yufan Dang and Jiahao Li and Wei Liu and Zihao Xie and Yifei Wang and Weize Chen and Cheng Yang and Xin Cong and Xiaoyin Che and Zhiyuan Liu and Maosong Sun},
    journal = {arXiv preprint arXiv:2312.17025},
    url = {https://arxiv.org/abs/2312.17025},
    year = {2023}
}

@article{macnet,
    title={Scaling Large-Language-Model-based Multi-Agent Collaboration},
    author={Chen Qian and Zihao Xie and Yifei Wang and Wei Liu and Yufan Dang and Zhuoyun Du and Weize Chen and Cheng Yang and Zhiyuan Liu and Maosong Sun}
    journal={arXiv preprint arXiv:2406.07155},
    url = {https://arxiv.org/abs/2406.07155},
    year={2024}
}

@article{iagents,
    title={Autonomous Agents for Collaborative Task under Information Asymmetry},
    author={Wei Liu and Chenxi Wang and Yifei Wang and Zihao Xie and Rennai Qiu and Yufan Dnag and Zhuoyun Du and Weize Chen and Cheng Yang and Chen Qian},
    journal={arXiv preprint arXiv:2406.14928},
    url = {https://arxiv.org/abs/2406.14928},
    year={2024}
}

More research from our lab can be accessed here.

βš–οΈ License

  • Source Code Licensing: Our project's source code is licensed under the Apache 2.0 License. This license permits the use, modification, and distribution of the code, subject to certain conditions outlined in the Apache 2.0 License.
  • Data Licensing: The related data utilized in our project is licensed under CC BY-NC 4.0. This license explicitly permits non-commercial use of the data. We would like to emphasize that any models trained using these datasets should strictly adhere to the non-commercial usage restriction and should be employed exclusively for research purposes.

🀝 Acknowledgments

Β Β  Β Β  Β Β 

πŸ“¬ Contact

If you have any questions, feedback, or would like to get in touch, please feel free to reach out to us via email at [email protected]

About

Enhanced ChatDev with Interactive Chat Interface - AI-powered collaborative software development with natural conversation-based requirement gathering

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published