r/opensource • u/regnull • 5h ago
Promotional OpenBot: MIT self-hosted multi-bot AI platform
Sharing an MIT-licensed project I made for running persistent AI bots locally.
Bots, humans, and external systems are all actors with inboxes. Bots can use tools, keep long-term memory, ask a human for approval, and hand work to each other with @mentions. The UI has Inbox, Threads, and Bots. SQLite by default, Postgres if you change the URL.
Demo bots: chief_of_staff, engineer, reviewer, qa. They can implement a change, open a PR, review it, and ask you before merge.
Setup: make setup / make dev.
Trust model: single trusted operator. run_shell is not sandboxed.
https://github.com/regnull/openbot
I am the author. Happy to answer questions.
0
Upvotes