Monkeys
开始

快速开始

为试用、部署或开发 Monkeys 选择正确路径

快速开始

根据你的目标选择路径。

目标推荐路径
理解产品为什么选择 Monkeys核心概念
不搭建基础设施,直接体验产品云服务
从零启动私有环境从 0 到 1 部署
用容器运行完整本地栈Docker Compose
开发前端或后端代码本地开发
部署到 KubernetesHelm

当前仓库结构

当前 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

开发概览

  1. monkeys/docker/infrastructure 启动共享基础设施。
  2. monkeys/docker/services 启动产品服务,或分别进入后端和前端仓库以开发模式运行。
  3. 将外部工具服务通过 manifest.json 导入 Studio。
  4. 在 Studio 中创建或打开工作流,并通过界面或 OpenAI 兼容 API 测试。

完整私有环境请查看 从 0 到 1 部署,准备代码贡献时请查看 本地开发

本页目录