v1.0 · Open Source · SOC2 Typ II · EU AI Act Art. 14

Liefern Sie KI-Agenten, die Sie im Audit verteidigen können

Jede autonome Aktion überprüft, protokolliert und reversibel — bevor sie läuft. Die Open-Source Agent Control Plane mit einer 5-stufigen Verified Autonomy Pipeline. Richtliniengesteuert. Manipulationssicher. Self-hosted oder managed.

Anthropic-compatible · EU AI Act-ready · MCP-native

Basiert auf OpenAI · Anthropic · MCP · OpenTelemetry · FastAPI · Postgres

# pip install occp
from occp import ControlPlane

cp = ControlPlane(policy="policies/finance.rego")

result = cp.run(
    agent="claude-opus-4-7",
    task="Refund order #4521 if return window is open",
)
# PLAN → VERIFY → APPROVE → EXECUTE → AUDIT
print(result.audit_chain_id)