# External Agents Examples This directory contains examples demonstrating integration with external agent systems and APIs. ## Examples - [custom_agent_example.py](custom_agent_example.py) - Custom agent implementation - [openai_assistant_wrapper.py](openai_assistant_wrapper.py) - OpenAI Assistant integration wrapper ## 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.