这是indexloc提供的服务,不要输入任何密码
Skip to content

Decentralised-AI/superagent

 
 

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

Code of conduct

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 65.6%
  • Python 30.2%
  • Shell 1.2%
  • MDX 0.8%
  • Smarty 0.7%
  • Dockerfile 0.6%
  • Other 0.9%