Phase 1 stack #3: agentic insights / enrich - #95
Open
matthewmoorcroft wants to merge 1 commit into
Open
matthewmoorcroft wants to merge 1 commit into
matthewmoorcroft wants to merge 1 commit into
Conversation
Add a source-neutral insights artifact (models/insights.py) and an enrich_inventory pass (discovery_insights.py) that layers agentic insights onto the unified inventory, with a validator that forbids inferred-only keys by presence and aggregates per-edge errors. Expose it through the discover CLI and MCP (enrich subcommand) and document it in the flowx-discover skill. Consolidates PR #82 (agentic insights enrich_inventory + validator + CLI/MCP). Co-authored-by: Isaac <no-reply@databricks.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Part of the Phase 1 stack. Base:
stack/adf-discovery. (Content of the former #82.)What this adds
An optional, source-neutral, agent-authored insights layer over discovery. The deterministic inventory records what the source is; an external agent authors judgment; the library has no LLM — it validates the authored object and atomically merges it under one additive
insightsblock.Schema (
insightsblock)schema_version,inventory_sha256(fingerprint binding),overview,system_recommendation,pipeline_insights[],pipeline_relationships[]— withrecommended_patterns[]and per-patternsimplification_pattern.Contract
enrichvalidates foreign keys / lineage refs / evidence / schema, stamps the library-owned fields, and atomically merges. Author→validate→merge; nothing else in the inventory changes.