This diagram summarizes the emerging architecture of AI agent systems as a single layered map.
It integrates the concepts explored across this repository:
- Agent Runtime
- Persona Object Protocol (POP)
- Minimum Verifiable Kernel (MVK)
- Execution Integrity
- FDO / Digital Objects
The user-facing system that wants an outcome.
Examples:
- AI apps
- Copilots
- Workflows
The orchestration layer for planning, tool use, and multi-agent coordination.
Examples:
- LangGraph
- CrewAI
- AutoGen
The stable operating profile of the agent.
This repository maps that concern to Persona Objects (POP).
The execution substrate that records what actually happened and makes runtime behavior verifiable.
This repository maps that concern to:
- MVK kernel
- Deterministic action logs
The policy and verification layer that controls and audits execution.
Examples:
- Policy
- Verification
- Audit
The durable object model used to represent state, outputs, or interoperable artifacts.
This repository maps that concern to:
- FDO
- Digital Objects
The substrate the full system runs on.
Examples:
- Models
- Compute
- Storage
Most public discussion still centers on prompts or orchestration frameworks.
In production systems, that is incomplete.
Identity, execution integrity, governance, and durable objects all matter if the goal is a system that can be operated, verified, and referenced over time.
In this framing, execution integrity acts as the bridge between agent reasoning and real-world actions, while the object layer provides stable artifacts that outlive a single run.
- Mermaid source:
docs/assets/agent-architecture-map.mmd - OSI-style framing:
docs/architecture/agent-runtime-osi.md - Simplified runtime stack:
docs/architecture/agent-runtime-stack.md - Security-oriented framing:
docs/architecture/ai-agent-security-architecture.md
