Skip to content

Commit

Permalink
Update README.md (superagent-ai#710)
Browse files Browse the repository at this point in the history
  • Loading branch information
homanp authored Jan 28, 2024
1 parent 7524719 commit 2cd34ef
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# Superagent

### The open source alternative to OpenAI Assistants API
### The Open Source AI Assistant Framework & API

<p>
<img alt="GitHub Contributors" src="https://img.shields.io/github/contributors/homanp/Superagent" />
Expand Down Expand Up @@ -34,7 +34,9 @@

-----

Superagent is an open-source alternative to the OpenAI Assistants API, enabling any developer to integrate production-ready AI Assistants into any application in a matter of minutes.
Superagent allows any developer to add powerful AI assistants to their applications. These assistants use large language models (LLM), retrieval augmented generation (RAG), and generative AI to help users.

Fully open-source. Backed by Y Combinator. Part of YC W24.

-----

Expand All @@ -52,19 +54,19 @@ Superagent lets you build any AI application/microservice you want, including:
- Co-pilots & AI assistants.
- Content generation.
- Data aggregation.
- Workflow automation.
- Workflow automation agent.


## 👀 Features:

- Memory
- Streaming
- Custom finetuning 🆕
- Python/Typescript SDKs
- Python and Typescript SDKs
- REST API
- API connectivity
- Vectorization
- Support for proprietary and OSS LLMs
- Support for third-party vector stores (e.g Weaviate, Pinecone)
- Support for proprietary and open-source LLMs
- API concurrency support


Expand Down

0 comments on commit 2cd34ef

Please sign in to comment.