AI agent teams showcase using the Agency Swarm framework
Top 53.5% on sourcepulse
This repository showcases custom AI agent teams built with the Agency Swarm framework, enabling users to create and deploy collaborative AI agents for complex tasks. It targets developers and researchers interested in multi-agent AI systems and offers a platform to demonstrate and share novel agent architectures.
How It Works
The Agency Swarm Lab operates by defining individual AI agencies, each with specific roles and dependencies. These agencies leverage OpenAI's API for their core functionality, allowing for sophisticated task execution through agent collaboration. The framework facilitates modularity, enabling users to select, configure, and run distinct agencies.
Quick Start & Requirements
git clone https://github.com/VRSEN/agency-swarm-lab.git
cd agency-swarm-lab
pip install -U -r requirements.txt
pip install -r requirements.txt
.env
file with OPENAI_API_KEY='your_openai_api_key_here'
python agency.py
git clone https://github.com/VRSEN/agency-swarm-lab.git
cd agency-swarm-lab
docker build -t vrsen/agency-swarm -f Dockerfile .
docker run -it -v ./:/app --rm -p 7860:7860 -e OPENAI_API_KEY=<YourOpenAIKey> vrsen/agency-swarm
Highlighted Details
requirements.txt
for specific dependencies.Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
The repository is presented as a showcase and requires users to have an OpenAI API key, implying reliance on a third-party service with potential costs and rate limits. Specific agency functionalities and their stability are not detailed.
8 months ago
1 week