-
Notifications
You must be signed in to change notification settings - Fork 8.2k
[docs-scanner] A2A support described as experimental with incomplete integration #24568
Description
File: content/manuals/ai/docker-agent/reference/cli.md
Issue
The documentation describes A2A (Agent2Agent) support as "currently experimental and needs further work" with incomplete ADK integration:
A2A support is currently experimental and needs further work. Tool calls are handled internally and not exposed as separate ADK events. Some ADK features are not yet integrated.
This time-relative framing ("currently", "needs further work") will become stale. Either the feature will mature and this note will be outdated, or it will remain experimental indefinitely and the note should be rewritten to describe the permanent state rather than a temporary transition.
Suggested fix
If A2A support is still experimental:
- Remove "currently" (prohibited by STYLE.md)
- Rewrite to describe the feature's actual state and limitations without implying ongoing work
- Example: "A2A support is experimental. Tool calls are handled internally and not exposed as separate ADK events. Some ADK features are not integrated."
If A2A support has matured:
- Remove the experimental notice entirely
- Document the feature as stable
Found by nightly documentation freshness scanner