8000 GitHub - njhale/obot: TBD
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

njhale/obot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 8081  
 

Repository files navigation

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:

docker run -d -p 8080:8080 -e "OPENAI_API_KEY=<OPEN AI KEY>" ghcr.io/obot-platform/obot:latest

Then visit http://localhost:8080.

The obot CLI can be installed via brew on MacOS or Linux:

brew tap obot-platform/tap
brew install obot

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

Next Steps

For more information checkout our Docs.

Packages

No packages published

Languages

  • Go 40.0%
  • TypeScript 35.9%
  • Svelte 22.7%
  • CSS 0.8%
  • Shell 0.2%
  • JavaScript 0.1%
  • Other 0.3%
0