ck_copilot
Enable real-time human-agent collaboration by streaming events like viewing, editing, and approving. Agents subscribe to human actions and publish status updates.
Instructions
Real-time collaborative channel where human actions stream to the agent. Build software for humans and agents to use together — agents can see when a human is viewing, editing, or approving. Modes: subscribe (receive events), publish (emit an event), presence (who is active), history (recent events).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| actor | No | Actor identifier (e.g., 'human', 'agent'). | |
| event_type | No | Event type for publish mode. | |
| limit | No | Max events to return in history mode. Default: 50. | |
| mode | No | Operation mode. Defaults to history. | |
| payload | No | Event payload. | |
| session_id | Yes | Session identifier. | |
| task_id | No | Task identifier for scoping the event. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| events | No | ||
| mode | No | ||
| presence | No | ||
| published | No |