Skip to main content

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 BaseCallbackHandler adapter, 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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

etaoi-0.0.3.tar.gz (71.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

etaoi-0.0.3-py3-none-any.whl (82.9 kB view details)

Uploaded Python 3

File details

Details for the file etaoi-0.0.3.tar.gz.

File metadata

  • Download URL: etaoi-0.0.3.tar.gz
  • Upload date:
  • Size: 71.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for etaoi-0.0.3.tar.gz
Algorithm Hash digest
SHA256 7bda0bbf97e3bc4b32d2dde5ccfb9873320210011ff2d6bd7f043e47f7ea5f37
MD5 07d1581a6ef27f98bf79f7fa2a6baf6f
BLAKE2b-256 dbe8be56602e2ce099f0390f095b5a46b7d1164e1348c5217fcccdbc69fde1f6

See more details on using hashes here.

Provenance

The following attestation bundles were made for etaoi-0.0.3.tar.gz:

Publisher: publish-sdk-py.yml on Klaus073/Tracer---Vigil

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file etaoi-0.0.3-py3-none-any.whl.

File metadata

  • Download URL: etaoi-0.0.3-py3-none-any.whl
  • Upload date:
  • Size: 82.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for etaoi-0.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 203be2e1349c008a67de3a787f27037c0927721c1818f826df8761a2ac5c0dcc
MD5 6cac8de7b6a27221fb6650d0ce9493bd
BLAKE2b-256 c5c8fa3706cf54629de2bf1758f51bc75461aaa1696506cbc91c46d2b05aa2d8

See more details on using hashes here.

Provenance

The following attestation bundles were made for etaoi-0.0.3-py3-none-any.whl:

Publisher: publish-sdk-py.yml on Klaus073/Tracer---Vigil

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page