Skip to main content

Module multi_executor

Module multi_executor 

Source
Expand description

Multi-Tool Executor Implementation

Native Rust implementation of COMPOSIO_MULTI_EXECUTE_TOOL meta tool. Executes up to 20 tools in parallel using Tokio’s async runtime.

Structs§

MultiExecutionResult
Result of parallel tool execution
MultiExecutor
Multi-tool executor
ToolCall
Tool call specification for parallel execution