Open Issues Need Help
View All on GitHubAI Summary: This issue proposes adding a troubleshooting section to the deployment guide to address common setup problems faced by new users. The section should include 5-8 common issues with clear, copy-paste friendly solutions.
Catch your AI agent's quality drift before it breaks. Open-source monitoring tool.
AI Summary: This issue proposes adding an `.editorconfig` file to the repository to ensure consistent code formatting across different editors. The goal is to establish standard settings for whitespace, newlines, and character encoding, with potential specific overrides for Markdown files.
Catch your AI agent's quality drift before it breaks. Open-source monitoring tool.
AI Summary: This issue proposes adding a CITATION.cff file to the repository. This file will make it easier for researchers and users to properly cite the AgentDrift project by providing essential metadata and a preferred citation format.
Catch your AI agent's quality drift before it breaks. Open-source monitoring tool.
AI Summary: This issue proposes adding a "Key Links" section to the MkDocs home page (`docs/index.md`). The goal is to improve discoverability by providing direct links to frequently accessed documentation pages such as Quickstart, API, Deployment, Observability, CI Integration, and Alert Rules.
Catch your AI agent's quality drift before it breaks. Open-source monitoring tool.
AI Summary: This issue proposes adding a link to the Quickstart guide within the "Documentation" table in the README file. Currently, the Quickstart is linked elsewhere but not discoverable from this central table. The goal is to improve discoverability by including a new row in the markdown table pointing to the Quickstart documentation.
Catch your AI agent's quality drift before it breaks. Open-source monitoring tool.
AI Summary: This issue requests the addition of a link to the TypeScript SDK guide within the documentation table in the project's README file. The goal is to ensure users can easily find and access the TypeScript SDK documentation from the main project page.
Catch your AI agent's quality drift before it breaks. Open-source monitoring tool.
AI Summary: This issue requests an update to the project's README file. Specifically, it asks to add a link to the 'Alert Rules guide' within the existing 'Documentation' table, ensuring the table remains properly formatted.
Catch your AI agent's quality drift before it breaks. Open-source monitoring tool.
AI Summary: This issue requests the addition of a dashboard screenshot to the Quickstart guide in the project's documentation. The goal is to visually assist users in confirming their setup by showing them what the dashboard should look like. The contributor needs to capture a screenshot, add it to the `docs/` directory, and reference it in `docs/QUICKSTART.md`.
Catch your AI agent's quality drift before it breaks. Open-source monitoring tool.
AI Summary: This issue addresses a broken anchor link within the documentation's OBSERVABILITY guide. The current link points to a non-existent anchor, causing a warning during the documentation build process. The fix involves correcting either the link or the corresponding heading in `docs/OBSERVABILITY.md` to ensure the table of contents functions correctly and the build is free of warnings.
Catch your AI agent's quality drift before it breaks. Open-source monitoring tool.
AI Summary: This issue proposes adding a new integration for the Google ADK (Agent Development Kit) framework to AgentDrift. The goal is to automatically instrument ADK agent runs, logging them as AgentDrift traces with relevant metadata, making adoption easier for ADK users. The integration will leverage ADK's callback system for low-friction implementation.
Catch your AI agent's quality drift before it breaks. Open-source monitoring tool.
AI Summary: This issue proposes adding a "drift review queue" to a dashboard to help users identify and label regression traces. The queue will prioritize traces based on existing signals like quality score and drift detection events, aiming to reduce the time it takes to get useful feedback. The implementation includes a new dashboard page with different review modes and batch actions for efficient labeling.
Catch your AI agent's quality drift before it breaks. Open-source monitoring tool.
AI Summary: This issue proposes creating a comprehensive, end-to-end quickstart tutorial for the agentdrift library. The tutorial should guide a new user from installation to observing drift detection in under 10 minutes, including a working code example, CLI commands, terminal recordings, and clear documentation.
Catch your AI agent's quality drift before it breaks. Open-source monitoring tool.
AI Summary: This issue proposes adding dark mode support to a Next.js web dashboard. It requires implementing a toggle in the sidebar, respecting system preferences, persisting user choices, ensuring all pages are themed correctly using Tailwind CSS, and adapting chart colors for dark backgrounds.
Catch your AI agent's quality drift before it breaks. Open-source monitoring tool.