agent-contracts-routing-tuning
Tune routing with TriggerCondition priorities, LLM hints, context_builder, and traceable decisions.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Tune routing with TriggerCondition priorities, LLM hints, context_builder, and traceable decisions.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Build a production-minded AI agent using agent-contracts (contracts, slices, validation, graph, runtime, CLI tooling).
Build an API-oriented agent using AgentRuntime/StreamingRuntime with predictable request/response slices and session support.
Make contract-driven agents safe to change with strict validation, architecture docs, and contract diffs in CI.
Build question/answer style agents using InteractiveNode, explicit routing, and workflow slices.
Implement tool-using or retrieval-style nodes with services, dependency injection, and safe LLM context building.
| name | agent-contracts-routing-tuning |
| description | Tune routing with TriggerCondition priorities, LLM hints, context_builder, and traceable decisions. |
| metadata | {"short-description":"Routing design and debugging"} |
Use this skill when you are designing or debugging routing behavior (rule matches vs LLM selection).
TriggerCondition (when / when_not, priority)llm_hint)response.response_type)llm_hint only where ambiguity remains after rules.context_builder only when needed; keep default minimal slices.decide_with_trace() and inspect matched rules.response.response_type terminal values as part of routing design.docs/core_concepts.md (Traceable Routing / Context Builder)examples/02_routing_explain.pydocs/skills/official/agent-contracts-routing-tuning/references/debug_playbook.md