Re-exports§
pub use crate::state::ScopeAccessError;
Structs§
- LlmExecution
Input - Input payload passed to the LLM executor adapter.
- LlmExecution
Output - LLM output returned to the runtime.
- Node
Execution - Node-level execution result.
- Node
Execution Policy - Retry and timeout policy for runtime-owned node execution.
- Runtime
Security Limits - Runtime-enforced security and resource limits.
- Tool
Execution Input - Input payload for host-provided tool execution.
- Workflow
Event - Runtime event stream payload for trace consumers.
- Workflow
Retry Event - Captures one retry decision and the reason it occurred.
- Workflow
RunResult - Final workflow execution report.
- Workflow
Runtime - Deterministic minimal runtime for workflow execution.
- Workflow
Runtime Options - Runtime configuration for workflow execution.
Enums§
- LlmExecution
Error - Typed LLM adapter errors.
- Node
Execution Data - Structured result data emitted for each node.
- Tool
Execution Error - Typed tool execution errors.
- Workflow
Event Kind - Event kinds emitted by the runtime.
- Workflow
Replay Mode - Runtime replay behavior for deterministic runs.
- Workflow
Runtime Error - Runtime failures.
Traits§
- Cancellation
Signal - Cooperative cancellation interface for workflow runs.
- LlmExecutor
- Async runtime adapter for LLM calls.
- Tool
Executor - Async host tool executor surface.