원클릭으로
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.