Skip to main content

Interface: AgencySeatHistoryEntry

Defined in: packages/agentos/src/core/agency/AgencyTypes.ts:33

Single history entry for seat activity tracking.

Properties

metadata?

optional metadata: Record<string, unknown>

Defined in: packages/agentos/src/core/agency/AgencyTypes.ts:43

Additional metadata


outputPreview?

optional outputPreview: string

Defined in: packages/agentos/src/core/agency/AgencyTypes.ts:41

Preview of task output


status?

optional status: "completed" | "failed" | "pending" | "running"

Defined in: packages/agentos/src/core/agency/AgencyTypes.ts:39

Current status of the task


taskId?

optional taskId: 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