[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"workflow-zhikuncode-self-hosted-multi-agent-coding-suite-c270d7b6":3,"seo:featured-workflow:c270d7b6-f7bd-50ee-9b36-a95e11417c7b:es":38,"workflow-related-zhikuncode-self-hosted-multi-agent-coding-suite-c270d7b6-c270d7b6-f7bd-50ee-9b36-a95e11417c7b":84},{"id":4,"uuid":5,"slug":6,"title":7,"description":8,"author_id":9,"author_name":10,"author_avatar":11,"token_estimate":12,"time_saved":12,"model_used":13,"fork_count":12,"vote_count":12,"view_count":14,"parent_id":12,"parent_uuid":13,"lang_type":15,"steps":16,"tags":23,"has_voted":29,"visibility":19,"share_token":13,"is_featured":12,"content_hash":30,"asset_kind":27,"target_tools":31,"install_mode":35,"entrypoint":36,"risk_profile":37,"dependencies":39,"verification":45,"agent_metadata":48,"agent_fit":59,"trust":71,"provenance":80,"created_at":82,"updated_at":83},3554,"c270d7b6-f7bd-50ee-9b36-a95e11417c7b","zhikuncode-self-hosted-multi-agent-coding-suite","ZhikunCode — Self-Hosted Multi-Agent Coding Suite","ZhikunCode is a self-hosted AI coding suite with browser-first control and Docker deployment; README notes the first build can take 15–30 minutes.","8a911193-3180-11f1-9bc6-00163e2b0d79","AI Open Source","https:\u002F\u002Ftokrepo.com\u002Fapple-touch-icon.png",0,"",12,"en",[17],{"id":18,"step_order":19,"title":20,"description":13,"prompt_template":21,"variables":13,"depends_on":22,"expected_output":13},4114,1,"Asset","## Quick Use\n\n```bash\ngit clone https:\u002F\u002Fgithub.com\u002Fzhikunqingtao\u002Fzhikuncode.git\ncd zhikuncode\ncp .env.example .env\n# edit .env and set your LLM API key\ndocker compose up -d\n# open http:\u002F\u002Flocalhost:8080\n```\n\n## Intro\n\nZhikunCode is a self-hosted AI coding suite with browser-first control and Docker deployment; README notes the first build can take 15–30 minutes.\n\n**Best for:** teams who want a private, browser-driven coding agent stack\n\n**Works with:** Docker 20.10+, Docker Compose v2, browser UI (localhost:8080), multiple LLM providers (per README)\n\n**Setup time:** 15-30 minutes\n\n### Key facts (verified)\n\n- GitHub: 229 stars · 68 forks · pushed 2026-05-13.\n- License: MIT · owner avatar + repo URL verified via GitHub API.\n- README-verified entrypoint: `pip install -r requirements.txt`.\n\n## Main\n\n- Use the README’s 3-step Docker path: clone, set `.env`, then `docker compose up -d` and access the UI in the browser.\n\n- Plan for the first build: README calls out a 15–30 minute initial image build (later starts are much faster).\n\n- When enabling optional MCP services, follow the README’s guidance to toggle capability registry entries rather than guessing tool IDs.\n\n### Source-backed notes\n\n- README provides the exact Docker quick start commands, including `cp .env.example .env` and `docker compose up -d`.\n- README states the first build may take 15–30 minutes depending on network speed, and the UI is served at `http:\u002F\u002Flocalhost:8080`.\n- README describes multiple collaboration modes (Team\u002FSwarm\u002FSubAgent) and a browser-first workflow.\n\n### FAQ\n\n- **Do I need Docker to start?**: README recommends Docker Compose as the easiest path; local dev is also described.\n- **Where do I use it?**: In a browser at `http:\u002F\u002Flocalhost:8080` after startup per README.\n- **Why does first start take longer?**: README notes the first run builds Docker images (15–30 minutes).\n\n## Source & Thanks\n\n> Source: https:\u002F\u002Fgithub.com\u002Fzhikunqingtao\u002Fzhikuncode\n> License: MIT\n> GitHub stars: 229 · forks: 68\n\n---\n\n\u003C!-- ZH -->\n\n## Quick Use\n\n```bash\ngit clone https:\u002F\u002Fgithub.com\u002Fzhikunqingtao\u002Fzhikuncode.git\ncd zhikuncode\ncp .env.example .env\n# edit .env and set your LLM API key\ndocker compose up -d\n# open http:\u002F\u002Flocalhost:8080\n```\n\n## Intro\n\nZhikunCode 是自托管 AI 编程套件，主打浏览器全流程操控与 Docker 一键部署，并支持多 Agent 协作；README 提示首次构建约需 15–30 分钟，启动后访问 http:\u002F\u002Flocalhost:8080。\n\n**Best for:** 想要私有化部署、用浏览器统一管控的团队\n\n**Works with:** Docker 20.10+、Docker Compose v2；浏览器 UI（localhost:8080）；多模型提供方（README 说明）\n\n**Setup time:** 15-30 minutes\n\n### Key facts (verified)\n\n- GitHub：229 stars · 68 forks；最近更新 2026-05-13。\n- 许可证：MIT；作者头像与仓库链接均已通过 GitHub API 复核。\n- README 中核对过的入口命令：`pip install -r requirements.txt`。\n\n## Main\n\n- 按 README 的 3 步 Docker 路径：clone → 配置 `.env` → `docker compose up -d`，然后用浏览器访问 UI。\n\n- 给首次构建留时间：README 说明第一次需要 15–30 分钟构建镜像，后续启动会快很多。\n\n- 如需启用可选 MCP 服务，按 README 指引在能力注册表里切换 enabled，而不是凭空猜工具 ID。\n\n### Source-backed notes\n\n- README 给出了 Docker 快速开始命令，包括 `cp .env.example .env` 与 `docker compose up -d`。\n- README 提示首次构建可能需要 15–30 分钟，启动后可访问 `http:\u002F\u002Flocalhost:8080`。\n- README 描述了 Team\u002FSwarm\u002FSubAgent 多种协作模式与浏览器优先的工作流。\n\n### FAQ\n\n- **一定要用 Docker 吗？**：README 推荐 Docker Compose 最省事，同时也提供本地开发方式。\n- **启动后从哪里使用？**：按 README 访问 `http:\u002F\u002Flocalhost:8080` 的浏览器界面。\n- **为什么第一次启动很慢？**：README 说明首次运行会构建镜像，约需 15–30 分钟。\n\n## Source & Thanks\n\n> Source: https:\u002F\u002Fgithub.com\u002Fzhikunqingtao\u002Fzhikuncode\n> License: MIT\n> GitHub stars: 229 · forks: 68\n","0",[24],{"id":25,"name":26,"slug":27,"icon":28},14,"CLI Tools","cli","🖥️",false,"3fac2eb96561189a3463b6cd94c27352f69b3d602f19c46b73b8b78c851bf9a7",[32,33,34],"claude_code","codex","gemini_cli","docker|compose","pip install -r requirements.txt",{"executes_code":29,"modifies_global_config":29,"requires_secrets":38,"uses_absolute_paths":29,"network_access":29},null,{"npm":40,"pip":41,"brew":43,"system":44},[],[42],"requirements.txt",[],[],{"commands":46,"expected_files":47},[],[20],{"asset_kind":27,"target_tools":49,"install_mode":35,"entrypoint":36,"risk_profile":50,"dependencies":51,"content_hash":30,"verification":56},[32,33,34],{"executes_code":29,"modifies_global_config":29,"requires_secrets":38,"uses_absolute_paths":29,"network_access":29},{"npm":52,"pip":53,"brew":54,"system":55},[],[42],[],[],{"commands":57,"expected_files":58},[],[20],{"target":33,"score":60,"status":61,"policy":62,"why":63,"asset_kind":27,"install_mode":35},94,"native","allow",[64,65,66,67,68,69,70],"target_tools includes codex","asset_kind cli","install_mode docker|compose","markdown-only","policy allow","safe markdown-only Codex install","trust established",{"author_trust_level":72,"verified_publisher":29,"asset_signed_hash":30,"signature_status":73,"install_count":12,"report_count":12,"dangerous_capability_badges":74,"review_status":75,"signals":76},"established","hash_only",[],"unreviewed",[77,78,79],"author has published assets","content hash available","no dangerous capability badges",{"owner_uuid":9,"owner_name":10,"source_url":81,"content_hash":30,"visibility":19,"created_at":82,"updated_at":83},"https:\u002F\u002Ftokrepo.com\u002Fen\u002Fworkflows\u002Fzhikuncode-self-hosted-multi-agent-coding-suite","2026-05-13 14:51:50","2026-05-14 00:46:24",[85,139,189,237],{"id":86,"uuid":87,"slug":88,"title":89,"description":90,"author_id":91,"author_name":92,"author_avatar":11,"token_estimate":12,"time_saved":12,"model_used":13,"fork_count":12,"vote_count":12,"view_count":93,"parent_id":12,"parent_uuid":13,"lang_type":15,"steps":94,"tags":95,"has_voted":29,"visibility":19,"share_token":13,"is_featured":12,"content_hash":97,"asset_kind":27,"target_tools":98,"install_mode":99,"entrypoint":100,"risk_profile":101,"dependencies":102,"verification":107,"agent_metadata":110,"agent_fit":121,"trust":124,"provenance":127,"created_at":129,"updated_at":130,"__relatedScore":131,"__relatedReasons":132,"__sharedTags":137},3273,"504d0a00-03fe-59a3-8de7-ae5c3f3ae206","hermes-agent-self-improving-multi-channel-ai-agent","Hermes Agent — Self-Improving Multi-Channel AI Agent","Hermes Agent is a self-improving CLI and gateway agent with memory, skills, cron, and multi-provider support for shared terminal and chat workflows.","8a910fec-3180-11f1-9bc6-00163e2b0d79","Agent Toolkit",13,[],[96],{"id":25,"name":26,"slug":27,"icon":28},"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",[32,33,34],"single","hermes",{"executes_code":29,"modifies_global_config":29,"requires_secrets":38,"uses_absolute_paths":29,"network_access":29},{"npm":103,"pip":104,"brew":105,"system":106},[],[],[],[],{"commands":108,"expected_files":109},[],[],{"asset_kind":27,"target_tools":111,"install_mode":99,"entrypoint":100,"risk_profile":112,"dependencies":113,"content_hash":97,"verification":118},[32,33,34],{"executes_code":29,"modifies_global_config":29,"requires_secrets":38,"uses_absolute_paths":29,"network_access":29},{"npm":114,"pip":115,"brew":116,"system":117},[],[],[],[],{"commands":119,"expected_files":120},[],[],{"target":33,"score":60,"status":61,"policy":62,"why":122,"asset_kind":27,"install_mode":99},[64,65,123,67,68,69,70],"install_mode single",{"author_trust_level":72,"verified_publisher":29,"asset_signed_hash":97,"signature_status":73,"install_count":12,"report_count":12,"dangerous_capability_badges":125,"review_status":75,"signals":126},[],[77,78,79],{"owner_uuid":91,"owner_name":92,"source_url":128,"content_hash":97,"visibility":19,"created_at":129,"updated_at":130},"https:\u002F\u002Ftokrepo.com\u002Fen\u002Fworkflows\u002Fhermes-agent-self-improving-multi-channel-ai-agent","2026-05-12 22:02:43","2026-05-14 00:45:30",153.71919205351736,[133,134,135,136],"shared-tag","topic-match","same-kind","same-target",[27,138],"cli-tools",{"id":140,"uuid":141,"slug":142,"title":143,"description":144,"author_id":91,"author_name":92,"author_avatar":11,"token_estimate":12,"time_saved":12,"model_used":13,"fork_count":12,"vote_count":12,"view_count":145,"parent_id":12,"parent_uuid":13,"lang_type":15,"steps":146,"tags":147,"has_voted":29,"visibility":19,"share_token":13,"is_featured":12,"content_hash":97,"asset_kind":149,"target_tools":150,"install_mode":99,"entrypoint":151,"risk_profile":152,"dependencies":153,"verification":158,"agent_metadata":161,"agent_fit":172,"trust":179,"provenance":182,"created_at":184,"updated_at":185,"__relatedScore":186,"__relatedReasons":187,"__sharedTags":188},3102,"4a6bad3c-a22a-49b3-868a-5999b9a5db2c","hector-self-hosted-agent-runtime-binary","Hector — Self-Hosted Agent Runtime Binary","Run Hector as a self-hosted agent runtime: a single Go binary that serves an agent API and studio UI, keeping execution on your own infrastructure.",18,[],[148],{"id":25,"name":26,"slug":27,"icon":28},"cli_tool",[32,33,34],"README.md",{"executes_code":29,"modifies_global_config":29,"requires_secrets":38,"uses_absolute_paths":29,"network_access":29},{"npm":154,"pip":155,"brew":156,"system":157},[],[],[],[],{"commands":159,"expected_files":160},[],[],{"asset_kind":149,"target_tools":162,"install_mode":99,"entrypoint":151,"risk_profile":163,"dependencies":164,"content_hash":97,"verification":169},[32,33,34],{"executes_code":29,"modifies_global_config":29,"requires_secrets":38,"uses_absolute_paths":29,"network_access":29},{"npm":165,"pip":166,"brew":167,"system":168},[],[],[],[],{"commands":170,"expected_files":171},[],[],{"target":33,"score":173,"status":174,"policy":174,"why":175,"asset_kind":149,"install_mode":99},29,"stage_only",[64,176,123,67,177,178,70],"asset_kind cli_tool","policy stage_only","asset_kind cli_tool is not activated directly for Codex",{"author_trust_level":72,"verified_publisher":29,"asset_signed_hash":97,"signature_status":73,"install_count":12,"report_count":12,"dangerous_capability_badges":180,"review_status":75,"signals":181},[149],[77,78],{"owner_uuid":91,"owner_name":92,"source_url":183,"content_hash":97,"visibility":19,"created_at":184,"updated_at":185},"https:\u002F\u002Ftokrepo.com\u002Fen\u002Fworkflows\u002Fhector-self-hosted-agent-runtime-binary","2026-05-12 01:55:11","2026-05-14 09:27:19",141.91813040142924,[133,134,136],[27,138],{"id":190,"uuid":191,"slug":192,"title":193,"description":194,"author_id":195,"author_name":196,"author_avatar":11,"token_estimate":12,"time_saved":12,"model_used":13,"fork_count":12,"vote_count":12,"view_count":197,"parent_id":12,"parent_uuid":13,"lang_type":15,"steps":198,"tags":199,"has_voted":29,"visibility":19,"share_token":13,"is_featured":12,"content_hash":97,"asset_kind":27,"target_tools":201,"install_mode":202,"entrypoint":203,"risk_profile":204,"dependencies":205,"verification":210,"agent_metadata":213,"agent_fit":224,"trust":227,"provenance":230,"created_at":232,"updated_at":233,"__relatedScore":234,"__relatedReasons":235,"__sharedTags":236},3604,"42bb7d1b-7879-54af-b319-83ecb7d9b53a","reasonix-deepseek-native-coding-agent-cli","Reasonix — DeepSeek-Native Coding Agent CLI","Reasonix is a DeepSeek-native coding agent CLI for the terminal; README reports a 99.82% cache hit in a real-day case study.","8a910e34-3180-11f1-9bc6-00163e2b0d79","Script Depot",11,[],[200],{"id":25,"name":26,"slug":27,"icon":28},[32,33,34],"npx","npx reasonix code # paste a DeepSeek API key on first run; persists after",{"executes_code":29,"modifies_global_config":29,"requires_secrets":38,"uses_absolute_paths":29,"network_access":29},{"npm":206,"pip":207,"brew":208,"system":209},[],[],[],[],{"commands":211,"expected_files":212},[],[],{"asset_kind":27,"target_tools":214,"install_mode":202,"entrypoint":203,"risk_profile":215,"dependencies":216,"content_hash":97,"verification":221},[32,33,34],{"executes_code":29,"modifies_global_config":29,"requires_secrets":38,"uses_absolute_paths":29,"network_access":29},{"npm":217,"pip":218,"brew":219,"system":220},[],[],[],[],{"commands":222,"expected_files":223},[],[],{"target":33,"score":60,"status":61,"policy":62,"why":225,"asset_kind":27,"install_mode":202},[64,65,226,67,68,69,70],"install_mode npx",{"author_trust_level":72,"verified_publisher":29,"asset_signed_hash":97,"signature_status":73,"install_count":12,"report_count":12,"dangerous_capability_badges":228,"review_status":75,"signals":229},[],[77,78,79],{"owner_uuid":195,"owner_name":196,"source_url":231,"content_hash":97,"visibility":19,"created_at":232,"updated_at":233},"https:\u002F\u002Ftokrepo.com\u002Fen\u002Fworkflows\u002Freasonix-deepseek-native-coding-agent-cli","2026-05-13 20:46:05","2026-05-14 00:55:59",136.61877186907142,[133,134,135,136],[27,138],{"id":238,"uuid":239,"slug":240,"title":241,"description":242,"author_id":9,"author_name":10,"author_avatar":11,"token_estimate":243,"time_saved":12,"model_used":244,"fork_count":12,"vote_count":12,"view_count":60,"parent_id":12,"parent_uuid":13,"lang_type":15,"steps":245,"tags":246,"has_voted":29,"visibility":19,"share_token":13,"is_featured":12,"content_hash":248,"asset_kind":249,"target_tools":250,"install_mode":174,"entrypoint":241,"risk_profile":251,"dependencies":254,"verification":259,"agent_metadata":262,"agent_fit":274,"trust":283,"provenance":288,"created_at":290,"updated_at":291,"__relatedScore":292,"__relatedReasons":293,"__sharedTags":295},795,"926633bc-d041-486a-bda3-5a3cecabc0a8","gemini-cli-google-ai-coding-agent-terminal-926633bc","Gemini CLI — Google AI Coding Agent in Terminal","Google's official CLI coding agent powered by Gemini 2.5 Pro. Free 60 requests\u002Fmin for Gemini users with 1M token context, MCP support, and Google ecosystem integration.",4200,"mixed",[],[247],{"id":25,"name":26,"slug":27,"icon":28},"34d6f311ae34106173de64fafc226dba072c26683ce3ca23734de69603b8017d","mcp_config",[32,33,34],{"executes_code":252,"modifies_global_config":252,"requires_secrets":253,"uses_absolute_paths":29,"network_access":29},true,[],{"npm":255,"pip":256,"brew":257,"system":258},[],[],[],[],{"commands":260,"expected_files":261},[],[241],{"asset_kind":249,"target_tools":263,"install_mode":174,"entrypoint":241,"risk_profile":264,"dependencies":266,"content_hash":248,"verification":271},[32,33,34],{"executes_code":252,"modifies_global_config":252,"requires_secrets":265,"uses_absolute_paths":29,"network_access":29},[],{"npm":267,"pip":268,"brew":269,"system":270},[],[],[],[],{"commands":272,"expected_files":273},[],[241],{"target":33,"score":275,"status":174,"policy":174,"why":276,"asset_kind":249,"install_mode":174},17,[64,277,278,177,279,280,281,282,70],"asset_kind mcp_config","install_mode stage_only","asset_kind mcp_config is not activated directly for Codex","install_mode is stage_only","risk_profile.executes_code is true","risk_profile.modifies_global_config is true",{"author_trust_level":72,"verified_publisher":29,"asset_signed_hash":248,"signature_status":73,"install_count":12,"report_count":12,"dangerous_capability_badges":284,"review_status":75,"signals":287},[285,249,286,174],"executes_code","modifies_global_config",[77,78],{"owner_uuid":9,"owner_name":10,"source_url":289,"content_hash":248,"visibility":19,"created_at":290,"updated_at":291},"https:\u002F\u002Ftokrepo.com\u002Fen\u002Fworkflows\u002Fgemini-cli-google-ai-coding-agent-terminal-926633bc","2026-04-08 14:13:20","2026-05-13 16:02:44",130.96658540793328,[133,134,136,294],"same-author",[27,138]]