ck_copilot
Stream human actions like viewing, editing, or approving to agents in real-time. Supports subscribe, publish, presence, and history modes for collaborative workflows.
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 |
|---|---|---|---|
| mode | No | Operation mode. Defaults to history. | |
| actor | No | Actor identifier (e.g., 'human', 'agent'). | |
| limit | No | Max events to return in history mode. Default: 50. | |
| payload | No | Event payload. | |
| task_id | No | Task identifier for scoping the event. | |
| event_type | No | Event type for publish mode. | |
| session_id | Yes | Session identifier. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | ||
| events | No | ||
| presence | No | ||
| published | No |