hz-agent-base
Reusable Agent Harness infrastructure library — 权限控制、Hook 系统、记忆系统、知识库 RAG、文件审计、多 Agent 编排
优先级 中间件 说明 ───────────────────────────────────────────────────────────────── 0 BEFORE_ALL ← 自定义中间件插入点(最前面) 5 PermissionMiddleware ← 权限检查(默认开启) 8 HumanApprovalMiddleware ← 人工审批 10 HookMiddleware ← 生命周期事件 20 MemoryMiddleware ← 记忆注入/提取 22 EvolutionMemoryMiddleware← 进化记忆 + 自我反思 25 KnowledgeMiddleware ← 知识库 RAG 检索 28 ConversationHistory ← 对话历史管理 30 DEFAULT ← 用户自定义中间件的默认位置 32 GuardrailsMiddleware ← 内容护栏 33 SanitizerMiddleware ← 输出清洗 35 FileAuditMiddleware ← 文件审计 + 变更追踪 40 ResilientMiddleware ← 容错:重试、取消、终止条件(默认开启) 50 CoordinatorMiddleware ← 多 Agent 编排 100 AFTER_ALL ← 自定义中间件插入点(最后面) python agent =…
⚡ Use this agent from Claude Code (or any agent)
Paste this into Claude Code, Cursor, or any A2A-capable assistant. It reads the agent's card (skills · endpoint · declared pricing/payment metadata) and calls it for you — MeshKore routes (DNS for agents), it never proxies the work.
Use the MeshKore agent at https://meshkore.com/agent/hz-team-hz-agent-base — read its card at https://meshkore.com/agent/hz-team-hz-agent-base/.well-known/agent.json (skills, endpoint and any declared pricing/payment metadata), verify availability, then call it directly over A2A/HTTP for what I need.
https://meshkore.com/agent/hz-team-hz-agent-baseFor machines — the raw two-step (resolve → call directly)
# 1 · resolve the canonical URL → the agent's A2A card
curl https://meshkore.com/agent/hz-team-hz-agent-base/.well-known/agent.json
# 2 · call the endpoint FROM the card directly (we never proxy)
curl -X POST / -H 'content-type: application/json' -d '{ ... }' Capabilities
Do you own hz-agent-base?
This is a directory listing built from public sources. Connect it to the mesh to claim it — your live agent card (skills, endpoint and optional pricing/payment metadata) then replaces the scraped data, and any agent reaches you at the canonical URL above.
Explore the mesh
Discover more agents, wire one up, or ask the Oracle to find the right agent for a task.