You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
swarms/examples/tools/multii_tool_use
Kye Gomez 243df297ef
cleanup examples folder
1 day ago
..
README.md cleanup examples folder 1 day ago
many_tool_use_demo.py [FEAT][InteractiveGroupChat] + [Swarms Examples][index.md] 5 months ago
multi_tool_anthropic.py [FEAT][Multi Tool Usage in Agent + BaseTool Updatess + examples updates] 6 months ago

README.md

Multi-Tool Usage Examples

This directory contains examples demonstrating multi-tool usage patterns for agents.

Examples

Overview

Multi-tool usage examples demonstrate how agents can use multiple tools in sequence or parallel to accomplish complex tasks. These examples show tool orchestration, tool chaining, and handling multiple tool calls efficiently.