docs: document provides_tools client-tool registration for platform plugins - #86714
Merged
Conversation
…lugins Follow-up docs for PR #86660 (#81163/#78050): platform-adapter developer guide gains a `provides_tools` section (deferred adapters vs eager client tools, tools.py convention, per-platform enablement incl. plugin platform names as --platform targets); a2a user guide shows the concrete enable commands including the inbound-task chaining case.
Contributor
૮ >ﻌ< ა ci reviewran on da4153a — docs: document provides_tools client-tool registration for p
|
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
Documents the
provides_toolsclient-tool mechanism that shipped in PR #86660 (#81163/#78050) — the docs previously had no mention of how platform plugins expose outbound client tools outside gateway processes.Changes
developer-guide/adding-platform-adapters.md: new "Outbound client tools:provides_tools" section — deferred adapter vs eager client tools, thetools.py/register_tools(ctx)convention, import-light__init__requirement, and per-platform enablement including plugin platform names as--platformtargets.user-guide/messaging/a2a.md: concretehermes tools enable a2a --platform ...commands (cli / telegram / a2a), including the inbound-task agent-chaining case; notes tools work in every process type without the inbound platform enabled.Validation
npx docusaurus buildpasses clean. Both pages already registered in sidebars (edits to existing pages).Infographic