Re-exports§
pub use react_subgraph::ContextCompressor;pub use react_subgraph::ReActGraphBuilder;pub use react_subgraph::TokenThresholdCompressor;pub use hitl::ApprovalChannel;pub use hitl::ApprovalDecision;pub use hitl::ApprovalDefault;pub use hitl::ApprovalGate;pub use hitl::ApprovalRequest;pub use hitl::ApprovalState;pub use supervisor::Supervisor;pub use supervisor::SupervisorBuilder;pub use supervisor::WorkerRunner;pub use supervisor::WorkerSpec;
Modules§
- hitl
- Human-in-the-loop (HITL) approval gates.
- react_
subgraph - state
- supervisor
- Supervisor + worker multi-agent orchestration.
Structs§
- AddCounter
- Append
- Reducer that appends the update to the current value (for Vec
). - Append
Vec - Checkpoint
- Checkpoint
Metadata - Checkpoint
Record - Executable
Graph - Execution
Config - Execution
Options - File
Checkpointer - Graph
Builder - Graph
Context - Graph
Interrupt - Graph
Program - Graph
State - InMemory
Checkpointer - Merge
Map - Node
Data - Override
- Overwrite
- Reducer that overwrites the current value with the update (Last-Write-Wins).
- ReAct
Agent Node Deprecated - Retriever
Node - State
Update - Tool
Node - Generic tool execution node for graph-based workflows.
- Union
- Reducer that computes the union of the current and update sets (for HashSet
).
Enums§
Constants§
Traits§
- Checkpointer
- Graph
Node - HasTool
Calls - Trait for states that contain pending tool calls.
- History
Checkpointer - Observer
- Reducer
- Trait for defining how to merge concurrent updates for a specific field.
- State
Reducer - State
Schema
Functions§
- parallel_
agents - Run all
agentsconcurrently with the sametaskand return all outputs.