slavakurilyak / agentx

AgentX is an experiment to develop autonomous agents so you can automate everything! This project is inspired by Auto-GPT, babyagi, SuperAGI, and other agents.
https://discord.gg/bQngRj5szT
MIT License
97 stars 12 forks source link

Teenage-AGI #3

Open slavakurilyak opened 1 year ago

slavakurilyak commented 1 year ago

Objective

Inspired by the several Auto-GPT related Projects (predominently BabyAGI) and the Paper "Generative Agents: Interactive Simulacra of Human Behavior", this python project uses OpenAI and Pinecone to Give memory to an AI agent and also allows it to "think" before making an action (outputting text). Also, just by shutting down the AI, it doesn't forget its memories since it lives on Pinecone and its memory_counter saves the index that its on.

Source code: https://github.com/seanpixel/Teenage-AGI