ai-legion
An LLM-powered autonomous agent platform
File Explorer
Download Latest Version (.zip)- ci.yml
- memory
- memory
- memory
- memory
- GPT-Legion_A_Symphony_of_Autonomous_Endeavor.txt
- index.ts
- memory.ts
- core.ts
- goals.ts
- messaging.ts
- notes.ts
- system.ts
- web.test.ts
- web.ts
- action-definition.ts
- define-module.ts
- index.ts
- module-instance.ts
- module-manager.ts
- util.ts
- file-store.ts
- in-memory-store.ts
- index.ts
- json-store.ts
- action-handler.ts
- agent.ts
- console.ts
- in-memory-message-bus.ts
- main.ts
- make-decision.ts
- message-bus.ts
- message.ts
- openai.ts
- parameters.ts
- parse-action.test.ts
- parse-action.ts
- redis-message-bus.ts
- task-queue.test.ts
- task-queue.ts
- types.ts
- util.ts
- web-socket-server.ts
- .env.template
- .eslintrc.js
- .gitignore
- .prettierrc
- jest.config.js
- LICENSE
- model-registry.json
- package-lock.json
- package.json
- README.md
- tsconfig.json
# Installation Guide
1. Get the code
git clone https://github.com/eumemic/ai-legion
Downloads the entire project code from GitHub to your computer.
cd ai-legion
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm run start [# of agents] [gpt-3.5-turbo|gpt-4]
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
