Langfuse trace analysis agent with CLI and built-in web console
Project description
Langfuse Lens Agent
Korean version: README_ko.md
Langfuse Lens Agent is an open-source analysis agent for LLM operations teams.
It turns Langfuse traces into practical outputs for observability, evaluation, and prompt improvement.
✨ Features
- Trace analytics with filters (
date,metadata,user_id,session_id,trace_id, tags) - Observability deep-dive (error breakdown, latency/cost trends, root-cause hints)
- Prompt engineering mode (A/B/C rewrites + scoring + recommended variant)
- Evaluation mode (rubric scoring, confidence labels, regression checks)
- Multi-model comparison (
openai,anthropic,google_genai,openrouter) - Agent orchestration powered by
create_deep_agent(Deep Agents) - Built-in FastAPI web console (chat + ops query UI)
📦 Installation
From PyPI
pip install langfuse-lens-agent
From source
git clone https://github.com/BAEM1N/langfuse-lens-agent.git
cd langfuse-lens-agent
pip install -e .
⚙️ Required environment variables
export LANGFUSE_BASE_URL=https://<your-langfuse-host>
export LANGFUSE_PUBLIC_KEY=pk-lf-...
export LANGFUSE_SECRET_KEY=sk-lf-...
Optional model provider keys:
export OPENAI_API_KEY=...
export ANTHROPIC_API_KEY=...
export GOOGLE_API_KEY=...
export OPENROUTER_API_KEY=...
export OPENROUTER_BASE_URL=https://openrouter.ai/api/v1
You can also set keys in:
- project
.env:./.env - home
.env:~/.env
CLI prints a warning when LLM keys are missing.
🚀 Usage
1) CLI mode
langfuse-lens --message "mode=overview limit=20"
or
echo "mode=prompt limit=20 user_id=demo-user" | langfuse-lens
2) Web mode
langfuse-lens-web --host 0.0.0.0 --port 8010
Open: http://localhost:8010
In Web UI, use Settings · LLM API Keys to save keys into project/home .env.
🧪 Common query modes
mode=overviewmode=observabilitymode=promptmode=evaluation
🐳 Docker
cp .env.example .env
docker compose up -d --build
curl http://localhost:8091/health
🛠️ Development
python -m unittest discover -s tests -q
📚 Documentation
- Setup:
docs/SETUP.md - Feature comparison:
docs/POLLY_COMPARISON.md
🤝 Contributing
Issues and pull requests are welcome:
📄 License
MIT — see LICENSE
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
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 langfuse_lens_agent-0.2.2.tar.gz.
File metadata
- Download URL: langfuse_lens_agent-0.2.2.tar.gz
- Upload date:
- Size: 26.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9a19bd923f492acdf4f4a9ce65927c9ec531f4bd3ceac1e379693d89e9f9b619
|
|
| MD5 |
5187475d2f55c9537a9dabd1d7d59be6
|
|
| BLAKE2b-256 |
721575761ca05e2c4cbcc35ea4f470b6b05ba930d3fecdae5ba3bc1e59c20d03
|
File details
Details for the file langfuse_lens_agent-0.2.2-py3-none-any.whl.
File metadata
- Download URL: langfuse_lens_agent-0.2.2-py3-none-any.whl
- Upload date:
- Size: 25.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
09327509ceac95abafc197a5ca7c722a835ac4e05d182f3137744ff0784a0705
|
|
| MD5 |
3feaf94cac9dc63e93a47bfdd65097c7
|
|
| BLAKE2b-256 |
0a8445722a034d797f508d9d34d68d8483616f394c3bf53edac5c84a0d376ee2
|