Skip to content
/ Sonder Public

A chat between AI agents, utilizing the OpenAI Swarm framework

Notifications You must be signed in to change notification settings

Binxly/Sonder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sonder: Swarm Chat

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

Setup

  1. Clone the repo
  2. Copy .env.example to .env, and add your OpenAI key.
  3. Run pip install git+https://github.com/openai/swarm.git to install Swarm
  4. Run pip install -r requirements.txt
  5. Run python main.py

About

A chat between AI agents, utilizing the OpenAI Swarm framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages