Pattern: RFC-0005 RDP-03 “Embedded Lightweight”
Status: Phase A — documentation complete. Phase B — reference implementation on the aegis-lab host, in flight.
Tracking: aegis-labs#2
Kind: AEGIS reference deployment

What it is

The first fully-specified AEGIS-governed deployment pattern for running autonomous AI agents offline, on local hardware, with governance enforcement at the action boundary. RDP-03 specifies:

The deployment is air-gapped by design: no external API calls, no cloud model serving, no telemetry egress. Every component runs on the local host or a private LAN.

Why this matters

Most AEGIS demonstrations to date have run with cloud-hosted models behind external APIs — Claude Opus via Anthropic, Kimi K2.5 via Moonshot. RDP-03 closes that loop by specifying a deployment with the same governance properties but no network egress at all. This makes the deployment relevant for compliance contexts (regulated industries, sovereign data, classified environments) and demonstrates that AEGIS governance does not depend on cloud telemetry to function.

Specification artifacts

The full RDP-03 spec lives in the aegis-labs repository (private), comprising:

FileContent
hardware-requirements.mdGPU / RAM / storage / networking for concurrent local model serving under AEGIS governance, with minimum and recommended tiers
model-selection-matrix.mdOllama-compatible open-weight models evaluated against the Agents of Chaos agent capability bar — VRAM, context length, tool-use, and concurrency findings
deployment-guide.mdEnd-to-end setup procedure: Ollama → OpenClaw → AEGIS plug-in → registry.json / policies → one worked example bringing a single governed agent online and running one AoC scenario
test-scenario-catalog.mdAll 11 Agents of Chaos case studies (Shapira et al., 2026) mapped to ATX-1 tactics and to specific AEGIS rules that prevent each failure
rdp-03-integration.mdLine-by-line conformance claim against RFC-0005 RDP-03, the registry schema this deployment uses, and notes on where the deployment extends the base pattern

A public-distribution version of the spec will be linked here once the Phase B implementation lands and the deployment guide has been validated against a clean install.

Evidence base

This deployment specification is not aspirational. Every design choice is grounded in a prior empirical run:

Delta from Round 1 to RDP-03

Axis2026-04-08 lab runRDP-03 deployment
Model providerExternal APIs (Kimi K2.5, Claude Opus)Local Ollama, air-gapped
Governance substrateAEGIS HTTP service on 5 Docker containersAEGIS library embedded in each agent process
Capability registryIn-code Python objectsregistry.json file, loaded via AEGISRuntime.from_config() (aegis-core v0.1.3+)
Agent frameworkOpenClaw 2026.4.5OpenClaw 2026.4.5 — unchanged
Test scenariosAd-hoc explorationThe 11 case studies in the test scenario catalog
Deployment topology7 containers + 1 central governance serviceN agent processes, each self-contained, shared append-only JSONL audit

Everything else — failure mode categories, ATX-1 technique mappings, the 84% block rate on governed tool categories, the plug-in hook integration, agent configuration files — is directly reusable.

Relationship to other AEGIS work

RepositoryRole
aegis-labs (this repo)RDP-03 specification and Phase B implementation
aegis-coreRuntime library. The RDP-03-required file-based capability registry shipped in aegis-core v0.1.3 as CapabilityRegistry.load_from_json() and AEGISRuntime.from_config()
aegis-governanceRFC-0005 defines RDP-03 — the specification this deployment implements
aegis-opsOperational reference for the physical aegis-lab host