Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/obot-platform/obot
Open source AI Agent Platform
https://github.com/obot-platform/obot
Last synced: about 1 month ago
JSON representation
Open source AI Agent Platform
- Host: GitHub
- URL: https://github.com/obot-platform/obot
- Owner: obot-platform
- License: apache-2.0
- Created: 2024-09-05T19:50:46.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-12-17T13:17:24.000Z (about 1 month ago)
- Last Synced: 2024-12-17T14:24:39.002Z (about 1 month ago)
- Language: TypeScript
- Homepage:
- Size: 4.19 MB
- Stars: 30
- Watchers: 1
- Forks: 14
- Open Issues: 189
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-cue - acorn - A simple application deployment framework for Kubernetes. (Projects)
- awesome - obot-platform/obot - Open source AI Agent Platform (TypeScript)
README
# Obot
Obot 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 Obot via docker:
```bash
docker run -d -p 8080:8080 -e "OPENAI_API_KEY=" ghcr.io/obot-platform/obot:latest
```
Then visit http://localhost:8080.The `obot` CLI can be installed via brew on MacOS or Linux:
```bash
brew tap obot-platform/tap
brew install obot
```
or by downloading the binary for your platform from our [latest release](https://github.com/obot-platform/obot/releases/latest).### Next Steps
For more information checkout our [Docs](https://docs.otto8.ai/).