This section tracks two kinds of work that share a stack but ship into different homes:
- Integrations target a third-party agentic runtime (Microsoft Agent Governance Toolkit, OpenAI Agents SDK). The deliverable is usually an example, an adapter, or a community-link contribution into that runtime’s repository.
- Plug-ins extend AEGIS Core itself. The deliverable is a runtime extension that AEGIS Core can load — for example, the RFC-0006 Claude Code plug-in.
Both are tracked here because the engineering work, the security posture, and the adversarial review cycle are the same. They get split into separate top-level sections only if and when one side outgrows shared real estate.
Active
- Microsoft AGT — A standalone Apache 2.0 example demonstrating an AEGIS governance profile compiling to Cedar and Rego AGT PolicyDocuments. Submitted as a PR to
microsoft/agent-governance-toolkitper AGT’s contribution process. - OpenAI Agents SDK — TA010-coverage adapter for the OpenAI Agents SDK. v0.1 design brief drafted with TA010 → SDK primitive mapping. Status tracked in
aegis-labs#13. - Claude Code Plug-in — RFC-0006 implementation: a runtime plug-in that surfaces AEGIS governance decisions inside the Claude Code CLI execution loop.
Reference deployments
- RDP-03 Air-Gapped Deployment — The first fully-specified AEGIS-governed deployment pattern for running autonomous agents offline, on local hardware, with governance enforcement at the action boundary. Implements RFC-0005 RDP-03 “Embedded Lightweight” with Ollama, OpenClaw, and AEGIS Core embedded per agent process.