Kind: Interface
Source: atloria-monorepo/libs/agent-core/src/session/session-store.ts
Metadata stored per session — used for listing without loading full history
Properties
| Property | Type |
|---|---|
id | string |
workspace | string |
model | string |
createdAt | number |
updatedAt | number |
status | `'active' |
sendCount | number |
turnCount | number |
totalUsage | TokenUsage |
title | string |
Was this page helpful?