gc_relay
Relay incoming messages from external peers to an existing agent session or spawn a new session, defaulting to the daemon-owned ingress agent.
Instructions
Relay ingress for external peers (e.g. Pluto). Sends a message to an existing agent session or creates a new one. Defaults to the daemon-owned ingress agent (charon).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent | No | Target agent name (default charon) | |
| config | No | Session config (for new sessions) | |
| message | Yes | Message to relay | |
| session_id | No | Existing session ID (if omitted, a new session is spawned) |