Interface: AgencySeatHistoryEntry
Defined in: packages/agentos/src/core/agency/AgencyTypes.ts:33
Single history entry for seat activity tracking.
Properties
metadata?
optionalmetadata:Record<string,unknown>
Defined in: packages/agentos/src/core/agency/AgencyTypes.ts:43
Additional metadata
outputPreview?
optionaloutputPreview:string
Defined in: packages/agentos/src/core/agency/AgencyTypes.ts:41
Preview of task output
status?
optionalstatus:"completed"|"failed"|"pending"|"running"
Defined in: packages/agentos/src/core/agency/AgencyTypes.ts:39
Current status of the task
taskId?
optionaltaskId:string
Defined in: packages/agentos/src/core/agency/AgencyTypes.ts:35
Associated task identifier
timestamp
timestamp:
string
Defined in: packages/agentos/src/core/agency/AgencyTypes.ts:37
ISO timestamp of this entry