Integrations

Auto-instrumentation for LLM applications across Python, JavaScript, and Java.

About

Auto-instrumentation adds tracing to your LLM applications with minimal code changes. Install the relevant traceAI package for your framework, register a trace provider, and FutureAGI captures spans, inputs, outputs, latency, and metadata automatically.

Python and JS/TS integrations use instrumentors that patch client libraries. Java integrations use explicit Traced* wrappers around your existing clients. Both produce the same OpenTelemetry spans.

LLM Providers

Frameworks & Agents

Voice & Realtime

Java

The Java SDK uses explicit Traced* wrappers instead of instrumentors. Add a Maven/Gradle dependency, wrap your client, and traces flow to FutureAGI. See the Java overview for core setup.

Other

Was this page helpful?

Questions & Discussion