mirror of
https://github.com/Shubhamsaboo/awesome-llm-apps.git
synced 2026-07-18 02:09:32 -05:00
[PR #808] [CLOSED] feat: add Aegis DQ MCP Agent — agentic data quality validation #6324
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Shubhamsaboo/awesome-llm-apps/pull/808
Author: @Shivakoreddi
Created: 5/14/2026
Status: ❌ Closed
Base:
main← Head:add-aegis-dq-mcp-agent📝 Commits (2)
c90b823feat: add Aegis DQ MCP Agent demo593ad25fix: fresh-start DB and add main block to setup_demo_db📊 Changes
8 files changed (+380 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)➕
mcp_ai_agents/aegis_dq_mcp_agent/README.md(+104 -0)➕
mcp_ai_agents/aegis_dq_mcp_agent/main.py(+166 -0)➕
mcp_ai_agents/aegis_dq_mcp_agent/mcp_agent.config.yaml(+20 -0)➕
mcp_ai_agents/aegis_dq_mcp_agent/mcp_agent.secrets.yaml.example(+2 -0)➕
mcp_ai_agents/aegis_dq_mcp_agent/requirements.txt(+6 -0)➕
mcp_ai_agents/aegis_dq_mcp_agent/sample_rules.yaml(+41 -0)➕
mcp_ai_agents/aegis_dq_mcp_agent/setup_demo_db.py(+40 -0)📄 Description
What
Adds a new MCP AI Agent demo: Aegis DQ MCP Agent (
mcp_ai_agents/aegis_dq_mcp_agent/).About
Aegis DQ is an open-source agentic data quality framework. This demo connects to it as an MCP server and lets users validate data, diagnose failures, and explore the audit trail — all through natural language.
What the demo does
orderstable with 5 intentional data quality issues (null IDs, negative amounts, invalid status, duplicates)mcp-agentrun_validation,list_runs,search_decisions,compare_reportsFiles
How to run
Example prompts
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.