From 3667e26ad336a7bc002165a8aeda5f6b73d30e48 Mon Sep 17 00:00:00 2001 From: Suhani Nagpal Date: Tue, 5 May 2026 08:25:36 +0530 Subject: [PATCH] docs: add Future AGI to Observability integrations Adds a row to the Observability table in api-reference/server/services/community-integrations.mdx and a parallel ### Future AGI subsection in api-reference/server/utilities/opentelemetry.mdx (mirroring the OpenInference subsection), pointing readers at the traceAI-pipecat package. The traceAI-pipecat package converts Pipecat span attributes (gen_ai.system, gen_ai.request.model, gen_ai.usage.*, transcript, input/output) into Future AGI conventions so existing Pipecat OTEL setups can route traces to Future AGI with one extra call to enable_http_attribute_mapping(). --- api-reference/server/services/community-integrations.mdx | 1 + api-reference/server/utilities/opentelemetry.mdx | 8 ++++++++ 2 files changed, 9 insertions(+) diff --git a/api-reference/server/services/community-integrations.mdx b/api-reference/server/services/community-integrations.mdx index d0f73342..fce09114 100644 --- a/api-reference/server/services/community-integrations.mdx +++ b/api-reference/server/services/community-integrations.mdx @@ -49,6 +49,7 @@ Observability services enable telemetry and metrics data to be passed to a Open | ---------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------- | | [OpenInference](https://arize-ai.github.io/openinference/) | [openinference-instrumentation-pipecat](https://github.com/Arize-ai/openinference/tree/main/python/instrumentation/openinference-instrumentation-pipecat) | [Arize-ai](https://github.com/Arize-ai/openinference/graphs/contributors) | | [Finchvox](https://finchvox.dev/) | https://github.com/finchvox/finchvox | [Finchvox](https://github.com/finchvox) | +| [Future AGI](https://futureagi.com) | [traceAI-pipecat](https://github.com/future-agi/traceAI/tree/main/python/frameworks/pipecat) | [future-agi](https://github.com/future-agi) | ## Speech-to-Text diff --git a/api-reference/server/utilities/opentelemetry.mdx b/api-reference/server/utilities/opentelemetry.mdx index 6ae440f1..aab6b787 100644 --- a/api-reference/server/utilities/opentelemetry.mdx +++ b/api-reference/server/utilities/opentelemetry.mdx @@ -182,6 +182,14 @@ Arize-ai provides OpenInference instrumentation, compatible with OpenTelemetry. See [Observability community integrations](https://docs.pipecat.ai/server/services/community-integrations#observability) for more details. +### Future AGI + +Future AGI provides OpenTelemetry attribute mapping for Pipecat, converting Pipecat span attributes (e.g., `gen_ai.system`, `gen_ai.request.model`, `gen_ai.usage.*`) into Future AGI conventions so existing Pipecat OTEL setups can route traces to the Future AGI dashboard. + +- [traceAI-pipecat](https://github.com/future-agi/traceAI/tree/main/python/frameworks/pipecat) + +See [Observability community integrations](https://docs.pipecat.ai/server/services/community-integrations#observability) for more details. + ## Span Attributes Pipecat enriches spans with detailed attributes about service operations: