skills: Document the A2A agent chat commands - #1201
Closed
vingel wants to merge 1 commit into
Closed
Conversation
The CLI gained a command surface for the AI Agent (A2A) API — workspace and agent discovery, chat with multi-turn follow-ups, and answering an interrupted run. Add it to the capability index and give it a section in the CLI reference. Both stay high-level per the repo's convention, deferring to `longbridge agent --skill` for the full workflow document and to `--help` for flag detail. The one non-obvious rule is spelled out: listing is scoped to workspaces you own while any published agent is chattable by uid, so a uid absent from the list is still worth trying, and public agents appear under `Public: Longbridge`. Companion to longbridge/longbridge-terminal's A2A agent commands PR; the two need to land together or the skill files describe a CLI that does not match.
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.
The CLI gained a command surface for the AI Agent (A2A) API — workspace and agent discovery, chat with multi-turn follow-ups, and answering an interrupted run. Add it to the capability index and give it a section in the CLI reference.
Both stay high-level per the repo's convention, deferring to
longbridge agent --skillfor the full workflow document and to--helpfor flag detail. The one non-obvious rule is spelled out: listing is scoped to workspaces you own while any published agent is chattable by uid, so a uid absent from the list is still worth trying, and public agents appear underPublic: Longbridge.Companion to longbridge/longbridge-terminal's A2A agent commands PR; the two need to land together or the skill files describe a CLI that does not match.