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/external_agents
Kye Gomez 243df297ef
cleanup examples folder
1 day ago
..
README.md cleanup examples folder 1 day ago
custom_agent_example.py [FEAT][New Multi-Agent Execution utilities][run_agents_concurrently_uvloop] [run_agents_with_tasks_uvloop] [Improvement][Improved the batched_grid_agent_execution to use concurrent futures] [Updated docs] [Agent][Fix batched run] [FEAT][CustomAgent] [New util examples] 2 months ago
openai_assistant_wrapper.py [feats][swarms.communication] + [docs][cleanup] + [tests][cleanup and swarms.communication] 6 months ago

README.md

External Agents Examples

This directory contains examples demonstrating integration with external agent systems and APIs.

Examples

Overview

External agents examples demonstrate how to integrate Swarms agents with external agent systems, APIs, and services. These examples show how to wrap external agents, create custom agent implementations, and bridge between different agent frameworks.