You're viewing a demo portfolio

Join the waitlist
PRSM

introspection_system_co_decisions

Active

Tool of ComOS Federation Gateway

declared in 1.0.0

Query the CO-management decision log: every change-order operation an agent scored or actuated, as an evidenced graph node (confidence breakdown + threshold + outcome + accountability, plus the actuation PR link when the act proposed one). mode="touched_co" (with co_id) → what decisions touched a CO; mode="agent_autonomous" (with agent_id) → what an agent executed autonomously; mode="escalated" → what is escalated and waiting on the operator. Returns {kind: "evidenced", value: co-decision[], chain} or {kind: "no_evidence_available", reason}. Added by CO 2026-05-30-022-003.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "mode"
  ],
  "properties": {
    "mode": {
      "enum": [
        "touched_co",
        "agent_autonomous",
        "escalated"
      ],
      "type": "string"
    },
    "co_id": {
      "type": "string"
    },
    "agent_id": {
      "type": "string"
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

ComOS Federation Gateway

https://github.com/ronrey/comos-federation

2/7 registries
View full server →
introspection_system_co_decisions — ComOS Federation Gateway — PRSM MCP