Skip to content

docs(community): add Future AGI integration page#810

Open
SuhaniNagpal7 wants to merge 1 commit intostrands-agents:mainfrom
SuhaniNagpal7:add-future-agi-community-integration
Open

docs(community): add Future AGI integration page#810
SuhaniNagpal7 wants to merge 1 commit intostrands-agents:mainfrom
SuhaniNagpal7:add-future-agi-community-integration

Conversation

@SuhaniNagpal7
Copy link
Copy Markdown

Summary

Adds a community integration page at src/content/docs/community/integrations/future-agi.mdx documenting 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.mdx community integration page (frontmatter, tone, length).

What changed

  • New file: src/content/docs/community/integrations/future-agi.mdx
  • Two setup paths covered:
    1. Recommended: traceai-strands + fi_instrumentation.register() + configure_strands_tracing() — handles the project resource attributes Future AGI uses for dashboard bucketing.
    2. Manual: Strands' built-in StrandsTelemetry().setup_otlp_exporter() plus OTEL_EXPORTER_OTLP_ENDPOINT / OTEL_EXPORTER_OTLP_HEADERS / OTEL_RESOURCE_ATTRIBUTES env vars.

Smoke test

Verified end-to-end against the Future AGI tracer endpoint:

  • POST https://api.futureagi.com/tracer/v1/traces with x-api-key + x-secret-keyHTTP 200 OK.
  • A test span carrying project_name, project_type=observe, project_version_name=DEFAULT, and project_version_id resource 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 the traceai-strands path.

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

  • Astro / mkdocs build passes
  • Maintainer happy with placement under community/integrations/ (matches ag-ui.mdx)
  • Confirm wording on the resource-attribute caveat is acceptable

🤖 Generated with Claude Code

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant