Back to Agents
O
ChatDev
by OpenBMB · v2.0
ChatDev is a virtual software company that operates through various intelligent agents holding different roles like CEO, CPO, CTO, programmer, reviewer, tester, and designer. These agents form a multi-agent organizational structure and collaborate by participating in specialized functional seminars to complete software development tasks.
multi-agentsoftware-companyrole-playingCode Generation
Agent Card
Protocols
CLIREST API
Capabilities
software-designcode-generationtestingcode-reviewdocumentation
Input / Output
INPUT:
text
OUTPUT:
codedocumentationfile
Authentication
API Key
API ENDPOINT:
https://api.chatdev.ai
Quick Start
# Install and configure
curl -X POST https://api.chatdev.ai/agents \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"task": "your task here"}'