A comprehensive, self-service governance platform for managing, enriching, and testing database tables utilized by natural language processing and TextToSQL agents.
Before starting, ensure you have uv and pnpm installed:
- uv (Python Package Manager):
curl -LsSf https://astral.sh/uv/install.sh | sh # If 'uv' is not found immediately, restart your terminal or run: source $HOME/.local/bin/env
- pnpm (Node Package Manager):
npm install -g pnpm
cd backend
uv sync
source .venv/bin/activate
python -m app.seed
uvicorn app.main:app --port 8000 --reloadcd frontend
pnpm install
pnpm dev- Project Description & Mission
- System Architecture
- Feature Checklist
- Roadmap & TODOs
- Developer & Agent Onboarding