QObserva agent: decorator-first telemetry for quantum runs (Qiskit, Braket, Cirq, PennyLane, pyQuil, D-Wave).
Project description
qobserva-agent
Decorator-first telemetry for quantum runs: emit standardized run events for Qiskit, Braket, Cirq, PennyLane, pyQuil, and D-Wave (BYOE — bring your own endpoint).
⚠️ Beta: This package is in beta. APIs may change.
Install
pip install qobserva-agent
Optional SDK extras (install only what you use):
pip install qobserva-agent[qiskit] # Qiskit
pip install qobserva-agent[braket] # Amazon Braket
pip install qobserva-agent[cirq] # Cirq
pip install qobserva-agent[pennylane] # PennyLane
pip install qobserva-agent[pyquil] # pyQuil
pip install qobserva-agent[dwave] # D-Wave
pip install qobserva-agent[all-sdks] # All of the above
Quick start
from qobserva import observe_run
@observe_run(project="demo", tags={"sdk": "qiskit"})
def run():
# your quantum run here
return {"counts": {"00": 5, "11": 5}, "shots": 10}
run()
Point the agent at your local collector with QOBSERVA_COLLECTOR_URL (or use qobserva up to start the stack).
- Full docs: qobserva.com · Documentation
- Repo: GitHub — BuildersArk/qobserva
- Issues / Support: GitHub Issues
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 qobserva_agent-0.1.0.tar.gz.
File metadata
- Download URL: qobserva_agent-0.1.0.tar.gz
- Upload date:
- Size: 19.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9052783cfd1d9c01b4b469686ce560923d733ce94248c33bc6174f1986611116
|
|
| MD5 |
50725b892b378e3f5dbaea199ba3197b
|
|
| BLAKE2b-256 |
1b43d0a3ee220004bb202a1bb2e076b8e5e00be5e5796d8641ebabc5efeba605
|
File details
Details for the file qobserva_agent-0.1.0-py3-none-any.whl.
File metadata
- Download URL: qobserva_agent-0.1.0-py3-none-any.whl
- Upload date:
- Size: 28.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c2b0036a2753043acce6ef75b65ad2ff5246103d918401a762b233b74bb39781
|
|
| MD5 |
067c42c709dfd49ae2566631554359cf
|
|
| BLAKE2b-256 |
35f6485c1add8a2353763f67bc105d9f21a51f6947ddb0e674fb89779addd1c7
|