gc_peer
Manage A2A peer conversations by spawning sessions, sending turns, retrieving or listing session state, and destroying sessions as needed.
Instructions
Legacy alias for gc_peer_conversation. Actions: spawn, turn, get, list, destroy.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Legacy peer action | |
| config | No | Optional conversation config for spawn | |
| message | No | User message for action="turn" | |
| peer_agent | No | Registered A2A peer name for action="spawn" | |
| session_id | No | Session ID for turn/get/destroy |