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/multi_agent/swarms_api_examples/README.md

15 lines
520 B

# Swarms API Examples
This directory contains examples demonstrating Swarms API integration in multi-agent systems.
## Examples
- [hedge_fund_swarm.py](hedge_fund_swarm.py) - Hedge fund swarm using API
- [swarms_api_client.py](swarms_api_client.py) - API client implementation
- Additional API integration examples
## Overview
These examples demonstrate how to integrate the Swarms API into multi-agent systems, enabling cloud-based agent execution, API-based agent management, and distributed agent coordination.