-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
24 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,26 @@ | ||
# otto8 | ||
|
||
TBD | ||
Otto8 is an open source AI agent platform. Key features include: | ||
- Ability to build agents to support a variety of usecases including copilots, assistants, and autonomous agentic workflows. | ||
- Integration with leading LLM providers | ||
- Built-in RAG for your data | ||
- Easy integration with custom or private web services and APIs | ||
- OAuth 2.0 authentication | ||
|
||
### Getting Started | ||
Launch Otto8 via docker: | ||
```bash | ||
docker run -d -p 8080:8080 -e "OPENAI_API_KEY=<OPEN AI KEY>" ghcr.io/otto8-ai/otto8:latest | ||
``` | ||
Then visit http://localhost:8080. | ||
|
||
The `otto8` CLI can be installed via brew on MacOS or Linux: | ||
```bash | ||
brew tap otto8-ai/tap | ||
brew install otto8 | ||
``` | ||
or by downloading the binary for your platform from our [latest release](https://github.com/otto8-ai/otto8/releases/latest). | ||
|
||
### Next Steps | ||
|
||
For more information checkout our [Docs](https://docs.otto8.ai/). |