llmgovernor-langfuse
Bridge Langfuse traces into the LLMGovernor anomaly engine.
Why
You already log to Langfuse. You want per-agent cost anomaly detection on top without ripping out what works. This package mirrors your existing Langfuse traces into LLMGovernor and surfaces anomalies (cost spikes, error bursts, latency regressions) in the LLMGovernor dashboard or as Slack/email alerts.
Status: v0.1.0 — package scaffolding. Full adapter logic lands before public launch.
Install
pip install llmgovernor-langfuse
Usage
from llmgovernor_langfuse import LangfuseAdapter
adapter = LangfuseAdapter(
llmgovernor_api_key="lg_...",
langfuse_api_key="...",
agent_name="my-agent",
)
adapter.start()
License
Apache-2.0 © EarlyBright Global LLC
Release files for llmgovernor-langfuse 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| llmgovernor_langfuse-0.1.0.tar.gz | 2.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| llmgovernor_langfuse-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 5.4 kB
Release files / llmgovernor_langfuse-0.1.0.tar.gz
| Download URL | llmgovernor_langfuse-0.1.0.tar.gz |
|---|---|
| Size | 2.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
7288bf91510a12783e05bc1ac6e55a20b72849ffffe2878096d019182060ad26
|
|
BLAKE2b-256 checksum How to use checksums |
7782edc268681e681663141695a514ac4e8c0622ea8ed80f45b7bf0af7dd0625
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.11.15
|
Release files / llmgovernor_langfuse-0.1.0-py3-none-any.whl
| Download URL | llmgovernor_langfuse-0.1.0-py3-none-any.whl |
|---|---|
| Size | 3.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
f45e6638aa7f6db57360dbafd085e73628daf36b0ecd1192b9f0a624577da2b6
|
|
BLAKE2b-256 checksum How to use checksums |
3b9c406492add36705917cdd39f934d9344716f7970a4260bba9b09ad3b0731d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.11.15
|