Observability and evaluation SDK for LLM Agents
Project description
use-lightcurve
The official Python SDK for Lightcurve, the observability and evaluation platform for LLM Agents.
Installation
pip install use-lightcurve
Quick Start
from lightcurve import Lightcurve
lc = Lightcurve(api_key="your_api_key")
# Track a run
with lc.trace(agent_id="my-agent") as run:
result = my_agent.run("input prompt")
run.log_output(result)
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
use_lightcurve-0.2.2.tar.gz
(8.5 kB
view details)
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 use_lightcurve-0.2.2.tar.gz.
File metadata
- Download URL: use_lightcurve-0.2.2.tar.gz
- Upload date:
- Size: 8.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
96fb9146c17292a0963ec9d73921d65baf57a65567d5b5fffc704ee47d5f7b7f
|
|
| MD5 |
850993050f5ea2d8df5059fe7e9e59c2
|
|
| BLAKE2b-256 |
08c294fc8a5ff42a23e2a2277c549836a7f7f1b54f34dca062fa949135f47580
|
File details
Details for the file use_lightcurve-0.2.2-py3-none-any.whl.
File metadata
- Download URL: use_lightcurve-0.2.2-py3-none-any.whl
- Upload date:
- Size: 10.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3d8bc16d30c01776d2b99bec5b5f123040a981c10aed78085d77aa937541643e
|
|
| MD5 |
e50be4a4e94ac253e0899229d6d50bde
|
|
| BLAKE2b-256 |
14b41e482e9960ef28701a5635f7a99a3df854f25a08bcfb8cf83d28abc61a9f
|