Open Source AI Observability

See Inside Your
AI Agents

The open-source observability platform for LLM applications. Trace every call. Evaluate quality. Detect vulnerabilities.

100%
Open Source
14
CLI Commands
6+
Integrations
OWASP
LLM Top 10
metahub evaluate trace.json
╔╦╗┌─┐┌┬┐┌─┐┬ ┬┬ ┬┌┐   ╔═╗╦  ╦
║║║├┤  │ ├─┤├─┤│ │├┴┐  ║  ║  ║
╩ ╩└─┘ ┴ ┴ ┴┴ ┴└─┘└─┘  ╚═╝╩═╝╩
       AI Agent Observability

╭──────────────────── 📊 Evaluation Results ────────────────────╮
│  Evaluator       Score    Bar              Rating             │
│  completeness    0.92     ████████████░░   Excellent          │
│  latency         0.78     ██████████░░░░   Good               │
│  cost            0.95     █████████████░   Excellent          │
│  tool_usage      0.88     ███████████░░░   Good               │
╰───────────────────────────────────────────────────────────────╯

✅ Overall Score: 88.25% — Passed 4/4 evaluators

Works with your favorite AI frameworks

OpenAI Anthropic LangChain LlamaIndex CrewAI AutoGen
Features

Everything You Need to
Understand Your Agents

From local development to production monitoring, Metahub gives you complete visibility into your AI applications.

📊

Trace Everything

Capture every LLM call, tool invocation, and agent step. Visualize execution flows with beautiful ASCII trees.

metahub trace my_agent.py -o trace.json

Score Quality

Evaluate completeness, latency, cost, and tool usage with heuristic scoring.

🔒

Security Scanning

Detect prompt injection, data leakage, and OWASP LLM Top 10 vulnerabilities.

🛡️

PII Detection

Find and redact emails, phone numbers, SSNs, and credit cards in traces.

💻

Developer First

Beautiful CLI output. JSON exports. Python SDK. Works offline, no account needed.

📄

Export & Reporting

NEW

Export HTML/CSV/Markdown reports. Compare traces, benchmark performance, aggregate stats.

How It Works

Get Started in
3 Simple Steps

1

Install the CLI

One pip command to get started. Works with Python 3.9+.

pip install metahub-cli
2

Run Your Agent

Trace any Python script that uses LLMs or AI agents.

metahub trace agent.py -o trace.json
3

Get Insights

Analyze, evaluate, and secure your traces instantly.

metahub evaluate trace.json
Security

OWASP LLM Top 10
Protection Built-In

Automatically detect the most critical vulnerabilities affecting LLM applications.

Learn About Security
🔒 Security Scan Results

🔴 CRITICAL  prompt_injection.jailbreak
             Potential jailbreak detected

🟡 MEDIUM   data_leakage.api_key
             OpenAI API Key in output

🔴 CRITICAL  pii.ssn
             SSN detected in response

❌ 2 CRITICAL vulnerabilities found!

Ready to See Inside Your Agents?

Get started with Metahub CLI in under 5 minutes. It's free and open source.