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
587 B
14 lines
587 B
# 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.
|
|
|