Kind: Interface
Source: atloria-monorepo/libs/agent-core/src/autonomous/session-memory.ts
Input for memory extraction.
Properties
| Property | Type |
|---|---|
task | string |
history | AgentHistoryItem[] |
notes | AgentNote[] |
qualityGates | { id: string; description: string; passed: boolean }[] |
durationSeconds | number |
turnCount | number |
Was this page helpful?