Skip to main content

Module workroom

Module workroom 

Source
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 docs/rfcs/3209-workrooms.md for the full design.

Structs§

AgentAttribution
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.
WorkroomEvent
An event within a workroom thread, attributed to a specific agent/model.
WorkroomId
Unique identifier for a workroom.
WorkroomLink
A shareable link that resolves to a workroom, thread, or event.
WorkroomListResponse
Paginated list of workrooms.
WorkroomResolveResponse
Response from the /workroom/resolve endpoint.
WorkroomSummary
Summary projection of a workroom for list/inbox views.
WorkroomThread
A thread within a workroom.

Enums§

ExternalThreadRef
An external reference that can be attached to a workroom thread.
WorkroomEventKind
WorkroomThreadKind
WorkroomVisibility
Visibility controls for a workroom.