halfacupoftea commited on
Commit
7df3d0b
·
1 Parent(s): 90c78ad

Update Readme

Browse files
Files changed (2) hide show
  1. README.md +2 -3
  2. app.py +2 -0
README.md CHANGED
@@ -13,7 +13,7 @@ short_description: GitHub Issues Maintainer Agent for Open Source Projects
13
  # OpenSorus - AI Maintainer Agent for GitHub Issues
14
  <p align="center"><img width="65%" src="https://res.cloudinary.com/ivolve/image/upload/v1749392337/opensorus-banner_wel6po.jpg"/></p>
15
 
16
- >The OSS Copilot for automated triage & instant GitHub issue support with helpful context aware replies.
17
 
18
  OpenSorus is an AI Agent distributed as a GitHub App that reads your GitHub issues, understands your codebase, and responds with a comment to help your users/contributors. It acts like a first-level dev support assistant of your project that never sleeps and actually understands your codebase.
19
 
@@ -30,8 +30,7 @@ Once installed and triggered on a GitHub issue (either via @mention or through t
30
  - Crafts a useful, relevant reply by using the context from the codebase and generative capabilities of its own.
31
 
32
  - Posts the response back as a GitHub comment.
33
- <br>
34
- <br>
35
  > Please checkout the [OpenSorus GitHub repo](https://github.com/aditi-dsi/opensorus) for complete Webhook + GitHub Actions implementation code.
36
 
37
  ## Goal
 
13
  # OpenSorus - AI Maintainer Agent for GitHub Issues
14
  <p align="center"><img width="65%" src="https://res.cloudinary.com/ivolve/image/upload/v1749392337/opensorus-banner_wel6po.jpg"/></p>
15
 
16
+ > The OSS Copilot for automated triage & instant GitHub issue support with helpful context aware replies.
17
 
18
  OpenSorus is an AI Agent distributed as a GitHub App that reads your GitHub issues, understands your codebase, and responds with a comment to help your users/contributors. It acts like a first-level dev support assistant of your project that never sleeps and actually understands your codebase.
19
 
 
30
  - Crafts a useful, relevant reply by using the context from the codebase and generative capabilities of its own.
31
 
32
  - Posts the response back as a GitHub comment.
33
+
 
34
  > Please checkout the [OpenSorus GitHub repo](https://github.com/aditi-dsi/opensorus) for complete Webhook + GitHub Actions implementation code.
35
 
36
  ## Goal
app.py CHANGED
@@ -99,6 +99,8 @@ with gr.Blocks(title="OpenSorus – AI Maintainer Agent", theme=theme) as demo:
99
  4. Alternatively, use this space to paste the issue URL and specify the branch name (e.g., main, master, etc.).
100
  5. Click Run Agent and OpenSorus will fetch issue details, read your code, and post a helpful comment.
101
 
 
 
102
  > ### _OpenSorus is just like an L1 dev support assistant of your project that never sleeps — and knows your codebase ✨._
103
 
104
  ---
 
99
  4. Alternatively, use this space to paste the issue URL and specify the branch name (e.g., main, master, etc.).
100
  5. Click Run Agent and OpenSorus will fetch issue details, read your code, and post a helpful comment.
101
 
102
+ **🎥 Watch the [Demo Video here](https://www.loom.com/share/d39697a60b944dbb938c3952d66cdc62?sid=1e730996-c912-4089-b717-a42ac9fbfe25).**
103
+
104
  > ### _OpenSorus is just like an L1 dev support assistant of your project that never sleeps — and knows your codebase ✨._
105
 
106
  ---