Open Issues Need Help
View All on GitHubAI Summary: This issue proposes adding a new troubleshooting section to the deployment guide (`docs/DEPLOYMENT.md`). The goal is to help new users overcome common setup pitfalls, such as port conflicts, environment variable issues, or API key authentication problems, by providing 5-8 concise problems and their actionable fixes. The new section should offer concrete symptoms and 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 standardize code formatting across Python, TypeScript, and Markdown files. The goal is to prevent inconsistent whitespace and newlines by enforcing sane defaults like LF, UTF-8, trimming trailing whitespace, and ensuring a final newline. It also requires a specific override for Markdown files to prevent trimming necessary trailing whitespace.
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 to facilitate academic citations for the AgentDrift project. The new file should adhere to the Citation File Format specification and include essential metadata such as the project title, authors, repository URL, license, and version.
Catch your AI agent's quality drift before it breaks. Open-source monitoring tool.
AI Summary: The current MkDocs home page (`docs/index.md`) lacks direct links to frequently accessed documentation guides. This issue aims to improve navigation by adding a 'Key Links' section to the home page, listing 5-7 important existing pages such as Quickstart, API, and Deployment. The task involves modifying a single Markdown file and ensuring the documentation builds successfully.
Catch your AI agent's quality drift before it breaks. Open-source monitoring tool.
AI Summary: This issue aims to improve the discoverability of the Quickstart guide by adding a link to `docs/QUICKSTART.md` within the `## Documentation` table in the `README.md` file. Currently, the Quickstart is linked elsewhere but is not part of the main documentation table. The task involves adding a new row with a short description and ensuring the Markdown table remains well-formatted.
Catch your AI agent's quality drift before it breaks. Open-source monitoring tool.
AI Summary: This GitHub issue proposes adding a link to the TypeScript SDK guide (`docs/SDK_TYPESCRIPT.md`) within the `## Documentation` table in the `README.md` file. The goal is to improve discoverability of the TypeScript SDK documentation directly from the main repository page. The task involves modifying `README.md` to include a new, well-formatted table row.
Catch your AI agent's quality drift before it breaks. Open-source monitoring tool.
AI Summary: The README's documentation table currently lacks a link to the Alert Rules guide. The task is to update the `README.md` file by adding a new row to this table, which will link to `docs/ALERT_RULES.md` with a short description, ensuring the table's formatting remains intact.
Catch your AI agent's quality drift before it breaks. Open-source monitoring tool.
AI Summary: The Quickstart guide (`docs/QUICKSTART.md`) currently lacks a visual aid and has a TODO to add a dashboard screenshot. This issue aims to resolve that by adding a clear screenshot of the dashboard, helping users understand the expected outcome after setup. The task involves capturing a suitable image, adding it to the `docs/` directory, and referencing it within the Markdown file, ensuring it renders correctly and the documentation builds successfully.
Catch your AI agent's quality drift before it breaks. Open-source monitoring tool.
AI Summary: This GitHub issue reports a broken anchor link in the `docs/OBSERVABILITY.md` file, which causes a warning during the MkDocs build process. The goal is to correct the `#6-example-grafana--tempo--prometheus-setup` link or adjust the corresponding heading so that the anchor exists and the build completes without warnings for this file. The fix involves modifying a single documentation file.
Catch your AI agent's quality drift before it breaks. Open-source monitoring tool.
AI Summary: This issue proposes adding a new integration to AgentDrift for Google ADK (Agent Development Kit), a rapidly growing agent framework. The goal is to instrument ADK agent runs and log them as AgentDrift traces with useful metadata, leveraging ADK's first-class callback system for a clean and low-friction implementation. This will enhance AgentDrift's adoption by supporting a popular new framework.
Catch your AI agent's quality drift before it breaks. Open-source monitoring tool.
Catch your AI agent's quality drift before it breaks. Open-source monitoring tool.
AI Summary: This issue aims to create a comprehensive quickstart tutorial for `agentdrift`, guiding users from installation to seeing drift detection working in under 10 minutes. It requires a standalone `QUICKSTART.md` with a complete, copy-paste ready working example, including CLI commands, dashboard screenshots, and terminal recordings (asciinema). The goal is to provide a seamless end-to-end experience for new developers.
Catch your AI agent's quality drift before it breaks. Open-source monitoring tool.
Catch your AI agent's quality drift before it breaks. Open-source monitoring tool.