Example projects demonstrating Respan tracing, observability, and platform integrations.
python/
tracing/
respan-tracing-sdk/ # Core respan-tracing SDK examples (basic usage, span operations, multi-provider)
openai-agents-sdk/ # OpenAI Agents SDK with Respan tracing (basic, patterns, handoffs, tools, research bot)
anthropic-agents-sdk/ # Anthropic Agents SDK with Respan tracing
dspy/ # DSPy native instrumentation examples
langfuse/ # Langfuse integration example
instructor/ # Instructor library example
langchain/ # LangChain agent example
gateway/
google-genai/ # Google Gemini SDK example
dev-tools/
claude-code/ # Claude Code tracing hook
cursor/ # Cursor IDE tracing hook
typescript/
tracing/
respan-tracing-sdk/ # Core @respan/tracing SDK examples (basic, advanced, span management, multi-provider)
nextjs-openai/ # Next.js + OpenAI with @respan/tracing directly
anthropic-agents-sdk/ # Anthropic Agents SDK with Respan tracing
vercel-tracing/ # Vercel AI SDK + Next.js with @respan/exporter-vercel
mastra/ # Mastra framework with @respan/exporter-vercel
gateway/
google-genai/ # Google Gemini SDK example
fullstack/
vercel-ai-fastapi/ # Next.js frontend + FastAPI backend with Respan tracing
platform/
demo-setup-python/ # Python scripts for demo account setup (logging, datasets, evaluators, prompts)
demo-setup-typescript/ # TypeScript scripts for demo account setup
experiments/ # Experiment workflow notebooks
multi-modal-evals/ # Multi-modal tool evaluation workflows
- Clone this repository
- Navigate to the example you want to run
- Follow the README in each directory for setup instructions
- Respan Docs - Full documentation
- Python Tracing SDK - Python SDK quickstart
- TypeScript Tracing SDK - TypeScript SDK quickstart
- Integrations - Integration guides