Package Map
The Aegisora core repository is organized as a package-oriented runtime ecosystem.
Core package surfaces
| Package area | Responsibility |
|---|---|
core | Shared contracts and foundational types. |
runtime | Agent runtime, governance flow, enforcement, and execution integration. |
policy-engine | Policy evaluation and policy-related runtime logic. |
security-engine | Security analysis and security-oriented runtime controls. |
audit | Audit events and governance evidence. |
observability | Runtime telemetry and observability surfaces. |
plugins | Plugin contracts and extensibility surfaces. |
storage | Persistent state and storage abstractions. |
sdk | Programmatic developer integration surface. |
Package names and responsibilities must remain aligned with the canonical Aegisora repository.