Skip to content

Works With Your Agentic Stack

PyRapide integrates with the frameworks you already use. Each adapter hooks into the framework's native observability system — callbacks, hooks, event handlers, or subclass wrappers — so your existing code stays unchanged.

AutoGen (Microsoft)

Hook

InterventionHandler on the runtime

Captures
  • Agent messages
  • Tool calls
  • LLM responses
  • Handoffs

"Trace causality across conversational multi-agent systems"

LangGraph (LangChain)

Hook

BaseCallbackHandler with run_id correlation

Captures
  • LLM requests/responses
  • Tool calls
  • Chain steps

"Add the 'why' to your stateful agent graphs"

CrewAI

Hook

Global tool hooks + step/task callbacks

Captures
  • Tool calls
  • Agent steps
  • Task completions
  • Delegation

"See the causal chain behind crew collaboration"

LlamaIndex

Hook

Root Dispatcher event handler (25+ event types)

Captures
  • LLM calls
  • Tool invocations
  • RAG retrieval
  • Queries

"Trace from query to answer through every retrieval step"

Agno (formerly Phidata)

Hook

Pre/post hooks + RunEvent stream

Captures
  • Full run lifecycle
  • Tool calls
  • LLM interactions
  • Team coordination

"Causal traceability for RAG-capable agents with memory"

OpenAI Swarm

Hook

InstrumentedSwarm subclass (drop-in replacement)

Captures
  • Run lifecycle
  • Tool calls
  • Agent handoffs

"See why your agents hand off and what happens next"

MetaGPT

Hook

Monkey-patch on Role.run, Action.run, Environment.publish_message

Captures
  • Role steps
  • Action executions
  • Inter-agent messages

"Trace the causal chain through your AI software company"

FlowiseAI

Hook

REST API + SSE event stream (no Python code needed)

Captures
  • Run lifecycle
  • Tool usage
  • LLM streaming
  • Agent reasoning

"Add causal tracing to visual agent workflows via API"

Ready to Add Causal Tracing?

Get started in under five minutes. Install PyRapide, pick your adapter, and see causal event graphs from your very first run.

Get Started