Python tracing SDK for the Orra agent debugging dashboard
Project description
Orra
An open-source Python tracing SDK for visualizing multi-agent AI workflows.
🌐 Live Dashboard: orra-frontend-two.vercel.app
Orra provides a lightweight, real-time telemetry layer that routes agent execution steps, prompts, and outputs directly into a visual Next.js debugging dashboard. It is perfect for tracking complex, multi-agent systems (like LangGraph) with zero local bloat.
📦 Installation
Install the package directly from PyPI:
pip install orra
🛠️ Quick Start
Use OrraTracer from any Python agent app to send execution traces to your dashboard:
from orra import OrraTracer
# 1. Initialize the tracer with your nodes and edges
tracer = OrraTracer(
workflow_id="research-agent",
initial_prompt="Research vector databases",
nodes=[
{"id": "researcher", "label": "Researcher", "x": 250, "y": 120},
{"id": "summarizer", "label": "Summarizer", "x": 250, "y": 320},
],
edges=[
{"source": "researcher", "target": "summarizer"},
],
)
tracer.start()
# 2. Trace your agent steps in real-time
tracer.node_started("researcher", "Researcher", "Research vector databases")
research = "Vector databases store embeddings for semantic search."
tracer.node_completed("researcher", "Researcher", "Research vector databases", research, research)
tracer.node_started("summarizer", "Summarizer", research)
summary = "Vector databases power semantic retrieval over embedded data."
tracer.node_completed("summarizer", "Summarizer", research, summary, summary)
tracer.end("completed")
The trace instantly appears in the Orra dashboard as a fully inspectable, visual node graph!
👨💻 Built By
Developed by Faraz Mirza (@farazmirzax).
Project details
Release history Release notifications | RSS feed
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 orra-0.1.1.tar.gz.
File metadata
- Download URL: orra-0.1.1.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c0e371e70b4503cfd33a81de5f64f433a4f669c16f136356a039bce25f0f19f1
|
|
| MD5 |
df9637c1a9cceb9783f1d7fb70856640
|
|
| BLAKE2b-256 |
db6f1db5eab60dd8768c789bbd64b82bbf321b092313009d2598785cecddc3e3
|
Provenance
The following attestation bundles were made for orra-0.1.1.tar.gz:
Publisher:
publish.yml on farazmirzax/Orra
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
orra-0.1.1.tar.gz -
Subject digest:
c0e371e70b4503cfd33a81de5f64f433a4f669c16f136356a039bce25f0f19f1 - Sigstore transparency entry: 1710624244
- Sigstore integration time:
-
Permalink:
farazmirzax/Orra@57bf9aa2eb193682981f3cbd59b8c23e419f631b -
Branch / Tag:
refs/tags/v0.1.1 - Owner: https://github.com/farazmirzax
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@57bf9aa2eb193682981f3cbd59b8c23e419f631b -
Trigger Event:
release
-
Statement type:
File details
Details for the file orra-0.1.1-py3-none-any.whl.
File metadata
- Download URL: orra-0.1.1-py3-none-any.whl
- Upload date:
- Size: 3.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
37c570fea0d63e408cc42c9c84ec8172006cb34e11a3507bb4589198f6d27f85
|
|
| MD5 |
dc682350bd06a5d27bc6eef867f7e821
|
|
| BLAKE2b-256 |
a9b7ae7d4d2447e655778410bcb2cf985467f6d5e6cbab421c71c15d583e8e34
|
Provenance
The following attestation bundles were made for orra-0.1.1-py3-none-any.whl:
Publisher:
publish.yml on farazmirzax/Orra
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
orra-0.1.1-py3-none-any.whl -
Subject digest:
37c570fea0d63e408cc42c9c84ec8172006cb34e11a3507bb4589198f6d27f85 - Sigstore transparency entry: 1710624278
- Sigstore integration time:
-
Permalink:
farazmirzax/Orra@57bf9aa2eb193682981f3cbd59b8c23e419f631b -
Branch / Tag:
refs/tags/v0.1.1 - Owner: https://github.com/farazmirzax
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@57bf9aa2eb193682981f3cbd59b8c23e419f631b -
Trigger Event:
release
-
Statement type: