From 8ded46a998171156158e5edcbff4910f122327fd Mon Sep 17 00:00:00 2001 From: Shubhamvelip Date: Wed, 22 Apr 2026 02:36:50 +0530 Subject: [PATCH] feat: add AEGIS autonomous support operations agent --- apps/aegis.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 apps/aegis.json diff --git a/apps/aegis.json b/apps/aegis.json new file mode 100644 index 0000000..b41cdf2 --- /dev/null +++ b/apps/aegis.json @@ -0,0 +1,11 @@ +{ + "repo": "https://github.com/shubhamvelip4/aegis-app", + "description": "Autonomous support operations agent that monitors Slack channels, classifies tickets with Gemini AI, creates structured Notion records, persists data in Cloudflare D1, and auto-escalates P0/P1 incidents to on-call teams.", + "versions": [ + { + "version": "0.1.0", + "commit": "c63fff27-e23b-4166-99a2-4d1d8e0c032e", + "date": "2026-04-22" + } + ] +}