DroidAgent auto-groups, summarises new alerts and assigns it to the most relevant person at the earliest possible.

🛠️ How It Works

Grouping & De-Duplications:
  1. For any new alert, the agent has access to all the current ongoing alerts and it evaluates whether it needs to put the alert as a part of an existing issue or create a new issue.
  2. The agent can decide to merge the alert into an existing issue based on deterministic rules as well as AI evaluation. In absence of deterministic rules, it falls back to AI driven auto-evaluation.
  3. For alerts that are new, it can create completely new issues.
Post-Grouping:
  1. Post this, the triaging agent searches through the wiki for relevant documents, looks up for related issues from the past and tries to identify people involved.
  2. [Coming Soon] It can also go through the recent commits if it can identify a culprit that might have introduced the error.