Architecture
System architecture documentation for operators and technical evaluators. These documents explain how Hoziron is structured at runtime, how the crate tiers and the Hoziron↔OpenFang kernel boundary relate, and how components interact.
Documents
| Document | Covers |
|---|---|
| system-overview.md | Crate tiers, the kernel isolation rule, the Hoziron↔OpenFang trust gradient, HozironPlatform, the hoziron-server surfaces model |
| object-model.md | Core domain objects (Agent, Competency, Skill, Workflow, Provider, ...) and the package lifecycle contract |
| data-flow.md | A real request lifecycle: inbound trigger → mediated PII → agent/workflow execution → mediated, billed outbound egress → audit |
| deployment-topology.md | The unified hoziron-server binary vs. the standalone registry chart, container structure, networking, storage, scaling |
For task-oriented "how do I deploy this" instructions, see docs/guides/deployment/. These architecture docs are the conceptual layer underneath those guides.