docs(community): add Future AGI integration page#810
Open
SuhaniNagpal7 wants to merge 1 commit intostrands-agents:mainfrom
Open
docs(community): add Future AGI integration page#810SuhaniNagpal7 wants to merge 1 commit intostrands-agents:mainfrom
SuhaniNagpal7 wants to merge 1 commit intostrands-agents:mainfrom
Conversation
Adds a community integration page documenting how to send Strands agent traces to Future AGI, mirroring the structure of the existing ag-ui community integration page. Covers two setup paths: the recommended traceai-strands package (which auto-configures the project resource attributes Future AGI uses for dashboard bucketing) and a manual setup using Strands' built-in StrandsTelemetry + OTLP env vars.
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 a community integration page at
src/content/docs/community/integrations/future-agi.mdxdocumenting how to send Strands agent traces to Future AGI — an open-source e2e agent engineering and optimization platform that helps you ship self-improving AI agents.The page mirrors the structure of the existing
ag-ui.mdxcommunity integration page (frontmatter, tone, length).What changed
src/content/docs/community/integrations/future-agi.mdxtraceai-strands+fi_instrumentation.register()+configure_strands_tracing()— handles the project resource attributes Future AGI uses for dashboard bucketing.StrandsTelemetry().setup_otlp_exporter()plusOTEL_EXPORTER_OTLP_ENDPOINT/OTEL_EXPORTER_OTLP_HEADERS/OTEL_RESOURCE_ATTRIBUTESenv vars.Smoke test
Verified end-to-end against the Future AGI tracer endpoint:
POST https://api.futureagi.com/tracer/v1/traceswithx-api-key+x-secret-key→HTTP 200 OK.project_name,project_type=observe,project_version_name=DEFAULT, andproject_version_idresource attributes surfaced in the Future AGI dashboard under the named project. Spans without those attributes are accepted but land in the unnamed bucket — this is why the page leads with thetraceai-strandspath.Relationship to #809
This is a separate, additive PR. #809 adds a single bullet to the visualization-options list in
traces.mdx. This PR adds the fuller community-integration page. Either or both can be merged independently.Test plan
community/integrations/(matchesag-ui.mdx)🤖 Generated with Claude Code