{
  "schema": "SOVRIENT_MANAGED_AGENT_REFERENCE_V1",
  "generated_utc": "2026-04-09T21:30:00Z",
  "page": {
    "html": "https://www.sovrient.com/managed-agent-reference",
    "json": "https://www.sovrient.com/managed-agent-reference.json",
    "title": "Managed-Agent Reference | Sovrient",
    "status": "reference_architecture_only"
  },
  "summary": "Public-safe reference architecture for a future managed-agent governance lane using ANATOP for state formation and SSEJ for decision reconstruction.",
  "claim_boundary": [
    "No live public managed-agent decision lane is published today.",
    "No shipping Anthropic integration is claimed today.",
    "No claim is made that provider-internal model cognition is directly observable.",
    "The current public claim is architectural compatibility with managed-agent runtimes that expose bounded session and event surfaces."
  ],
  "runtime_example": {
    "provider": "Anthropic",
    "runtime": "Claude Managed Agents",
    "status": "beta",
    "reference_urls": [
      "https://platform.claude.com/docs/en/managed-agents/overview",
      "https://platform.claude.com/docs/en/managed-agents/quickstart"
    ],
    "documented_runtime_nouns": [
      "environment",
      "session",
      "events",
      "stream"
    ]
  },
  "concept_split": {
    "anatop": "Governed state formation for admitted, bounded, agent-usable state.",
    "ssej": "Governed decision reconstruction over what was seen, selected, excluded, and justified."
  },
  "layers": [
    {
      "id": "declared_scope",
      "label": "Declared Scope",
      "purpose": "Define mission, runtime, environment, tools, policy, and publication boundary before execution.",
      "representative_artifacts": [
        "session_scope.json"
      ]
    },
    {
      "id": "anatop_state_formation",
      "label": "ANATOP State Formation",
      "purpose": "Capture, fingerprint, validate, and admit the input surface that the run is allowed to use.",
      "representative_artifacts": [
        "input_surface.json",
        "environment_profile.json",
        "admission_receipt.json"
      ]
    },
    {
      "id": "managed_runtime_execution",
      "label": "Managed Runtime Execution",
      "purpose": "Record provider-exposed session metadata, ordered events, tool activity, and runtime artifacts.",
      "representative_artifacts": [
        "session_record.json",
        "session_events.ndjson",
        "tool_activity.json",
        "runtime_artifact_manifest.json"
      ]
    },
    {
      "id": "ssej_reconstruction",
      "label": "SSEJ Reconstruction",
      "purpose": "Construct the bounded record of what the agent saw, selected, excluded, and justified.",
      "representative_artifacts": [
        "ssej_record.json",
        "decision_summary.json",
        "exclusion_register.json"
      ]
    },
    {
      "id": "attestation_review",
      "label": "Attestation And Review",
      "purpose": "Bind the run into replayable evidence and support post-run review, resolution, and narrow triggers.",
      "representative_artifacts": [
        "state_receipt.json",
        "attestation.json",
        "review_queue.json",
        "review_resolution.json"
      ]
    }
  ],
  "minimum_public_artifact_contract": [
    "manifest.json",
    "session_scope.json",
    "input_surface.json",
    "environment_profile.json",
    "session_record.json",
    "session_events.ndjson",
    "tool_activity.json",
    "runtime_artifact_manifest.json",
    "ssej_record.json",
    "state_receipt.json",
    "attestation.json",
    "verification_handles.json"
  ],
  "phase_sequence": [
    {
      "phase": 1,
      "label": "operator_local_demo",
      "goal": "Prove artifact contract and SSEJ reconstruction over one bounded session family."
    },
    {
      "phase": 2,
      "label": "public_example_bundle",
      "goal": "Publish one bounded example run with declared scope, session event log, SSEJ record, and attestation."
    },
    {
      "phase": 3,
      "label": "review_and_trigger_extension",
      "goal": "Add review queue, resolution ledger, and narrow payload classes for operational use."
    }
  ],
  "proves": [
    "Declared run boundary",
    "Admitted input surface",
    "Provider-exposed events, tool use, and runtime artifacts",
    "Bounded SSEJ record over the observable run",
    "Review and attestation state"
  ],
  "does_not_prove": [
    "Provider-internal reasoning not exposed by the runtime",
    "Total completeness beyond exposed runtime fields",
    "Legal fault or liability",
    "Full-world truth outside the bundle boundary"
  ],
  "related_surfaces": {
    "governance_reconstruction": "https://www.sovrient.com/governance-reconstruction",
    "glossary_ssej": "https://www.sovrient.com/glossary#ssej",
    "glossary_anatop": "https://www.sovrient.com/glossary#anatop",
    "governance_reconstruction_state": "https://www.sovrient.com/data/governance_reconstruction_state.json"
  }
}
