Agent-native trace SDK for LangChain / LangGraph / deepagents (skeleton)
Project description
etaoi
Python SDK for VIZ — an agent-native trace visualizer for the LangChain ecosystem and LiveKit voice agents.
Status: Skeleton. This package exists so CI is green from day one; the real implementation (LangChain
BaseCallbackHandleradapter, WebSocket transport, MessagePack serialization, background flush) lands in Phase 2 of the delivery roadmap.
When complete, a developer will be able to:
import etaoi
etaoi.attach(my_agent) # streams telemetry to a local VIZ server
Etaoi Cloud (project API keys)
To stream to the hosted ingest instead of a local self-host server, pass a
host plus your project's API keys:
import etaoi
etaoi.attach(
my_agent,
host="wss://ingest.etaoi.dev", # https:// → wss://, bare host → wss://, default path /ingest
public_key="pk_live_…",
secret_key="sk_live_…",
)
The keys are sent as X-Etaoi-Public-Key / X-Etaoi-Secret-Key request
headers on every (re)connect — and only when both are set, so self-host
stays key-less. You can also configure them via environment variables
(explicit params take precedence):
export ETAOI_HOST=ingest.etaoi.dev
export ETAOI_PUBLIC_KEY=pk_live_…
export ETAOI_SECRET_KEY=sk_live_…
etaoi.attach(my_agent) # picks up ETAOI_HOST / ETAOI_PUBLIC_KEY / ETAOI_SECRET_KEY
If the server rejects the keys (WS close code 4401), the SDK logs a clear
error (Etaoi: invalid API key — check public_key/secret_key) and stops
reconnecting. It never raises into or blocks your agent.
For the wire schema this package depends on, see
etaoi-schema.
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 etaoi-0.0.12.tar.gz.
File metadata
- Download URL: etaoi-0.0.12.tar.gz
- Upload date:
- Size: 78.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
85ffd6f18d5d59c63acd112f60252e2df17cbb651ffdd020efae6a2e2a4e6bbf
|
|
| MD5 |
7dd1c062647af8acaddf26f54cc67732
|
|
| BLAKE2b-256 |
68e7ff9ae549111e72d8151748f5586b4c0ab570bc9c96e35b24183de9d5d9e1
|
Provenance
The following attestation bundles were made for etaoi-0.0.12.tar.gz:
Publisher:
publish-sdk-py.yml on Klaus073/Tracer---Vigil
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
etaoi-0.0.12.tar.gz -
Subject digest:
85ffd6f18d5d59c63acd112f60252e2df17cbb651ffdd020efae6a2e2a4e6bbf - Sigstore transparency entry: 1756141984
- Sigstore integration time:
-
Permalink:
Klaus073/Tracer---Vigil@86c640262ebd81c8d330315fff3d72db2b52abab -
Branch / Tag:
refs/tags/sdk-v0.0.12 - Owner: https://github.com/Klaus073
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-sdk-py.yml@86c640262ebd81c8d330315fff3d72db2b52abab -
Trigger Event:
push
-
Statement type:
File details
Details for the file etaoi-0.0.12-py3-none-any.whl.
File metadata
- Download URL: etaoi-0.0.12-py3-none-any.whl
- Upload date:
- Size: 90.0 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 |
f6707d5aeafe8beb9f577c3f7fa917bc1bd5d55f647ac7d3e3a023aac6326c08
|
|
| MD5 |
cbf7a0f64c94dd1528cde7a6add334bf
|
|
| BLAKE2b-256 |
5e58ec543fad79db47b4990b6cfc10ff6710b70b6b378e2ffae89ea4ac1ef865
|
Provenance
The following attestation bundles were made for etaoi-0.0.12-py3-none-any.whl:
Publisher:
publish-sdk-py.yml on Klaus073/Tracer---Vigil
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
etaoi-0.0.12-py3-none-any.whl -
Subject digest:
f6707d5aeafe8beb9f577c3f7fa917bc1bd5d55f647ac7d3e3a023aac6326c08 - Sigstore transparency entry: 1756141998
- Sigstore integration time:
-
Permalink:
Klaus073/Tracer---Vigil@86c640262ebd81c8d330315fff3d72db2b52abab -
Branch / Tag:
refs/tags/sdk-v0.0.12 - Owner: https://github.com/Klaus073
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-sdk-py.yml@86c640262ebd81c8d330315fff3d72db2b52abab -
Trigger Event:
push
-
Statement type: