Expand description
Workroom types — durable chat-native containers for threaded agent work.
A Workroom groups threads, events, and external references into a
stable, addressable surface that can be accessed from the TUI, mobile page,
chat bridges, and programmatic Runtime API consumers.
See RFC 3209 for the full design.
Structs§
- Agent
Attribution - Attribution metadata recording which agent and model produced an event.
- RepoRef
- GitHub repository identity attached to a workroom.
- Workroom
- A durable container for threaded agent conversations.
- Workroom
Event - An event within a workroom thread, attributed to a specific agent/model.
- Workroom
Id - Unique identifier for a workroom.
- Workroom
Link - A shareable link that resolves to a workroom, thread, or event.
- Workroom
List Response - Paginated list of workrooms.
- Workroom
Resolve Response - Response from the
/workroom/resolveendpoint. - Workroom
Summary - Summary projection of a workroom for list/inbox views.
- Workroom
Thread - A thread within a workroom.
Enums§
- External
Thread Ref - An external reference that can be attached to a workroom thread.
- Workroom
Event Kind - Workroom
Thread Kind - Workroom
Visibility - Visibility controls for a workroom.