[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"workflow-hector-self-hosted-agent-runtime-binary-4a6bad3c":3,"seo:featured-workflow:4a6bad3c-a22a-49b3-868a-5999b9a5db2c:zh":39,"workflow-related-hector-self-hosted-agent-runtime-binary-4a6bad3c-4a6bad3c-a22a-49b3-868a-5999b9a5db2c":82},{"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":31,"target_tools":32,"install_mode":36,"entrypoint":37,"risk_profile":38,"dependencies":40,"verification":45,"agent_metadata":48,"agent_fit":59,"trust":70,"provenance":78,"created_at":80,"updated_at":81},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.","8a910fec-3180-11f1-9bc6-00163e2b0d79","Agent Toolkit","https:\u002F\u002Ftokrepo.com\u002Fapple-touch-icon.png",0,"",15,"en",[17],{"id":18,"step_order":19,"title":20,"description":13,"prompt_template":21,"variables":13,"depends_on":22,"expected_output":13},3665,1,"Asset","# Hector — Self-Hosted Agent Runtime Binary\n\n> 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.\n\n## Quick Use\n\n1. Install:\n   ```bash\n   curl -fsSL https:\u002F\u002Fgohector.dev\u002Finstall.sh | sh\n   ```\n2. Run:\n   ```bash\n   hector serve\n   ```\n3. Verify:\n   - Open the studio UI and confirm you can run a trivial agent test end-to-end.\n\n\n---\n\n## Intro\n\nRun 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.\n\n- **Best for:** teams that want to run agents in their own infra with a simple install and a built-in UI for testing\n- **Works with:** Single binary install, Docker, and agent runtime patterns; integrates with MCP (per docs)\n- **Setup time:** 9 minutes\n\n\n### Quantitative Notes\n\n- GitHub stars + forks (verified): see Source & Thanks\n- Docs advertise a single-binary install + `hector serve` entrypoint (docs)\n- Setup time ~9 minutes (install + first run + open UI)\n\n\n---\n\n## Practical Notes\n\nThe fastest evaluation loop is: install → `hector serve` → open Studio → run a toy agent prompt. Then add one real tool (MCP) and validate: permissions, logs, and failure modes. If you can’t explain the security boundary, you’re not ready to put it in front of production data.\n\n**Safety note:** Self-hosting shifts responsibility to you. Define boundaries: network egress, secrets handling, and audit logs before onboarding real repos.\n\n### FAQ\n\n**Q: Is it only for local dev?**\nA: No. It targets self-hosted deployments, including Docker-based runs.\n\n**Q: Do I need to be “all in” to try it?**\nA: No. Start with one agent and one tool integration, then decide if it fits.\n\n**Q: How does MCP fit in?**\nA: Use MCP as the tool layer; keep runtime policies and hosting in Hector.\n\n---\n\n## Source & Thanks\n\n> GitHub: https:\u002F\u002Fgithub.com\u002Fverikod\u002Fhector\n> Owner avatar: https:\u002F\u002Favatars.githubusercontent.com\u002Fu\u002F194164380?v=4\n> License (SPDX): MIT\n> GitHub stars (verified via `api.github.com\u002Frepos\u002Fverikod\u002Fhector`): 54\n> GitHub forks (verified via `api.github.com\u002Frepos\u002Fverikod\u002Fhector`): 2\n\n\n---\n\n\u003C!-- ZH -->\n\n# Hector——自托管的 Agent 运行时（一体二进制）\n\n> Hector 是自托管的 agent 运行时：一个 Go 单文件二进制提供 agent API 与 Studio 界面，支持本地或 Docker 部署，让执行留在你自己的基础设施上并便于审计。\n\n## 快速使用\n\n1. 安装：\n   ```bash\n   curl -fsSL https:\u002F\u002Fgohector.dev\u002Finstall.sh | sh\n   ```\n2. 运行：\n   ```bash\n   hector serve\n   ```\n3. 验证：\n   - Open the studio UI and confirm you can run a trivial agent test end-to-end.\n\n\n---\n\n## 简介\n\nHector 是自托管的 agent 运行时：一个 Go 单文件二进制提供 agent API 与 Studio 界面，支持本地或 Docker 部署，让执行留在你自己的基础设施上并便于审计。\n\n- **适合谁（Best for）:** 希望把 agent 运行在自家基础设施、并且想要简单安装 + 内置 UI 测试面板的团队\n- **兼容工具（Works with）:** 单文件二进制安装、Docker 部署与 agent runtime 模式；可与 MCP 配合（文档说明）\n- **安装时间（Setup time）:** 9 分钟\n\n\n### 量化信息\n\n- GitHub stars + forks（已核验）：见「来源与感谢」\n- 文档强调单文件安装与 `hector serve` 启动方式（文档）\n- 跑通约 9 分钟（安装 + 首次启动 + 打开 UI）\n\n\n---\n\n## 实战要点\n\n最快的验证闭环：安装 → `hector serve` → 打开 Studio → 跑一个玩具 agent 测试；然后接入一个真实工具（MCP），验证权限、日志与失败模式。如果你说不清安全边界，就不要让它接触生产数据。\n\n**安全提示：** 自托管意味着责任在你：在接入真实仓库前先定义边界——网络出站、密钥管理与审计日志。\n\n### FAQ\n\n**Q: 只能本地开发用吗？**\nA: 不止。它面向自托管部署，也支持 Docker 运行。\n\n**Q: 试用需要大迁移吗？**\nA: 不需要。先从 1 个 agent + 1 个工具集成开始，确认契合度再决定是否深入。\n\n**Q: MCP 在里面怎么用？**\nA: 把 MCP 当工具层，运行时策略与托管交给 Hector 管。\n\n---\n\n## 来源与感谢\n\n> GitHub：https:\u002F\u002Fgithub.com\u002Fverikod\u002Fhector\n> Owner avatar：https:\u002F\u002Favatars.githubusercontent.com\u002Fu\u002F194164380?v=4\n> 许可证（SPDX）：MIT\n> GitHub stars（已通过 `api.github.com\u002Frepos\u002Fverikod\u002Fhector` 核验）：54\n> GitHub forks（已通过 `api.github.com\u002Frepos\u002Fverikod\u002Fhector` 核验）：2\n","0",[24],{"id":25,"name":26,"slug":27,"icon":28},14,"CLI Tools","cli","🖥️",false,"d66aea38be9c0542f4f70b775da4eb1587c33611016fc5a6f600da648ecf95c8","cli_tool",[33,34,35],"claude_code","codex","gemini_cli","single","README.md",{"executes_code":29,"modifies_global_config":29,"requires_secrets":39,"uses_absolute_paths":29,"network_access":29},null,{"npm":41,"pip":42,"brew":43,"system":44},[],[],[],[],{"commands":46,"expected_files":47},[],[20],{"asset_kind":31,"target_tools":49,"install_mode":36,"entrypoint":37,"risk_profile":50,"dependencies":51,"content_hash":30,"verification":56},[33,34,35],{"executes_code":29,"modifies_global_config":29,"requires_secrets":39,"uses_absolute_paths":29,"network_access":29},{"npm":52,"pip":53,"brew":54,"system":55},[],[],[],[],{"commands":57,"expected_files":58},[],[20],{"target":34,"score":60,"status":61,"policy":61,"why":62,"asset_kind":31,"install_mode":36},29,"stage_only",[63,64,65,66,67,68,69],"target_tools includes codex","asset_kind cli_tool","install_mode single","markdown-only","policy stage_only","asset_kind cli_tool is not activated directly for Codex","trust established",{"author_trust_level":71,"verified_publisher":29,"asset_signed_hash":30,"signature_status":72,"install_count":12,"report_count":12,"dangerous_capability_badges":73,"review_status":74,"signals":75},"established","hash_only",[31],"unreviewed",[76,77],"author has published assets","content hash available",{"owner_uuid":9,"owner_name":10,"source_url":79,"content_hash":30,"visibility":19,"created_at":80,"updated_at":81},"https:\u002F\u002Ftokrepo.com\u002Fen\u002Fworkflows\u002Fhector-self-hosted-agent-runtime-binary","2026-05-12 01:55:11","2026-05-14 08:13:36",[83,142,187,232],{"id":84,"uuid":85,"slug":86,"title":87,"description":88,"author_id":89,"author_name":90,"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":91,"tags":92,"has_voted":29,"visibility":19,"share_token":13,"is_featured":12,"content_hash":94,"asset_kind":27,"target_tools":95,"install_mode":96,"entrypoint":97,"risk_profile":98,"dependencies":99,"verification":104,"agent_metadata":107,"agent_fit":118,"trust":127,"provenance":131,"created_at":133,"updated_at":134,"__relatedScore":135,"__relatedReasons":136,"__sharedTags":140},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",[],[93],{"id":25,"name":26,"slug":27,"icon":28},"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",[33,34,35],"docker|compose","pip install -r requirements.txt",{"executes_code":29,"modifies_global_config":29,"requires_secrets":39,"uses_absolute_paths":29,"network_access":29},{"npm":100,"pip":101,"brew":102,"system":103},[],[],[],[],{"commands":105,"expected_files":106},[],[],{"asset_kind":27,"target_tools":108,"install_mode":96,"entrypoint":97,"risk_profile":109,"dependencies":110,"content_hash":94,"verification":115},[33,34,35],{"executes_code":29,"modifies_global_config":29,"requires_secrets":39,"uses_absolute_paths":29,"network_access":29},{"npm":111,"pip":112,"brew":113,"system":114},[],[],[],[],{"commands":116,"expected_files":117},[],[],{"target":34,"score":119,"status":120,"policy":121,"why":122,"asset_kind":27,"install_mode":96},94,"native","allow",[63,123,124,66,125,126,69],"asset_kind cli","install_mode docker|compose","policy allow","safe markdown-only Codex install",{"author_trust_level":71,"verified_publisher":29,"asset_signed_hash":94,"signature_status":72,"install_count":12,"report_count":12,"dangerous_capability_badges":128,"review_status":74,"signals":129},[],[76,77,130],"no dangerous capability badges",{"owner_uuid":89,"owner_name":90,"source_url":132,"content_hash":94,"visibility":19,"created_at":133,"updated_at":134},"https:\u002F\u002Ftokrepo.com\u002Fen\u002Fworkflows\u002Fzhikuncode-self-hosted-multi-agent-coding-suite","2026-05-13 14:51:50","2026-05-14 09:27:01",135.8061799739839,[137,138,139],"shared-tag","topic-match","same-target",[27,141],"cli-tools",{"id":143,"uuid":144,"slug":145,"title":146,"description":147,"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":148,"parent_id":12,"parent_uuid":13,"lang_type":15,"steps":149,"tags":150,"has_voted":29,"visibility":19,"share_token":13,"is_featured":12,"content_hash":94,"asset_kind":27,"target_tools":152,"install_mode":36,"entrypoint":153,"risk_profile":154,"dependencies":155,"verification":160,"agent_metadata":163,"agent_fit":174,"trust":176,"provenance":179,"created_at":181,"updated_at":182,"__relatedScore":183,"__relatedReasons":184,"__sharedTags":186},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.",13,[],[151],{"id":25,"name":26,"slug":27,"icon":28},[33,34,35],"hermes",{"executes_code":29,"modifies_global_config":29,"requires_secrets":39,"uses_absolute_paths":29,"network_access":29},{"npm":156,"pip":157,"brew":158,"system":159},[],[],[],[],{"commands":161,"expected_files":162},[],[],{"asset_kind":27,"target_tools":164,"install_mode":36,"entrypoint":153,"risk_profile":165,"dependencies":166,"content_hash":94,"verification":171},[33,34,35],{"executes_code":29,"modifies_global_config":29,"requires_secrets":39,"uses_absolute_paths":29,"network_access":29},{"npm":167,"pip":168,"brew":169,"system":170},[],[],[],[],{"commands":172,"expected_files":173},[],[],{"target":34,"score":119,"status":120,"policy":121,"why":175,"asset_kind":27,"install_mode":36},[63,123,65,66,125,126,69],{"author_trust_level":71,"verified_publisher":29,"asset_signed_hash":94,"signature_status":72,"install_count":12,"report_count":12,"dangerous_capability_badges":177,"review_status":74,"signals":178},[],[76,77,130],{"owner_uuid":9,"owner_name":10,"source_url":180,"content_hash":94,"visibility":19,"created_at":181,"updated_at":182},"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",133.71919205351736,[137,138,139,185],"same-author",[27,141],{"id":188,"uuid":189,"slug":190,"title":191,"description":192,"author_id":193,"author_name":194,"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":195,"tags":196,"has_voted":29,"visibility":19,"share_token":13,"is_featured":12,"content_hash":94,"asset_kind":31,"target_tools":198,"install_mode":36,"entrypoint":37,"risk_profile":199,"dependencies":200,"verification":205,"agent_metadata":208,"agent_fit":219,"trust":221,"provenance":224,"created_at":226,"updated_at":227,"__relatedScore":228,"__relatedReasons":229,"__sharedTags":231},3101,"8029d015-2365-4580-8fe6-56cc52b5f612","pipelock-mcp-firewall-for-agent-egress","Pipelock — MCP Firewall for Agent Egress","Run Pipelock as an agent firewall\u002Fproxy to scan MCP traffic for injection, secrets, SSRF, and risky tool chains; integrate with Claude Code fast.","8a910e34-3180-11f1-9bc6-00163e2b0d79","Script Depot",[],[197],{"id":25,"name":26,"slug":27,"icon":28},[33,34,35],{"executes_code":29,"modifies_global_config":29,"requires_secrets":39,"uses_absolute_paths":29,"network_access":29},{"npm":201,"pip":202,"brew":203,"system":204},[],[],[],[],{"commands":206,"expected_files":207},[],[],{"asset_kind":31,"target_tools":209,"install_mode":36,"entrypoint":37,"risk_profile":210,"dependencies":211,"content_hash":94,"verification":216},[33,34,35],{"executes_code":29,"modifies_global_config":29,"requires_secrets":39,"uses_absolute_paths":29,"network_access":29},{"npm":212,"pip":213,"brew":214,"system":215},[],[],[],[],{"commands":217,"expected_files":218},[],[],{"target":34,"score":60,"status":61,"policy":61,"why":220,"asset_kind":31,"install_mode":36},[63,64,65,66,67,68,69],{"author_trust_level":71,"verified_publisher":29,"asset_signed_hash":94,"signature_status":72,"install_count":12,"report_count":12,"dangerous_capability_badges":222,"review_status":74,"signals":223},[31],[76,77],{"owner_uuid":193,"owner_name":194,"source_url":225,"content_hash":94,"visibility":19,"created_at":226,"updated_at":227},"https:\u002F\u002Ftokrepo.com\u002Fen\u002Fworkflows\u002Fpipelock-mcp-firewall-for-agent-egress","2026-05-12 01:55:10","2026-05-14 08:18:51",120.80617997398389,[137,138,230,139],"same-kind",[27,141],{"id":233,"uuid":234,"slug":235,"title":236,"description":237,"author_id":238,"author_name":239,"author_avatar":11,"token_estimate":12,"time_saved":12,"model_used":13,"fork_count":12,"vote_count":12,"view_count":12,"parent_id":12,"parent_uuid":13,"lang_type":15,"steps":240,"tags":241,"has_voted":29,"visibility":19,"share_token":13,"is_featured":12,"content_hash":94,"asset_kind":27,"target_tools":243,"install_mode":244,"entrypoint":245,"risk_profile":246,"dependencies":247,"verification":252,"agent_metadata":255,"agent_fit":266,"trust":269,"provenance":272,"created_at":274,"updated_at":274,"__relatedScore":275,"__relatedReasons":276,"__sharedTags":277},3643,"b6547ac2-21f2-5e33-98db-4ddc3552d152","oh-my-kimi-evidence-gated-agent-runtime-for-kimi","oh-my-kimi — Evidence-gated Agent Runtime for Kimi","oh-my-kimi (OMK) is a CLI runtime that adds evidence gates and worktree isolation to Kimi Code; verified 69★ and ships `omk init\u002Fdoctor\u002Fchat`.","8a910c7b-3180-11f1-9bc6-00163e2b0d79","Skill Factory",[],[242],{"id":25,"name":26,"slug":27,"icon":28},[33,34,35],"npm","omk chat",{"executes_code":29,"modifies_global_config":29,"requires_secrets":39,"uses_absolute_paths":29,"network_access":29},{"npm":248,"pip":249,"brew":250,"system":251},[],[],[],[],{"commands":253,"expected_files":254},[],[],{"asset_kind":27,"target_tools":256,"install_mode":244,"entrypoint":245,"risk_profile":257,"dependencies":258,"content_hash":94,"verification":263},[33,34,35],{"executes_code":29,"modifies_global_config":29,"requires_secrets":39,"uses_absolute_paths":29,"network_access":29},{"npm":259,"pip":260,"brew":261,"system":262},[],[],[],[],{"commands":264,"expected_files":265},[],[],{"target":34,"score":119,"status":120,"policy":121,"why":267,"asset_kind":27,"install_mode":244},[63,123,268,66,125,126,69],"install_mode npm",{"author_trust_level":71,"verified_publisher":29,"asset_signed_hash":94,"signature_status":72,"install_count":12,"report_count":12,"dangerous_capability_badges":270,"review_status":74,"signals":271},[],[76,77,130],{"owner_uuid":238,"owner_name":239,"source_url":273,"content_hash":94,"visibility":19,"created_at":274,"updated_at":274},"https:\u002F\u002Ftokrepo.com\u002Fen\u002Fworkflows\u002Foh-my-kimi-evidence-gated-agent-runtime-for-kimi","2026-05-13 22:48:23",114,[137,138,139],[27,141]]