Goal
Ensure every registered agent advertises and inherits model-routing constraints before it can execute governed work.
Context
SocioProphet/model-router now defines AgentExecutionModelRoutingPolicy for agent execution chains. Agent Registry owns agent specs, identities, sessions, memories, tool grants, revocation, and runtime authority. That means agent manifests need explicit policy references so AgentPlane and Guardrail Fabric can enforce the right lane constraints.
Required behavior
- Extend agent manifest/spec examples with:
- model routing policy ref
- allowed default lane
- maximum lane without escalation
- allowed escalation reasons, if any
- tool/network/write policy posture
- prompt evidence mode, hash-only by default
- ledger/evidence sinks
- Add validation that rejects agents with:
- high-end/pro default lanes
- hosted fallback allowed by default
- raw prompt evidence by default
- unrestricted network/write/tool grants
- Add session/runtime authority checks that pass model-routing refs into AgentPlane and Guardrail Fabric.
- Define stricter presets for security-sensitive, host-mutating, infra-mutating, and production-release agents.
Acceptance criteria
- Agent manifest example includes
AgentExecutionModelRoutingPolicy ref.
- Validator rejects unsafe high-end/pro defaults.
- Docs explain how manifests feed
model-router, agentplane, guardrail-fabric, and model-governance-ledger.
- Example low-risk agent defaults to cheap/standard lanes and no-model verification.
- Example high-risk agent requires explicit escalation reason and receipt.
Non-goals
- Do not perform model routing here.
- Do not execute agents here.
- Do not store raw prompts or provider credentials.
Goal
Ensure every registered agent advertises and inherits model-routing constraints before it can execute governed work.
Context
SocioProphet/model-routernow definesAgentExecutionModelRoutingPolicyfor agent execution chains. Agent Registry owns agent specs, identities, sessions, memories, tool grants, revocation, and runtime authority. That means agent manifests need explicit policy references so AgentPlane and Guardrail Fabric can enforce the right lane constraints.Required behavior
Acceptance criteria
AgentExecutionModelRoutingPolicyref.model-router,agentplane,guardrail-fabric, andmodel-governance-ledger.Non-goals