SDK v1.0.1 — TypeScript
Released: June 2026 Bug fixes:- Fixed API key prefix validation warning (now expects
zsp_prefix) - Minor internal reliability improvements
SDK v1.0.0
Released: June 2026 Initial public release of the Zespan SDK (TypeScript and Python).TypeScript SDK (@zespan/sdk)
zespan.init()singleton initializationwrapOpenAI(),wrapAnthropic(),wrapGoogle()provider wrapperswrapOpenRouter(),wrapBedrock(),wrapMistral(),wrapGroq(),wrapLiteLLM()withZespanContext()— async context propagationwithAgent()— multi-agent tracing with plan, tool, and handoff spansstartSpan()— manual span API with eval score attachmentZespanCallbackHandlerfor LangChainwrapADKAgent()andwrapADKRunner()for Google ADKPromptClient— fetch, compile, create, and manage versioned promptsGuardrailBlockedErrorwithphaseandresultsproperties- PII redaction with configurable key list
- OpenTelemetry dual-export via
enableOTel+otelEndpoint
Python SDK (zespan)
zespan.init()with autopatch for OpenAI, Anthropic, Gemini, Bedrock, Mistral, Groqwrap_openai(),wrap_anthropic(),wrap_google()explicit wrappersZespanCallbackHandlerfor LangChain (sync + async)ZespanADKTracerfor Google ADKwith_agent()context manager for multi-agent tracingPromptClientwith same API as TypeScript version@zespan.tracedecorator for sync and async functions- FastAPI and Flask middleware
- Python parity: all TypeScript features available in Python
Middleware v1.0.0
Released: June 2026- zespan-autogen — observability middleware for Microsoft AutoGen (agentchat + legacy pyautogen)
- zespan-crewai — observability listener for CrewAI agents
- zespan-fastapi — FastAPI middleware for automatic request/response tracing
- zespan-flask — Flask middleware for automatic request/response tracing

