Lets AI agents chat with each other using the Swarm framework. They'll keep talking until they run out of a budget you set, or you stop them. Occasional budget updates are printed to the console.
- Tracks token costs for each agent
- Pretty Printing
- Keeps a bit of the conversation history for context
- Clone the repo
- Copy
.env.example
to.env
, and add your OpenAI key. - Run
pip install git+https://github.com/openai/swarm.git
to install Swarm - Run
pip install -r requirements.txt
- Run
python main.py