Platform Internals
Detailed documentation of how Hoziron's internal subsystems work — agent execution, workflow orchestration, tool dispatch, PII boundaries, and provider routing.
These documents are for operators who need to understand runtime behavior for debugging, capacity planning, or advanced configuration. They describe the actual implementation, not just the API surface.
Documents
| Document | Covers |
|---|---|
| agent-execution.md | Message flow, LLM loop, tool execution, memory recall, session management |
| workflow-engine.md | Multi-step orchestration, step modes, retry logic, variable passing, PII boundaries |
| competency-system.md | Equip/unequip mechanics, skill dependency validation, permission enforcement, tool filtering |
| invocation-model.md | Unified invocation layer, source types, triggers, rate limiting, idempotency |
| provider-routing.md | Model resolution, complexity routing, circuit breakers, fallback providers |
| permission-model.md | Permission types, enforcement points, child agent inheritance, cost limits |
| security-auth.md | Auth modes, API keys, RBAC, OIDC/JWT, brute force protection, TLS, credential handling |
| pii-data-protection.md | PII pipeline, trust policies, memory isolation, audit trail, data destruction, sovereignty |
| catalog-packages.md | Package format, dependency resolution, multi-registry, signing, collections, taxonomy |