Why not using GitHub as backend? #30
asgarovf
started this conversation in
Show and tell
Replies: 1 comment 3 replies
-
|
Good work. This direction makes sense. And we’re building |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have been building a similar tool for almost 2 months that works with multiple AI providers, including Codex. The tool executes tasks in auto-approval mode on Docker sandboxes for safety. Previously, I also had a separate UI where I managed the task, documents, comments, and more. However, I think GitHub CLI is enough to achieve what we are trying to do, and then I migrated my tool to work with GitHub.
Check it out: https://github.com/asgarovf/locusai
Demo: https://www.youtube.com/watch?v=JmHeKq3Ty0s&feature=youtu.be
Beta Was this translation helpful? Give feedback.
All reactions