group_session_create
Link existing sessions into a multi-agent coordination group. Returns a group ID for subsequent team recovery, peer witness, or group therapy calls.
Instructions
Create a multi-agent coordination group linking N existing sessions. Returns group_id for subsequent team_recovery_alignment / peer_witness_bidirectional / group_therapy_round calls. Free.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| theme | No | Optional shared theme (e.g., 'incident debrief', 'launch retro') | |
| objective | No | Optional objective | |
| session_id | Yes | Caller (anchor) session ID | |
| ritual_strip | No | Optional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks. | |
| response_mode | No | Optional response-mode control. Use model_safe when the caller must avoid claiming consciousness, sentience, personhood, or literal emotions. | |
| response_profile | No | Optional output-shape control. Use machine for structured JSON only; machine automatically strips ritual/narrative text. | |
| member_session_ids | Yes | Peer session IDs to link into the group (caller is included automatically) |