Skip to content

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

Data & state

  • Mappingszeroth.contracts.mappings
  • Memoryzeroth.integrations.memory
  • Storagezeroth.platform.storage
  • Contractszeroth.contracts.registry
  • Runszeroth.runtime.runs

Governance

  • Policyzeroth.governance.policy
  • Approvalszeroth.governance.approvals
  • Auditzeroth.governance.audit
  • Guardrailszeroth.governance.guardrails
  • Identityzeroth.governance.identity

Platform

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.