$git clone https://github.com/10cl/chatdev[![author][author-image]][author-url] [![license][license-image]][license-url] [![release][release-image]][release-url] [![last commit][last-commit-image]][last-commit-url] [![discord][discord-image]][discord-url] [![chrome-version][chrome-image]][chrome-url] [![chrome-user][chro
| 1 | <p align="center"> |
| 2 | <img src="./screenshots/chatdev.svg"> |
| 3 | </p> |
| 4 | <h1 align="center">ChatDev IDE: Building Your AI Agent</h1> |
| 5 | |
| 6 | <div align="center"> |
| 7 | |
| 8 | [![author][author-image]][author-url] |
| 9 | [![license][license-image]][license-url] |
| 10 | [![release][release-image]][release-url] |
| 11 | [![last commit][last-commit-image]][last-commit-url] |
| 12 | [![discord][discord-image]][discord-url] |
| 13 | [![chrome-version][chrome-image]][chrome-url] |
| 14 | [![chrome-user][chrome-user-image]][chrome-user-url] |
| 15 | |
| 16 | <a href="https://chrome.google.com/webstore/detail/chatdev-visualize-your-ai/dopllopmmfnghbahgbdejnkebfcmomej?utm_source=github"><img src="./screenshots/chrome-logo.png" width="200" alt="Get ChatDev for Chromium"></a> |
| 17 | <a href="https://microsoftedge.microsoft.com/addons/detail/ceoneifbmcdiihmgfjeodiholmbpmibm?utm_source=github"><img src="./screenshots/edge-logo.png" width="160" alt="Get ChatDev for Microsoft Edge"></a> |
| 18 | |
| 19 | |
| 20 | [Screenshot](#-screenshot) | [GameWindow](#-game-window) | [ChatWindow](#-chat-window) | [PromptIDE](#-prompt-ide) | [Bots](#-bots) | [Installation](#-installation) |
| 21 | |
| 22 | [author-image]: https://img.shields.io/badge/author-10cl-blue.svg |
| 23 | [author-url]: https://github.com/10cl |
| 24 | [license-image]: https://img.shields.io/github/license/10cl/chatdev?color=blue |
| 25 | [license-url]: https://github.com/10cl/chatdev/blob/main/LICENSE |
| 26 | [release-image]: https://img.shields.io/github/v/release/10cl/chatdev?color=blue |
| 27 | [release-url]: https://github.com/10cl/chatdev/releases/latest |
| 28 | [last-commit-image]: https://img.shields.io/github/last-commit/10cl/chatdev?label=last%20commit |
| 29 | [last-commit-url]: https://github.com/10cl/chatdev/commits |
| 30 | [discord-image]: https://img.shields.io/discord/977885982579884082?logo=discord |
| 31 | [discord-url]: https://discord.gg/fdjWfgGPjb |
| 32 | [chrome-url]: https://chromewebstore.google.com/detail/chatdev-ide-building-your/dopllopmmfnghbahgbdejnkebfcmomej |
| 33 | [chrome-image]: https://img.shields.io/chrome-web-store/v/dopllopmmfnghbahgbdejnkebfcmomej |
| 34 | [chrome-user-url]: https://chromewebstore.google.com/detail/chatdev-ide-building-your/dopllopmmfnghbahgbdejnkebfcmomej |
| 35 | [chrome-user-image]: https://img.shields.io/chrome-web-store/users/dopllopmmfnghbahgbdejnkebfcmomej |
| 36 | |
| 37 | </div> |
| 38 | |
| 39 | ChatDev IDE is a tools for building your AI agent, Whether it's NPCs in games or powerful agent tools, you can design what you want for this platform. |
| 40 | |
| 41 | It accelerates prompt engineering through **JavaScript Support** that allows implementing complex prompting techniques. |
| 42 | |
| 43 | [https://youtu.be/O0gC2Sxm0EQ?feature=shared](https://youtu.be/O0gC2Sxm0EQ?feature=shared) |
| 44 | |
| 45 | ## 📢 TLDR |
| 46 | * GameMode: in the AI Town Social Simulation, you can customize these NPCs & location mark. |
| 47 | * Agent Support: import from Agent Community or defined yours. |
| 48 | * PromptIDE: Automatic completion, Dual screen display, Visualize PromptFlow, JavaScript Support |
| 49 | * Not just ChatGpt, but the new Bing Chat, Google Bard, Claude, QianWen, iFlytek Spark, and more than 10 open source models. |
| 50 | |
| 51 | ## Feature comparison |
| 52 | <table style="width: 100%;"> |
| 53 | <tr> |
| 54 | <th align="center">Feature</th> |
| 55 | <th align="center">ChatDev IDE</th> |
| 56 | <th align="center">ChatDev(OpenBMB)</th> |
| 57 | </tr> |
| 58 | <tr> |
| 59 | <td align="center">Programming Approach</td> |
| 60 | <td align="center">TypeScript</td> |
| 61 | <td align="center">Python Code</td> |
| 62 | </tr> |
| 63 | <tr> |
| 64 | <td align="center">WorkFlow</td> |
| 65 | <td align="center"><a href="https://github.com/10cl/promptflowx/">promptflowx</a></td> |
| 66 | <td align="center">ChatChainConfig.json</td> |
| 67 | </tr> |
| 68 | <tr> |
| 69 | <td align="center">Supported LLMs</td> |
| 70 | <td align="center">Rich Variety</td> |
| 71 | <td align="center">OpenAI-only</td> |
| 72 | </tr> |
| 73 | <tr> |
| 74 | <td align="center">PromptIDE</td> |
| 75 | <td align="center">✅</td> |
| 76 | <td align="center">❌</td> |
| 77 | </tr> |
| 78 | <tr> |
| 79 | <td align="center">RPG Game</td> |
| 80 | <td align="center">✅</td> |
| 81 | <td align="center">❌</td> |
| 82 | </tr> |
| 83 | <tr> |
| 84 | <td align="center">Scalable</td> |
| 85 | <td align="center">✅< |