Kind: Interface
Source: atloria-monorepo/libs/agent-core/src/context/todo-manager.ts
Todo Manager
Structured task list re-injected after every tool call. Prevents objective drift after 3-4 steps in the agent loop.
Zero SDK imports — operates on our own interfaces.
Properties
| Property | Type |
|---|---|
id | string |
description | string |
status | `'pending' |
result | string |
createdAt | number |
completedAt | number |
Was this page helpful?