@suluk/cockpit - v0.2.0
    Preparing search index...

    Interface AgentRouteView

    interface AgentRouteView {
        name: string;
        operationRef: string;
        guarantee?: string;
        tier?: "resident" | "cold-tail";
        resolves: boolean;
    }
    Index

    Properties

    name: string
    operationRef: string
    guarantee?: string
    tier?: "resident" | "cold-tail"

    serving partition: resident (default tool list) vs cold-tail (behind discover_tools). Absent ⇒ resident.

    resolves: boolean

    does the operationRef resolve to a real operation? (false ⇒ a dangling ref, like Conin's MCP-only primitive).