Coze Studio

Normal
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

Strengths & Limitations

Strengths

  • High community interest (21.5k stars)
  • Permissive open-source license (Apache-2.0)

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

Activepieces

24.2k · TypeScript
Active A

Activepieces is an open-source AI workflow automation platform with 400+ MCP servers for AI agents, enabling no-code business process orchestration.

workflowautomationmcp +2
  • · 400+ integration pieces — ready-to-use integrations for Google Sheets, OpenAI, Discord, and 400+ services
  • · Auto-generated MCP servers — all pieces exposed as MCP servers for direct use in Claude Desktop
  • · TypeScript type-safe framework — pieces written in TypeScript with hot-reload local development

VoltAgent

10.5k · TypeScript
Active A+

VoltAgent is an end-to-end AI Agent engineering platform combining a TypeScript framework with the VoltOps console for workflow, MCP, memory, and observability.

workflowagent-frameworktypescript +2
  • · Core agent runtime - typed roles, tools, memory, and model providers wired in one place
  • · Declarative workflow engine - multi-step automations described in code, not graph editors
  • · Supervisor and sub-agent topology - specialized agents coordinated by a supervisor runtime

AutoKitteh

1.1k · Go
Stale B

AutoKitteh is a durable workflow automation platform for AI agents and integrations, with code-first workflows, long-running state, and deep observability.

workflowdurable-executionautomation +1
  • · Durable execution engine that survives crashes, restarts, and multi-day schedules
  • · Code-first workflows written in Python with versioning and type checking
  • · Native integration adapters for GitHub, Slack, Google Workspace, HTTP, and databases

Related Articles