Gepa Tuned Sql Agent banner
Ar9av Ar9av

Gepa Tuned Sql Agent

Data community

Description

Self-debugging SQL agent with GEPA evolutionary prompt optimization — no fine-tuning, just context engineering

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README


SQL Agent
SQL Agent

Self-Debugging  ·  GEPA Prompt Evolution  ·  RL Environment

An AI SQL agent that gets measurably better over time — without retraining the model.

Quick Start  ·  How It Works  ·  Architecture  ·  RL Environment  ·  Research

Next.js TypeScript SQLite PostgreSQL MySQL

SQL Agent Platform


An AI SQL agent that **gets measurably better over time** — without retraining or fine-tuning the model. It combines three research ideas running together in one app:

  1. Self-Debug Loop — the agent critiques and fixes its own SQL errors, no human in the loop
  2. GEPA Prompt Evolution — after user feedback, an LLM reflects on failures and evolves the system prompt
  3. Mini-RL Environment — a LinUCB contextual bandit learns which repair strategy works best for each error type

The result: pure prompt + context engineering. No model weights needed.


Quick Start

git clone ht