AgamiAI/agami-core

The trust layer between AI and your data. Turns your database schema - messy joins, undocumented tables, into a governed semantic model so AI answers with correct SQL and a receipt on every answer. Run it locally, or self-host a shared team server with Docker.

29Stars on the repository
12Mods indexed here, across every type
3d agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

agami-connect

01

AgamiAI/agami-core

Skill Claude CodeCodex

End-to-end database connection for agami: sets up credentials on first run (DB-type picker → writes /local/credentials.example for the user to fill in), then introspects the live DB directly into the agami semantic model (subject areas, tables, columns, relationships with join cardinality, deep-table column groups…

29 3d ago B 162 tokens

agami-deploy

02

AgamiAI/agami-core

Skill Claude CodeCodex

EARLY ACCESS (in testing) — usable today, but newer than the local single-player path; feedback welcome via a GitHub issue. Prepares a ready-to-run, self-hosted agami deploy bundle ON THE USER'S MACHINE so a team can stand up a shareable MCP server their Claude connects to. Conversationally gathers the hard-floor…

29 3d ago D 192 tokens

agami-eval

03

AgamiAI/agami-core

Skill Claude CodeCodex

Runs the golden evaluation harness for a profile. Picks one golden dataset, regenerates SQL for every question in it, executes each statement against the org's own warehouse, scores the result against the confirmed answer key, and reports the verdicts — failures first, with the errored, the unscored and the…

29 3d ago A 119 tokens

agami-model

04

AgamiAI/agami-core

Skill Claude CodeCodex

The single dashboard for the active profile's semantic model — browse, curate, AND sign off the trust layer in one surface. Browse every subject area, table, field, metric, entity, and join with live search; edit descriptions/metrics/entities/joins; exclude tables/columns you don't want queried; add new metrics; edit…

29 3d ago B 177 tokens

agami-query

05

AgamiAI/agami-core

Skill Claude CodeCodex

Answers natural-language questions about the user's database. Loads the agami semantic model (subject areas, tables, columns, relationships with join cardinality, entities, metrics) and few-shot examples from / /, generates SQL via the examples-first traversal (pick subject area → match examples → resolve…

29 3d ago D 163 tokens

agami-reconcile

06

AgamiAI/agami-core

Skill Claude CodeCodex

Reconciles known (label, expectedvalue) numbers from an existing dashboard against agami's answers. Input can be a SCREENSHOT of a Metabase / Power BI / Tableau / Looker dashboard (Claude's vision extracts the pairs), a CSV, or numbers pasted inline — the user doesn't need to know which; they can just ask. For each…

29 3d ago A 153 tokens

AgamiAI/agami-core

Skill Claude CodeCodex

Saves a user correction so future queries learn from it. Always appends a (question, correctedsql) pair to the subject area's example library under / /promptexamples/ /. Additionally, classifies the correction and — when applicable — applies a surgical edit to the semantic model itself (relationship fix, column…

29 3d ago B 121 tokens

agami-serve

08

AgamiAI/agami-core

Skill Claude CodeCodex

Wires the local agami MCP server (python -m mcpharness) into the Claude Desktop app in one step, so you can ask your database questions from Claude Desktop — not just inside Claude Code. Auto-detects the right Python interpreter (the one with your DB driver), installs the agami-core package into it so the registration…

29 3d ago A 139 tokens