Skip to content

AgentTodoEvent

reference
1 min readUpdated

Kind: Interface

Source: atloria-monorepo/apps/api/src/agent/agent.types.ts

Properties

PropertyType
items`Array<{
id: string;
description: string;
status: 'pending' | 'in_progress' | 'completed' | 'skipped';
result?: string;

}>| |stats|{ total: number; completed: number; pending: number; inProgress: number; skipped: number; }` |

Was this page helpful?

Download as PDF