一键导入
local-a2a-dispatch
Demonstrates the same issue-triage handler behind local and remote A2A trigger manifests.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Demonstrates the same issue-triage handler behind local and remote A2A trigger manifests.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Generate, validate, preview, and run portable Harn workflow bundle JSON for monitoring and repairing pull requests, deploys, logs, and other event-driven engineering work. Optimized for smaller models (qwen, gemma, llama.cpp) with explicit XML sections, strict JSON output, and a validation-and-retry loop.
Use for Harn language syntax, typechecking, modules, imports, and idiomatic script authoring.
Use for autonomous Harn agent work, task decomposition, capability boundaries, and host interaction patterns.
Use for Harn orchestration workflows, agent_loop usage, tool middleware, and handoff design.
Use for Harn provider setup, model routing, provider capability matrices, and llm_call options.
Run a cron eval pack, gate against prior ledger rows, and post Slack only on gate flips.
| name | local-a2a-dispatch |
| short | Switch one trigger handler between local and A2A dispatch. |
| description | Demonstrates the same issue-triage handler behind local and remote A2A trigger manifests. |
| when-to-use | Use when testing trust-boundary migration for a trigger handler. |
Use harn.local.toml for in-process handler dispatch and harn.remote.toml
for the remote A2A handler. The default harn.toml keeps the local shape so
the trigger example library check can validate lib.harn consistently.