Module tool_orchestration

Module tool_orchestration 

Source

Structs§

ContextMetadata
DependencyGraph
Dependency graph for tool execution ordering
ExecutionId
Unique identifier for tool executions and results
PipelineResult
Result of pipeline execution
PipelineStep
A single step in a tool pipeline
RetryConfig
Retry configuration for pipeline steps
StepCondition
Condition for executing a pipeline step
StepResult
ToolContext
Shared context between tool invocations
ToolContextConfig
ToolOrchestrator
Actor for coordinating tool executions
ToolPipeline
A pipeline of tool executions
ToolResult
Result from a tool execution
WorkflowDSL
Simple workflow DSL for common patterns

Enums§

BackoffType
ConditionType
ToolMessage
Message for actor-based tool coordination

Traits§

ToolExecutor
Trait for tool executors