Coze Studio

Stale
GitHub TypeScript Apache-2.0

Description

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

💡 Quickly build enterprise AI customer service agents
💡 Automate complex business logic through workflow orchestration
💡 Build knowledge Q&A systems and publish to multiple channels
💡 Rapidly prototype AI applications using built-in templates
💡 Embed existing agents into your own products or systems

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/
```

Related Projects

Related Articles