gc_agent_conversation
Start chat-style sessions with local GC agents. Spawn an agent, send turns, retrieve session history, list active sessions, or delete them using simple actions and session IDs.
Instructions
Chat-style sessions with local GC agents. Actions: spawn, turn, get, list, delete.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Alias for session_id | |
| agent | No | Alias for agent_name (for spawn) | |
| action | Yes | Action to perform | |
| config | No | Session config (for spawn) | |
| message | No | Message (for turn) | |
| agent_name | No | Agent name (for spawn) | |
| session_id | No | Session ID |