Coder Social home page Coder Social logo

transformeroptimus / superagi Goto Github PK

View Code? Open in Web Editor NEW
14.5K 171.0 1.7K 61.95 MB

<⚡️> SuperAGI - A dev-first open source autonomous AI agent framework. Enabling developers to build, manage & run useful autonomous agents quickly and reliably.

Home Page: https://superagi.com/

License: MIT License

Python 70.69% Shell 0.63% Batchfile 0.05% Dockerfile 0.09% Mako 0.03% JavaScript 24.52% CSS 3.99%
agi ai autonomous-agents python agents artificial-intelligence gpt-4 openai artificial-general-intelligence superagi

superagi's People

Contributors

adarshjha619 avatar akki-jain avatar anisha1607 avatar arkajit-datta avatar aryan-singh-14 avatar autocop-agent avatar coder5492 avatar coffeecoder16 avatar colonayush avatar feelingagile avatar fluder-paradyne avatar hsm207 avatar jagtarcontlo avatar jedan2506 avatar jpducky avatar luciferlinx101 avatar namansleeps avatar namansleeps2 avatar nborthy avatar neelayan7 avatar nihiragarwal24 avatar nishantborthakur avatar phoenix2809 avatar rounak610 avatar sirajperson avatar tarraann avatar transformeroptimus avatar unkn-wn avatar vibhusha22 avatar xaidrian avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

superagi's Issues

Integration with other open source models

I've been playing around with other language models such as GPT4all, Vicuna 13B, Alpaca and the results have been promising so far. Is there any way for me to test SuperAGI with other open source models? That would be great!

Long term memory ( LTM )

I should have an option to define LTM or Long term memory by picking any of the vector dbs - Pinecone, Weaviate, Chroma etc

Task queue for Agent

An agent can have its own task queue to pick and execute tasks. For agent clusters, there can be a shared task queue accessible to multiple agents.

Log Management

Need log management in SuperAGI. There can be different types of logs like agent logs, system logs etc.

Multi Modal Agents

There should be multi-modal agents that can process images, audio files, etc so that we can provide more context along with the prompt.

How can I connect to Gmail

Hey Guys

I just managed to install SuperAGI and it's working as it should.

I was thinking of testing a a case where I can write personalized job application emails with my Gmail. Is there any way to connect SuperAGI with gmail?

Agents creating agents

It would be nice to see if agents are able to create sub-agents to delegate tasks assigned.

Budget Manager

Need a Budget Manager manage to manage costs like api usage

Parsing PDFs

Has a tool been made to parse PDFs into SuperAGI? I'd like to give SuperAGI the ability to access a PDF file.

Should LMQL/Microsoft Guidance be used in the prompts architecture of SuperAGI and part of the repository?

The potential benefits are listed below:

  1. As syntactic norms are followed or that certain words or phrases are avoided, restructuring prompts to LLMs using LMQL should greatly reduce the JSON errors that popup (will be even more relevant as the capabilities are added)
  2. LMQL maintains or improves the accuracy of various downstream tasks while substantially reducing computation or cost in pay-to-use APIs, resulting in cost savings >10%

Introductory research paper: https://arxiv.org/pdf/2212.06094.pdf
Website: https://lmql.ai/
Docs: https://docs.lmql.ai/
Example: https://github.com/rumpfmax/Multi-GPT/tree/master/multigpt/lmql_utils

Agent clusters

There should be a way to create a cluster of agents which can pick tasks from task queue and run in parallel.

Add Github as a tool

Would be cool to have Github as a tool

You can connect your github repo, it should be able to read the code and then make pull requests to make edits to code

Give explicit exit conditions for the agent to know when it's task is done

One of the challenge with existing libraries for autonomous agents is that they get in loop because they don't know if the task they are trying to accomplish has been completed. So explicit option to define exit condition for agent can be a good feature to include.

Exit condition can be user defined or LLM defined.

Same primitive can be extended to include time based ( TAT ) or steps based exit.

CLI

SuperAGI command line. The args and params can be similar to REST apis

Google Search

Agents should have the ability to perform Google Search

Budget Manager

Hey

Is there a feature to manage the budget? I would like to know how many of my credits are being used in a single run.

Agents communicating with each other

Hi guys

I was just wondering if we can make the agents conversational - as in each agent communicates with each other in order to get the assign tasks completed ?

Different types of agents

Need a way to create and manage different types of agents with tasks, without tasks, chatbot etc.

Loop detection and handling

If Agent goes into a loop, it should detect it and find ways to come out of it and proceed to the next step.

Finalise the architecture

Need to finalise the agent creation, execution, project, org etc. architecture. And add the diagram in docs as well.

Twitter Bot with SuperAGI

I'm trying to connect SuperAGI to Twitter so that the agent can scout for the latest trends in AI, summarize that and create automated tweets with the summary. Is there any way to connect Twitter?

GUI

There should be a way to provision, spawn and run agents through a GUI

GUI should include :

  1. Ability to provision an agent
  2. Ability to run an agent and see the agent feed, have an action console to see all the actions / notifications, stats of run
  3. Create tools - it can include code packaging and bundling as well from gui

Long term memory

Hey guys !

Can we also have a way to let agents have long-term memory? like using Pinecone to store the context in the database?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.