Intelligent error monitoring agent that uses Airweave to find context from your code, tickets, and Slack. Clusters similar errors, enriches with relevant context, and creates actionable alerts.
Stars
336
Forks
47
Watchers
336
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
19
commits
Refine README.md background section to clarify the project's basis on the internal agent "Donke," enhancing context for users. This update aims to improve understanding of the project's application and its connection to Airweave's services.
ec358d1View on GitHubUpdate README.md to include background information on the internal agent "Donke" and a link to a blog post detailing how Airweave is utilized to enhance its own services. This addition aims to provide context and further insights into the project's application and benefits.
0dc1f65View on GitHubUpdate documentation to clarify error clustering stages and enhance configuration details. Revised clustering stages for better semantic understanding and added available data source options in the configuration file.
74e3e3bView on GitHubUpdate README.md to include a video demonstration of the project, enhancing user engagement and providing a visual overview of the error monitoring capabilities. This addition aims to improve clarity and attract interest in the project's features.
d1b2993View on GitHubEnhance ContextSearchData component by updating UI text for clarity and introducing a new Airweave icon. The title now features a more concise description with the Airweave branding visually represented, improving overall user experience and aesthetics.
c9bbe24View on GitHubRefactor App component and update UI text for clarity. Removed unused icon import, revised descriptions in the pipeline visualization section to better convey functionality, and updated footer branding. Enhanced the PipelineVisualizer to provide a more engaging demo experience with improved messaging.
b2c063aView on GitHubUpdate README.md to clarify project description and enhance setup instructions. Changed references from demo to project, added details about the interactive demo, and improved the quick start guide. Included new sections on connecting real data sources and running the agent in production, along with updated API reference and context enrichment details.
28e7114View on GitHubRefactor clustering logic in the error analysis pipeline to enhance semantic grouping. Removed strict clustering in favor of regex-based clustering for improved error categorization. Introduced fallback merging for clusters when LLM is unavailable, and updated error sample data to demonstrate effective clustering across various error types. Enhanced error type extraction with more specific patterns for better accuracy in categorization.
38e3ba3View on GitHubEnhance error analysis and alert generation in the backend. Introduced a new function to generate actionable titles for alerts based on analysis results, improving clarity and user understanding. Updated the alert structure to utilize these titles and refined the error analysis model to include title generation in the analysis process. Additionally, improved documentation for error analysis guidelines and updated sample error data for better demonstration of clustering behaviors.
aefa65dView on GitHubImplement real-time data updates and UI enhancements in the pipeline visualizer. Added auto-expansion for running steps, improved step card behavior with auto-collapse and force open features, and introduced staggered fade-in animations for better user experience. Updated styles for a more dynamic display of pipeline progress and results.
def6c5bView on GitHubEnhance StepCard component with a comprehensive severity analysis summary and improved individual analysis display. Introduced dynamic severity counts, color-coded severity indicators, and new icon components for better visual representation of analysis data. Refactored layout for improved readability and organization of analysis details.
fafa649View on GitHubRefactor LLM initialization in analysis and clustering components to improve error handling and key validation. Update context search component to include documentation display and enhance UI with new icons for better visual representation of search results.
463f663View on GitHubRevamp StepCard and ClusteringData components with enhanced UI elements. Redesigned the reasoning section for better visual appeal and added a reduction visualization for error clustering, including dynamic statistics and color-coded clusters. Introduced new icon components for improved aesthetics.
515d381View on GitHubEnhance step card component with improved error log display and organization breakdown. Added dynamic timestamp generation, color-coded severity indicators, and a new layout for log entries. Introduced components for building and terminal icons to enhance visual representation of logs and affected organizations.
aeec9d9View on GitHub