Skip to content

A GPT-powered autonomous agent system

Notifications You must be signed in to change notification settings

LericDax/gpt-armada

 
 

Repository files navigation

GPT-Legion: An AI Agent System

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.

Instructions to get started:

  1. Install dependencies using the following command: npm install
  2. Start the main program: npm run start [# of agents] [gpt-3.5-turbo|gpt-4]
  3. 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.

About

A GPT-powered autonomous agent system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.6%
  • JavaScript 1.4%