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/single_agent/tools
Hugh b4245f8f17
restored missing sync files
1 month ago
..
solana_tool restored missing sync files 1 month ago
structured_outputs restored missing sync files 1 month ago
tools_examples restored missing sync files 1 month ago
README.md restored missing sync files 1 month ago
exa_search_agent.py restored missing sync files 1 month ago
example_async_vs_multithread.py restored missing sync files 1 month ago
litellm_tool_example.py restored missing sync files 1 month ago
multi_tool_usage_agent.py restored missing sync files 1 month ago
new_tools_examples.py restored missing sync files 1 month ago
omni_modal_agent.py restored missing sync files 1 month ago
swarms_of_browser_agents.py restored missing sync files 1 month ago
swarms_tools_example.py restored missing sync files 1 month ago
together_deepseek_agent.py restored missing sync files 1 month ago

README.md

Tools Integration Examples

This directory contains examples demonstrating tool integration for single agents.

Examples

Subdirectories

Solana Tools

Structured Outputs

Tools Examples

Overview

Tools integration examples demonstrate how to equip agents with various tools including search engines, browser automation, blockchain interactions, and structured output generation. These examples show best practices for tool definition, usage, and error handling.