Expand description
Agent runtime glue — records events; does not reinterpret memory semantics.
Re-exports§
pub use claims::compile_runtime_claim;pub use claims::development_ledger_use_decision;pub use claims::require_runtime_claim;pub use claims::require_runtime_claim_with_policy;pub use claims::runtime_claim_preflight;pub use claims::runtime_claim_preflight_with_policy;pub use claims::CompiledRuntimeClaim;pub use claims::DevelopmentLedgerUse;pub use claims::DevelopmentLedgerUseDecision;pub use claims::RuntimeClaimKind;pub use claims::RuntimeClaimPreflight;
Modules§
- claims
- Runtime claim compiler for truth-ceiling enforcement.
Structs§
- Run
- Runtime request for a child-agent run.
- RunObservability
- Minimal structured observability surface for a runtime run.
- RunReport
- Non-panicking result of a runtime child-agent run.
Enums§
- RunTrace
Status - Status for a structured runtime observability record.
- Runtime
Error - Runtime failures before downstream ledger/store ingestion.
Constants§
- DEFAULT_
RUNTIME_ MODEL - Default model identifier used by runtime replay/fake adapters until CLI wiring supplies a concrete backend model.
- DEFAULT_
TIMEOUT_ MS - Default timeout for one child-agent completion call.
- RUNTIME_
RUN_ OPERATION - Stable operation name for child-agent runtime runs.
- RUNTIME_
TRACE_ SCHEMA_ VERSION - Schema version for runtime observability records.
Functions§
- run
- Run a task through an adapter using an already-built context pack.
- run_
configured - Run a fully configured runtime request through an adapter.
- run_
stub - Placeholder for
cortex run(wire HTTP/SDK clients behindcortex-llm).