Skip to main content

Module execution

Module execution 

Source
Expand description

execution module — see crate-level docs for context.

Re-exports§

pub use context::CallSource;
pub use context::ContextExtractionError;
pub use context::ContextIdSource;
pub use context::RequestContext;
pub use context::TASK_BASED_CONTEXT_MARKER;
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
step
Execution step model — a single unit of an agent run with status, timing, and per-kind content payload.