Skip to main content

Module execution

Module execution 

Source
Expand description

Execution models — request context propagation, per-run execution steps, and the shared context carried through an agent run.

Copyright (c) systemprompt.io — Business Source License 1.1. See https://systemprompt.io for licensing details.

Re-exports§

pub use context::CallSource;
pub use context::ContextExtractionError;
pub use context::ContextIdSource;
pub use context::RequestContext;
pub use shared_context::SharedRequestContext;
pub use step::ExecutionStep;
pub use step::PlannedTool;
pub use step::StepContent;
pub use step::StepDetail;
pub use step::StepId;
pub use step::StepStatus;
pub use step::StepType;
pub use step::TrackedStep;

Modules§

context
Request context for execution tracking.
shared_context
SharedRequestContext: mutex-shared form of RequestContext for async tasks.
step
Execution step model — a single unit of an agent run with status, timing, and per-kind content payload.