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

13 lines
435 B

# Paper Implementations
This directory contains implementations of academic papers and research concepts in multi-agent systems.
## Examples
- [long_agent.py](long_agent.py) - Long context agent implementation
## Overview
This directory contains implementations of concepts from academic papers and research publications, demonstrating how theoretical multi-agent concepts can be realized in practice using the Swarms framework.