Skip to content

docs(integrations): Add integration page for Future AGI#1767

Merged
koverholt merged 6 commits into
google:mainfrom
SuhaniNagpal7:add-future-agi-integration
May 20, 2026
Merged

docs(integrations): Add integration page for Future AGI#1767
koverholt merged 6 commits into
google:mainfrom
SuhaniNagpal7:add-future-agi-integration

Conversation

@SuhaniNagpal7
Copy link
Copy Markdown

Summary

Adds Future AGI as an observability partner integration under docs/integrations/, alongside existing observability partners (Arize AX, Arize Phoenix, AgentOps, MLflow Tracing, Monocle, Opik, Langfuse, etc.).

Future AGI is an observability and evaluation platform for AI agents. The traceai-google-adk package auto-instruments Google ADK agents and exports every agent run, model call, tool execution, and event-loop cycle to Future AGI as OpenTelemetry spans.

Files

  • docs/integrations/future-agi.md (new, ~120 lines) — partner page following the standard structure from CONTRIBUTING.md: frontmatter (catalog_title, catalog_description, catalog_icon, catalog_tags: ["observability"]), language-support tag, hero screenshot, overview, prerequisites, install, code sample, dashboard view, resources.
  • docs/integrations/assets/futureagi.png (120×120, 9.8KB) — catalog icon referenced by catalog_icon frontmatter.
  • docs/integrations/assets/future_agi_traces.png (3024×1704, 592KB) — hero screenshot from a real adk-weather-agent project showing six varied ADK runs (sync single tool, multi-tool, error path, multi-turn conversation).

Sidebar / Index

No changes needed. docs/integrations/index.md auto-renders the catalog via {{$ render_catalog('integrations/*.md') $}}, so the new file appears automatically.

CLA

Will sign the Google CLA at https://cla.developers.google.com/ if required by CI.

Verification

The exact code block from the page was executed end-to-end against the published traceai-google-adk v0.1.5 + google-adk v1.2.1+ + google-genai v1.0.0+:

  • pip install traceai-google-adk installs cleanly (transitively pulls google-adk and google-genai).
  • All imports resolve (fi_instrumentation.register, ProjectType, google.adk.agents.Agent, google.adk.runners.InMemoryRunner, google.genai.types, traceai_google_adk.GoogleADKInstrumentor).
  • Agent(...) constructor accepts every kwarg in the snippet (name, model="gemini-2.5-flash", description, instruction, tools).
  • Running the snippet returns "The weather in New York is sunny with a temperature of 25°C." and the Future AGI tracer banner confirms spans are exported to https://api.futureagi.com/tracer/v1/traces.
  • The screenshot in assets/future_agi_traces.png is from that exact project, populated with six diverse ADK runs (Tokyo, London, Atlantis error path, multi-turn Paris weather→time, multi-tool Sydney, original New York).

@netlify
Copy link
Copy Markdown

netlify Bot commented May 19, 2026

Deploy Preview for adk-docs-preview ready!

Name Link
🔨 Latest commit ca1dbe8
🔍 Latest deploy log https://app.netlify.com/projects/adk-docs-preview/deploys/6a0dd1925150560008a7c917
😎 Deploy Preview https://deploy-preview-1767--adk-docs-preview.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@google-cla
Copy link
Copy Markdown

google-cla Bot commented May 19, 2026

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

Copy link
Copy Markdown
Collaborator

@koverholt koverholt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the clean PR and contributing this plugin! I made a few minor formatting edits and edits for consistency. All content LGTM.

You'll need to sign the CLA before we merge, you can find details in the failing CI check: https://github.com/google/adk-docs/pull/1767/checks?check_run_id=76840299302.

@koverholt koverholt changed the title docs(integrations): add Future AGI as a partner integration docs(integrations): Add integration page for Future AGI May 19, 2026
@koverholt
Copy link
Copy Markdown
Collaborator

Thanks for signing the CLA and for your contribution! Merging.

@koverholt koverholt merged commit c5fb332 into google:main May 20, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants