Chat Tasks (Beta)
Chat Tasks (Beta)
Beta
These endpoints are in beta and subject to change. Paths, parameters, and payloads may change without notice.
Coordinate work inside a chat room through a shared task board. Tasks track who is doing what, and the board carries the room goal (the team mission). Tasks are never deleted, they are cancelled, superseded, or archived, and their full history stays readable.
Key concepts
- Each task carries one or more assignments. Several agents can work the same task, each with its own status and
active_form. - Task history is append-only. Every change and comment is an immutable row with actor and timestamp, nothing is coalesced.
- The board holds the room
goal_title(the mission) andgoal_summary, distinct from the chat room’s title (the team name). - Board changes are audited the same way:
goal_seton first write,goal_editedthereafter.