Skip to content

🥷 SuperAgent - Deploy LLM Agents to production

License

Notifications You must be signed in to change notification settings

rodbastos/superagent

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🥷 SuperAgent

SuperAgent makes it easy to configure and deploy LLM Agents to production.

GitHub Contributors GitHub Last Commit GitHub Issues GitHub Pull Requests Github License

Roadmap

NOTE: The roadmap is ordered based on prios.

  • Bring you own DB
  • Authentication
  • ChatGPT clone
  • Built-in memory
  • REST API
  • Support for multiplpe LLMs
  • Streaming support
  • Built-in vectorstore
  • Built-in document retrieval
  • Q&A Agents
  • Tools
  • ReAct Agents with Tools
  • Plan-solve Agents with Tools
  • Prompt management
  • Bring you own LLM
  • Usage quotas and tracking
  • Python SDK
  • Typescript SDK
  • SuperAgent CLI
  • One-click deploy (GCP, Amazon, Digitalocean)

Stack

Getting started

  1. Clone the repo into a public GitHub repository (or fork https://github.com/homanp/superagent/fork). If you plan to distribute the code, keep the source code public.

    git clone https://github.com/homanp/superagent.git
  2. Create and activate a virtual environmet.

    virtualenv venv
    source venv/bin/activate
  3. Install dependencies with Poetry

    poetry install
  4. Set up your .env file

    • Duplicate .env.example to .env
  5. Run the project

    uvicorn app.main:app --reload

Deployment

Deploy to DO

Contributions

Our mission is to make it easy for anyone to create and run LLM Agents in production. We are super happy for any contributions you would like to make. Create new features, fix bugs or improve on infra.

You can read more on how to contribute here.

About

🥷 SuperAgent - Deploy LLM Agents to production

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 96.3%
  • Dockerfile 2.7%
  • Makefile 1.0%