Deterministic evidence first
The core facts come from repeatable checks, profiles, comparisons, validations, and trace files.
A suite of 10 local-first data agents built around practical data workflows, deterministic evidence, bounded LLM use, and review-ready artifacts.
The Data Agent Suite explores a practical question: where do deterministic checks, review workflows, and LLM support each belong?
The agents start with simple local tools that inspect files and produce traceable outputs. They then build toward richer review workflows where LLMs can help with explanation or suggestions, but not replace the evidence.
The core facts come from repeatable checks, profiles, comparisons, validations, and trace files.
LLMs are used only where they help with wording, suggestions, or review notes from safe context.
Each agent writes outputs a person can inspect: reports, traces, findings, summaries, exceptions, or review packs.
The agents prepare evidence and questions. They do not approve, certify, or replace review.
The suite moves from first-pass local checks to fuller review workflows, keeping evidence and judgement separate throughout.
Phase 1
Helps with the first pass of understanding what looks wrong in a dataset.
Checks whether source-to-target movement preserved the important records and mapped values.
Creates first-pass data dictionaries from local CSV and XLSX datasets.
Phase 2
Checks whether a dataset matches agreed contract rules.
Flags fields that may need careful human review before data is shared, migrated, analysed, or used downstream.
Suggests reviewable data tests from profiling evidence and supplied context.
Phase 3
Prepares an early review pack for a new dataset before people start relying on it.
Helps investigate a stated data quality concern using current and optional baseline files.
Reviews scattered project evidence and highlights what is supported, missing, unclear, or in tension.
Phase 4
Reviews a migration pack for visible evidence, gaps, mappings, contracts, reconciliation checks, sensitive-field indicators, and test coverage.
Across the suite, the pattern stays deliberately consistent:
The early agents focus on one clear job: profile, reconcile, document, or validate.
The later agents become more workflow-shaped. They prepare review packs, manage evidence gaps, structure follow-up questions, and separate deterministic findings from optional LLM notes.
By the final agent, the suite has a fuller pattern: manifest intake, deterministic review stages, aggregated findings, Markdown summaries, optional LLM notes, orchestration seams, and trace metadata.
The next step would not simply be more agents.
The more interesting direction is coordination: a router or workbench layer that can decide which specialist agent fits a given task, pass the right files and context, and keep outputs traceable across workflows.
Before that, each specialist agent needs to remain useful on its own.