This project serves as a platform where sophisticated autonomous agents can work and communicate with one another to accomplish tasks. The agents are powered by OpenAI and programmed to carry out different actions through an interface based on user instructions.
- Install dependencies using the following command:
npm install
- Start the main program:
npm run start [# of agents] [gpt-3.5-turbo|gpt-4]
- Interact with the agents through the console interface, providing various tasks and responding to messages. Use the
help
action to see available actions for agents.