开始
快速开始
为试用、部署或开发 Monkeys 选择正确路径
快速开始
根据你的目标选择路径。
| 目标 | 推荐路径 |
|---|---|
| 理解产品 | 为什么选择 Monkeys 和 核心概念 |
| 不搭建基础设施,直接体验产品 | 云服务 |
| 从零启动私有环境 | 从 0 到 1 部署 |
| 用容器运行完整本地栈 | Docker Compose |
| 开发前端或后端代码 | 本地开发 |
| 部署到 Kubernetes | Helm |
当前仓库结构
当前 Monkeys 平台是多仓库结构。本地运行时建议把各仓库克隆到同一个父级工作区。
INFMONKEYS/
monkeys/
monkeys-server/
monkeys-studio/
monkeys-kernel/
monkeys-compute/
...核心产品仓库:
git clone https://github.com/infmonkeys/monkeys.git
git clone https://github.com/infmonkeys/monkeys-server.git
git clone https://github.com/infmonkeys/monkeys-studio.git
git clone https://github.com/infmonkeys/monkeys-kernel.git
git clone https://github.com/infmonkeys/monkeys-compute.git可选能力仓库按需克隆:
git clone https://github.com/infmonkeys/monkeys-agent-server.git
git clone https://github.com/infmonkeys/monkeys-billing-server.git
git clone https://github.com/infmonkeys/monkeys-data-server.git
git clone https://github.com/infmonkeys/monkeys-webhook-server.git
git clone https://github.com/infmonkeys/monkeys-mcp-server.git
git clone https://github.com/infmonkeys/monkeys-conductor-worker.git
git clone https://github.com/infmonkeys/monkeys-training-worker.git
git clone https://github.com/infmonkeys/monkeys-comfyui-worker.git
git clone https://github.com/infmonkeys/monkey-tools-third-party-api.git
git clone https://github.com/infmonkeys/monkey-tools-third-party-api-python.git
git clone https://github.com/infmonkeys/monkey-tools-sandbox.git
git clone https://github.com/infmonkeys/monkey-tools-agentkits.git开发概览
- 从
monkeys/docker/infrastructure启动共享基础设施。 - 从
monkeys/docker/services启动产品服务,或分别进入后端和前端仓库以开发模式运行。 - 将外部工具服务通过
manifest.json导入 Studio。 - 在 Studio 中创建或打开工作流,并通过界面或 OpenAI 兼容 API 测试。
完整私有环境请查看 从 0 到 1 部署,准备代码贡献时请查看 本地开发。