guepard-relml
A natural-language agent over your relational database: ask a question in plain English and it explores your schema, builds a predictive model, and answers.
Install
Requires Python 3.9+. Install into a virtual environment:
python3 -m venv .venv && source .venv/bin/activate
pip install guepard-relml
On Debian/Ubuntu,
error: externally-managed-environmentjust means the venv step was skipped — the two commands above are the fix.
Configure
The agent uses a language model. Set one API key:
export ANTHROPIC_API_KEY=...
Use
relml-agent --source ./data # interactive
relml-agent "who is likely to churn next month?" --source ./data # one-shot
--source accepts a folder of CSVs, a CSV/Parquet file, or a Postgres DSN.
License
MIT
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file guepard_relml-0.1.1-cp313-cp313-macosx_15_0_arm64.whl.
File metadata
- Download URL: guepard_relml-0.1.1-cp313-cp313-macosx_15_0_arm64.whl
- Upload date:
- Size: 391.5 kB
- Tags: CPython 3.13, macOS 15.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
59332990bef1099db9ed2002b96e860e71326f393c77e5292b850aae5413fbda
|
|
| MD5 |
a0ed85587d32ccdbc30aedef62d937db
|
|
| BLAKE2b-256 |
47d7b647c6eee54058fe41d8e0897cdccefca682ff27ed502b545ee7cf75bd45
|