docs: add Future AGI to Observability integrations#790
Open
SuhaniNagpal7 wants to merge 1 commit into
Open
Conversation
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().
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds Future AGI to the Observability category in two places, mirroring how OpenInference and Langfuse are documented:
api-reference/server/services/community-integrations.mdx— a new row in the Observability table, alongside OpenInference and Finchvox.api-reference/server/utilities/opentelemetry.mdx— a### Future AGIsubsection right after the existing### OpenInferenceblock, with the same shape (one paragraph + a single repository bullet + a pointer back to the community-integrations page).What the integration does
Future AGI is an open-source e2e agent engineering and optimization platform that helps you ship self-improving AI agents. The
traceAI-pipecatpackage converts Pipecat span attributes (gen_ai.system,gen_ai.request.model,gen_ai.usage.*,transcript,input/output) into Future AGI conventions, so an existing Pipecat OTEL setup routes traces to the Future AGI dashboard with one extra call toenable_http_attribute_mapping().Smoke test
Verified end-to-end against the Future AGI tracer endpoint with
traceai-pipecat0.1.1:register(project_type=OBSERVE, project_name='pipecat-doc-smoke', transport=HTTP)→ OKenable_http_attribute_mapping()→ returnedTruegen_ai.system,gen_ai.request.model,input,output) flushed viatrace_provider.force_flush()→HTTP 200 OKtohttps://api.futureagi.com/tracer/v1/tracespipecat-doc-smokeproject surfaced in the Future AGI dashboardNote on the demo-video requirement
The
COMMUNITY_INTEGRATIONS.mdsubmission process mentions a 30-60s demo video showing core functionality and interruption handling. This is a community observability integration (an OTel attribute mapper), not a service integration on the audio path — there's no audio interaction or interruption to demo. Happy to record a short clip showing traces flowing into the dashboard if maintainers prefer.Test plan
npx prettier --checkpasses on both edited filesnpx mint broken-linkspasses### Future AGIsubsection inopentelemetry.mdx)🤖 Generated with Claude Code