Metadata-Version: 2.4
Name: tensorlamp
Version: 0.1.0
Summary: Tensorlamp CLI — agent-driven AutoML from your terminal
Project-URL: Homepage, https://www.tensorlamp.ai
Project-URL: Documentation, https://www.tensorlamp.ai/docs
Project-URL: Repository, https://github.com/jullian-yapeter/tensorlamp
Project-URL: Issues, https://github.com/jullian-yapeter/tensorlamp/issues
Author-email: Jullian Yapeter <jullianyapeter@gmail.com>
License-Expression: MIT
License-File: LICENSE
Keywords: agent,automl,cli,data-science,machine-learning,mlops
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.11
Requires-Dist: httpx>=0.27
Requires-Dist: typer>=0.12
Description-Content-Type: text/markdown

# tensorlamp

Tensorlamp CLI — agent-driven AutoML from your terminal.

```bash
pipx install tensorlamp        # or: uvx tensorlamp
tensorlamp login               # stores your tl_… API key
tensorlamp ignite --data penguins.csv --goal "Classify penguin species" --wait
```

Requires a Pro or Scale API key (create one under Account → API keys).
Global `--output json` emits stable machine-readable shapes; every error is
`{"code", "message", "suggestion"}`. Configuration lives in
`~/.config/tensorlamp/config.toml`; `TENSORLAMP_API_KEY` / `TENSORLAMP_API_URL`
override it.

Development: `cd cli && uv sync && uv run pytest -v`.
