Skip to main content

A modular agentic reasoning engine for structured data, including NLQ-to-SQL transformations.

Project description

SQLThought

SQLThought is a modular, extensible multi-agent reasoning framework built for intelligent interaction with structured data, databases, and future analytical workflows.
It currently includes a build database and natural-language query (NLQ) to SQL reasoning pipeline powered by Groq, but the architecture is intentionally designed to support many more reasoning tasks as the project evolves.

SQLThought is not just a utility, it's a foundation for agentic, step-wise, auditable reasoning over structured information.

Key Features

Multi-Agent Reasoning

SQLThought uses LangGraph to orchestrate intelligent pipelines with:

  • Stepwise decomposition
  • State-aware execution
  • Deterministic branches
  • Automatic SQL correction loops
  • Fully transparent, debuggable agent workflows

Groq-Powered LLM Execution

Fast agentic reasoning using Groq’s API, providing:

  • Low-latency inference
  • Predictable outputs
  • Easy model switching
  • Secure local configuration

Modular, Extensible Architecture

Every reasoning stage is isolated and replaceable.

Zero-Friction CLI

SQLThought includes a full command-line interface:

  • sqlthought configure — Configure Groq API + model
  • sqlthought query — Query your database using natural language
  • sqlthought version — Show installed version
  • sqlthought build-db — Build a SQLite database from CSV files

Secure Local Config Storage

~/.sqlthought/config.json

Stores API keys and model preferences locally (never uploaded or logged).

Project Structure

sqlthought/
├── nlq/
│   ├── conversion.py       # Public NLQ→SQL API
│   ├── build_graph.py      # LangGraph pipeline
│   ├── nodes.py            # Multi-agent reasoning nodes
│   ├── state.py            # Typed pipeline state
│   └── prompts/            # Prompt templates
├── ingestion/
│   └── build_db.py         # CSV → SQLite builder
├── utils/
│   ├── db_utils.py
│   ├── logger.py
│   └── visualizer.py
└── cli.py                  # Command-line entrypoint

Installation

pip install sqlthought

Usage

First-Time Setup

sqlthought configure

You will be prompted for:

  • Groq API key
  • Model name (e.g., openai/gpt-oss-20b or another Groq-hosted model)

Configuration only needs to be done once.

Building Databases from CSV Files

  • SQLThought ships with a helper for assembling SQLite databases from CSVs.
sqlthought init
  • Upload CSV files into:
sqlthought_data/csv/
  • Then build the database:
sqlthought build-db sample.db
  • Your DB will be created at:
sqlthought_data/sample.db

And is now ready for NLQ reasoning.


NLQ to SQL conversion

The first reasoning module shipped with SQLThought is a full NLQ → SQL agentic system with:

  • Schema understanding
  • Subtask decomposition
  • Query planning
  • SQL generation
  • SQL execution
  • Automatic correction loops

CLI Example

sqlthought query "List employees earning above 70000" sample.db

=

Contributing

Contributions, feature ideas, and pull requests are welcome! More documentation and developer guides will be added soon.

License

MIT License © 2025 Tiyasa Mukherjee

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sqlthought-0.0.4.tar.gz (12.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

sqlthought-0.0.4-py3-none-any.whl (14.7 kB view details)

Uploaded Python 3

File details

Details for the file sqlthought-0.0.4.tar.gz.

File metadata

  • Download URL: sqlthought-0.0.4.tar.gz
  • Upload date:
  • Size: 12.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.4

File hashes

Hashes for sqlthought-0.0.4.tar.gz
Algorithm Hash digest
SHA256 ee80b5a9769f5728704d230b51ed49fd3a0affb5b0ba5b9b3a99fbcc553c8b06
MD5 345c006554f326293d787cbb947774fd
BLAKE2b-256 f95e212c5beb631d9844f5b20f404a11183f853db469fa65aa4a31ad7ec22a0d

See more details on using hashes here.

File details

Details for the file sqlthought-0.0.4-py3-none-any.whl.

File metadata

  • Download URL: sqlthought-0.0.4-py3-none-any.whl
  • Upload date:
  • Size: 14.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.4

File hashes

Hashes for sqlthought-0.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 14fbaff13c303b2de44e048a7907e2d07152035b588604888fffe0d33eecf9c7
MD5 f8f135dc7459c3700c9ced94e9a3d477
BLAKE2b-256 40c04379ded82c1161517c25ea6bc46116a088b138616e939aee519de3437021

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page