[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"workflow-hector-self-hosted-agent-runtime-binary-4a6bad3c":3,"seo:featured-workflow:4a6bad3c-a22a-49b3-868a-5999b9a5db2c:es":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,143,188,233],{"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":91,"parent_id":12,"parent_uuid":13,"lang_type":15,"steps":92,"tags":93,"has_voted":29,"visibility":19,"share_token":13,"is_featured":12,"content_hash":95,"asset_kind":27,"target_tools":96,"install_mode":97,"entrypoint":98,"risk_profile":99,"dependencies":100,"verification":105,"agent_metadata":108,"agent_fit":119,"trust":128,"provenance":132,"created_at":134,"updated_at":135,"__relatedScore":136,"__relatedReasons":137,"__sharedTags":141},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",16,[],[94],{"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":101,"pip":102,"brew":103,"system":104},[],[],[],[],{"commands":106,"expected_files":107},[],[],{"asset_kind":27,"target_tools":109,"install_mode":97,"entrypoint":98,"risk_profile":110,"dependencies":111,"content_hash":95,"verification":116},[33,34,35],{"executes_code":29,"modifies_global_config":29,"requires_secrets":39,"uses_absolute_paths":29,"network_access":29},{"npm":112,"pip":113,"brew":114,"system":115},[],[],[],[],{"commands":117,"expected_files":118},[],[],{"target":34,"score":120,"status":121,"policy":122,"why":123,"asset_kind":27,"install_mode":97},94,"native","allow",[63,124,125,66,126,127,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":95,"signature_status":72,"install_count":12,"report_count":12,"dangerous_capability_badges":129,"review_status":74,"signals":130},[],[76,77,131],"no dangerous capability badges",{"owner_uuid":89,"owner_name":90,"source_url":133,"content_hash":95,"visibility":19,"created_at":134,"updated_at":135},"https:\u002F\u002Ftokrepo.com\u002Fen\u002Fworkflows\u002Fzhikuncode-self-hosted-multi-agent-coding-suite","2026-05-13 14:51:50","2026-05-14 09:27:19",135.84567338206742,[138,139,140],"shared-tag","topic-match","same-target",[27,142],"cli-tools",{"id":144,"uuid":145,"slug":146,"title":147,"description":148,"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":149,"parent_id":12,"parent_uuid":13,"lang_type":15,"steps":150,"tags":151,"has_voted":29,"visibility":19,"share_token":13,"is_featured":12,"content_hash":95,"asset_kind":27,"target_tools":153,"install_mode":36,"entrypoint":154,"risk_profile":155,"dependencies":156,"verification":161,"agent_metadata":164,"agent_fit":175,"trust":177,"provenance":180,"created_at":182,"updated_at":183,"__relatedScore":184,"__relatedReasons":185,"__sharedTags":187},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,[],[152],{"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":157,"pip":158,"brew":159,"system":160},[],[],[],[],{"commands":162,"expected_files":163},[],[],{"asset_kind":27,"target_tools":165,"install_mode":36,"entrypoint":154,"risk_profile":166,"dependencies":167,"content_hash":95,"verification":172},[33,34,35],{"executes_code":29,"modifies_global_config":29,"requires_secrets":39,"uses_absolute_paths":29,"network_access":29},{"npm":168,"pip":169,"brew":170,"system":171},[],[],[],[],{"commands":173,"expected_files":174},[],[],{"target":34,"score":120,"status":121,"policy":122,"why":176,"asset_kind":27,"install_mode":36},[63,124,65,66,126,127,69],{"author_trust_level":71,"verified_publisher":29,"asset_signed_hash":95,"signature_status":72,"install_count":12,"report_count":12,"dangerous_capability_badges":178,"review_status":74,"signals":179},[],[76,77,131],{"owner_uuid":9,"owner_name":10,"source_url":181,"content_hash":95,"visibility":19,"created_at":182,"updated_at":183},"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,[138,139,140,186],"same-author",[27,142],{"id":189,"uuid":190,"slug":191,"title":192,"description":193,"author_id":194,"author_name":195,"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":196,"tags":197,"has_voted":29,"visibility":19,"share_token":13,"is_featured":12,"content_hash":95,"asset_kind":31,"target_tools":199,"install_mode":36,"entrypoint":37,"risk_profile":200,"dependencies":201,"verification":206,"agent_metadata":209,"agent_fit":220,"trust":222,"provenance":225,"created_at":227,"updated_at":228,"__relatedScore":229,"__relatedReasons":230,"__sharedTags":232},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",[],[198],{"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":202,"pip":203,"brew":204,"system":205},[],[],[],[],{"commands":207,"expected_files":208},[],[],{"asset_kind":31,"target_tools":210,"install_mode":36,"entrypoint":37,"risk_profile":211,"dependencies":212,"content_hash":95,"verification":217},[33,34,35],{"executes_code":29,"modifies_global_config":29,"requires_secrets":39,"uses_absolute_paths":29,"network_access":29},{"npm":213,"pip":214,"brew":215,"system":216},[],[],[],[],{"commands":218,"expected_files":219},[],[],{"target":34,"score":60,"status":61,"policy":61,"why":221,"asset_kind":31,"install_mode":36},[63,64,65,66,67,68,69],{"author_trust_level":71,"verified_publisher":29,"asset_signed_hash":95,"signature_status":72,"install_count":12,"report_count":12,"dangerous_capability_badges":223,"review_status":74,"signals":224},[31],[76,77],{"owner_uuid":194,"owner_name":195,"source_url":226,"content_hash":95,"visibility":19,"created_at":227,"updated_at":228},"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,[138,139,231,140],"same-kind",[27,142],{"id":234,"uuid":235,"slug":236,"title":237,"description":238,"author_id":239,"author_name":240,"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":241,"tags":242,"has_voted":29,"visibility":19,"share_token":13,"is_featured":12,"content_hash":95,"asset_kind":27,"target_tools":244,"install_mode":245,"entrypoint":246,"risk_profile":247,"dependencies":248,"verification":253,"agent_metadata":256,"agent_fit":267,"trust":270,"provenance":273,"created_at":275,"updated_at":275,"__relatedScore":276,"__relatedReasons":277,"__sharedTags":278},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",[],[243],{"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":249,"pip":250,"brew":251,"system":252},[],[],[],[],{"commands":254,"expected_files":255},[],[],{"asset_kind":27,"target_tools":257,"install_mode":245,"entrypoint":246,"risk_profile":258,"dependencies":259,"content_hash":95,"verification":264},[33,34,35],{"executes_code":29,"modifies_global_config":29,"requires_secrets":39,"uses_absolute_paths":29,"network_access":29},{"npm":260,"pip":261,"brew":262,"system":263},[],[],[],[],{"commands":265,"expected_files":266},[],[],{"target":34,"score":120,"status":121,"policy":122,"why":268,"asset_kind":27,"install_mode":245},[63,124,269,66,126,127,69],"install_mode npm",{"author_trust_level":71,"verified_publisher":29,"asset_signed_hash":95,"signature_status":72,"install_count":12,"report_count":12,"dangerous_capability_badges":271,"review_status":74,"signals":272},[],[76,77,131],{"owner_uuid":239,"owner_name":240,"source_url":274,"content_hash":95,"visibility":19,"created_at":275,"updated_at":275},"https:\u002F\u002Ftokrepo.com\u002Fen\u002Fworkflows\u002Foh-my-kimi-evidence-gated-agent-runtime-for-kimi","2026-05-13 22:48:23",114,[138,139,140],[27,142]]