Kind: Type
Source: atloria-monorepo/libs/agent-core/src/autonomous/session-journal.ts
Definition
ts| 'goal' // Current objective (restated at end of context)
| 'observation' // What the agent found (concise)
| 'hypothesis' // Suspected root cause (falsifiable)
| 'failure' // What didn't work + why (prevents retry)
| 'progress'
Was this page helpful?