Python API Reference¶
Auto-generated from docstrings via mkdocstrings + Griffe. Every public symbol in zeroth.runtime.* is documented here, grouped by subsystem.
Subsystems¶
Execution core¶
- Graph —
zeroth.contracts.graph - Orchestrator —
zeroth.runtime.orchestration - Agents —
zeroth.runtime.agents - Execution units —
zeroth.integrations.execution - Conditions —
zeroth.contracts.conditions
Data & state¶
- Mappings —
zeroth.contracts.mappings - Memory —
zeroth.integrations.memory - Storage —
zeroth.platform.storage - Contracts —
zeroth.contracts.registry - Runs —
zeroth.runtime.runs
Governance¶
- Policy —
zeroth.governance.policy - Approvals —
zeroth.governance.approvals - Audit —
zeroth.governance.audit - Guardrails —
zeroth.governance.guardrails - Identity —
zeroth.governance.identity
Platform¶
- Secrets —
zeroth.platform.secrets - Dispatch —
zeroth.platform.dispatch - SDK protocol prototype — preserved and release-blocked,
zeroth.sdkandzeroth.protocol - Economic debugger analytics — local façade,
zeroth.optimization - Economics internals — preserved implementation surface,
zeroth.econ.analytics - Service —
zeroth.service - Webhooks —
zeroth.service.webhooks
How this is generated¶
Pages are rendered at build time from Python docstrings. See mkdocs.yml (mkdocstrings plugin) for configuration. Docstring coverage is gated at ≥90% via interrogate.