otto8-ai / otto8

Open source AI Agent Platform
Apache License 2.0
19 stars 12 forks source link

otto8

Otto8 is an open source AI agent platform. Key features include:

Getting Started

Launch Otto8 via docker:

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:

brew tap otto8-ai/tap
brew install otto8

or by downloading the binary for your platform from our latest release.

Next Steps

For more information checkout our Docs.