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

DocumentCovers
agent-execution.mdMessage flow, LLM loop, tool execution, memory recall, session management
workflow-engine.mdMulti-step orchestration, step modes, retry logic, variable passing, PII boundaries
competency-system.mdEquip/unequip mechanics, skill dependency validation, permission enforcement, tool filtering
invocation-model.mdUnified invocation layer, source types, triggers, rate limiting, idempotency
provider-routing.mdModel resolution, complexity routing, circuit breakers, fallback providers
permission-model.mdPermission types, enforcement points, child agent inheritance, cost limits
security-auth.mdAuth modes, API keys, RBAC, OIDC/JWT, brute force protection, TLS, credential handling
pii-data-protection.mdPII pipeline, trust policies, memory isolation, audit trail, data destruction, sovereignty
catalog-packages.mdPackage format, dependency resolution, multi-registry, signing, collections, taxonomy

Architecture Overview