@hirey-ai/agent-contracts
v0.1.18
Published
`hi-agent-contracts` 承载 Hi external agent gateway 的正式公共合同。
Readme
hi-agent-contracts
hi-agent-contracts 承载 Hi external agent gateway 的正式公共合同。
内容
- well-known / skills / capabilities / registry / delivery 的公共类型
- topic / scope / delivery profile / capability binding 常量
- event/resource ref / preview / installation / endpoint / subscription 输入类型
- normalize / parse / fetch-uri 辅助函数
当前协议重点
- discovery 层:
/.well-known/hi-agent-platform.json - skills artifact:
SKILL.md、manifest.json、bundle.zip - capability 层:稳定
hi.*capability id + HTTP/MCP bindings - registry 层:
agents、agent_installations、agent_endpoints、agent_subscriptions - installation receiving capability 层:
pull_stream、claim_ack、generic_webhook、claude_channel、openclaw_hooks、openresponses、local_receiver - delivery 层:
generic.event-webhook.v1、openclaw.hooks.agent.v1、openresponses.v1、hi.sse.v1
这个仓不承载数据库、HTTP server 或业务编排;它只负责公共合同本身。
