🔮 AI Agents
Welcome to our list of AI autonomous agents. Your favorite one is missing? Add them via pull request. ❤️
AgentGPT
Here is a short summary
Stack:
- Frontend: NextJS + Typescript
- Backend: FastAPI + Python
- DB: MySQL through docker with the option of running SQLite locally
- GitHub
AI Legion
Similar in spirit to AutoGPT and Baby AGI, but written in the superior language that is TypeScript (Author's Description)
AIrplane
Developer infrastructure for internal tools
Aomni
AutoGPT
- A lot like BabyAGI combined with LangChain tools.
- Can execute many commands such as Google Search, browse websites, write to files, and execute Python files
- GitHub
BabyAGI
- Default model is OpenAI GPT3-turbo
- Paper: Task-driven Autonomous Agent Utilizing GPT-4, Pinecone, and LangChain for Diverse Applications
- The main idea behind this system is that it creates tasks based on the result of previous tasks and a predefined objective.
- The script then uses OpenAI's NLP capabilities to create new tasks based on the objective
BabyCatAGI
BabyCatAGI is a mod of BabyBeeAGI, which is a mod of OG BabyAGI. BabyCatAGI is at 300 lines of code.
BitBuilder
Bloop
Butternut AI
Camel
CAMEL: Communicative Agents for “Mind” Exploration of Large Scale Language Model Society
Cognosys
Web based version of AutoGPT/babyAGI
- Friendly UI for building AI agents
- Author: Sully Omarr
- Twitter: https://twitter.com/SullyOmarr
Databerry
Factory
Fixie
Generative Agents
- "Paper presenting an architecture that extends a language model to store and synthesize the agent's experiences, enabling dynamic behavior planning in an interactive sandbox environment with generative agents"
GitWit
Grit
HayStack Agent
Hex Magic
Heymoon.ai
Personal assistant for life: to keep you on top of your calendar, tasks and information. Was at Llama event demo
Hyperwrite
Your personal AI writing assistant
Jarvis
LangChain - Agents Round
LastMile AI
Loop GPT
Minion AI
MultiOn
Naut ai
Pezzo
Saga
Second
Smol developer
Superagent
Sweep
“Westworld” simulation
Westworld is a multi-agent simulation library, its goal to simulate and optimize systems and environments with multiple agents interacting.
- Researchers from Stanford and Google created an interactive sandbox env with 25 Gen AI agents can simulate human behavior
- They walk in the park, join for coffee at a cafe, and share news with colleagues. They demonstrated surprisingly good social
- Westworld's inspiration is drawn from Unity software and Unity ML Agents, adapted in Python
Links
Languages
- The library is available on PyPi via pip install westworld
- A javascript version is being developed at https://github.com/TheoLvs/westworldjs
Current features
- Easy creation of Grid and non-grid environments
- Objects (Agents, Obstacles, Collectibles, Triggers)
- Subclassing of different objects to create custom objects
- Spawner to generate objects randomly in the environment
- Basic rigid body system for all objects
- Simple agent behaviors (pathfinding, wandering, random walk, fleeing, vision range)
- Automatic maze generation
- Layer integration to convert image to obstacle and snap it to a grid
- Sample simulations and sample agents for classic simulations
- Simulation visualization, replay and export (gif or video)
Yourgoal
Swift implementation of BabyAGI.