Coze Studio
StaleDescription
Open-source AI agent development platform from Coze, providing visual tools to simplify agent creation, debugging, and deployment with one-click publishing to multiple channels.
Key Features
- Visual agent building — No-code/low-code creation, debugging and publishing of AI agents
- Workflow orchestration — Create, modify, publish and delete complex workflows
- RAG knowledge base — Integrated knowledge base management with document retrieval augmented generation
- Multi-model integration — Manage model list, integrate OpenAI, Volcengine and other model services
- Plugin & resource management — Create and manage plugins, knowledge bases, databases, prompts
- API & SDK — OpenAPI and Chat SDK for embedding agents into your own applications
Use Cases
Categories
Quick Start
```bash
# Clone code
git clone https://github.com/coze-dev/coze-studio.git
cd coze-studio
# Start service
# macOS or Linux
make web
# Windows
cp ./docker/.env.example ./docker/.env
docker compose -f ./docker/docker-compose.yml up
# Register at http://localhost:8888/sign
# Configure models at http://localhost:8888/admin/#model-management
# Start using at http://localhost:8888/
```