docs(integrations): Add integration page for Future AGI#1767
Conversation
✅ Deploy Preview for adk-docs-preview ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
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. |
koverholt
left a comment
There was a problem hiding this comment.
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.
|
Thanks for signing the CLA and for your contribution! Merging. |
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-adkpackage 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 fromCONTRIBUTING.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 bycatalog_iconfrontmatter.docs/integrations/assets/future_agi_traces.png(3024×1704, 592KB) — hero screenshot from a realadk-weather-agentproject showing six varied ADK runs (sync single tool, multi-tool, error path, multi-turn conversation).Sidebar / Index
No changes needed.
docs/integrations/index.mdauto-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-adkv0.1.5 +google-adkv1.2.1+ +google-genaiv1.0.0+:pip install traceai-google-adkinstalls cleanly (transitively pullsgoogle-adkandgoogle-genai).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)."The weather in New York is sunny with a temperature of 25°C."and the Future AGI tracer banner confirms spans are exported tohttps://api.futureagi.com/tracer/v1/traces.assets/future_agi_traces.pngis 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).