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.
14 lines
535 B
14 lines
535 B
# Multi-Tool Usage Examples
|
|
|
|
This directory contains examples demonstrating multi-tool usage patterns for agents.
|
|
|
|
## Examples
|
|
|
|
- [many_tool_use_demo.py](many_tool_use_demo.py) - Multiple tool usage demonstration
|
|
- [multi_tool_anthropic.py](multi_tool_anthropic.py) - Multi-tool with Anthropic
|
|
|
|
## 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.
|
|
|