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
Kye Gomez 243df297ef
cleanup examples folder
1 day ago
..
solana_tool [feats][swarms.communication] + [docs][cleanup] + [tests][cleanup and swarms.communication] 6 months ago
structured_outputs [STRUCTS CLEANUP][Remove AgentRAGHandler] [ElectionSwarm][DynamicConversationSwarm][AOP][and more] 3 months ago
tools_examples [MIGRATION][gpt-4o to gpt-4.1] [FEATURE][AOP][Agent orchestration Protocol]++[DOCS] [Examples] 1 month ago
README.md cleanup examples folder 1 day ago
exa_search_agent.py [NEW][Examples] [x402] [Fixed some examples] 2 weeks ago
example_async_vs_multithread.py feat][agent + mcp 6 months ago
litellm_tool_example.py [MIGRATION][gpt-4o to gpt-4.1] [FEATURE][AOP][Agent orchestration Protocol]++[DOCS] [Examples] 1 month ago
multi_tool_usage_agent.py [feats][swarms.communication] + [docs][cleanup] + [tests][cleanup and swarms.communication] 6 months ago
new_tools_examples.py docs, contributing.md, multi tool mcp execution, and more 5 months ago
omni_modal_agent.py [MIGRATION][gpt-4o to gpt-4.1] [FEATURE][AOP][Agent orchestration Protocol]++[DOCS] [Examples] 1 month ago
swarms_of_browser_agents.py [MIGRATION][gpt-4o to gpt-4.1] [FEATURE][AOP][Agent orchestration Protocol]++[DOCS] [Examples] 1 month ago
swarms_tools_example.py [IMPROVEMENT][AgentRearrange][Integrate concurrent agent execution in agent rearrange through the comma type] [AgentRearrange][Docs] 2 months ago
together_deepseek_agent.py [MIGRATION][gpt-4o to gpt-4.1] [FEATURE][AOP][Agent orchestration Protocol]++[DOCS] [Examples] 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.