Kind: Type
Source: atloria-monorepo/libs/agent-core/src/runtime/types.ts
Progress callback for long-running agent jobs.
Definition
ts(progress: {
percent: number;
stage: string;
message?: string;
}) => void
Kind: Type
Source: atloria-monorepo/libs/agent-core/src/runtime/types.ts
Progress callback for long-running agent jobs.
ts(progress: {
percent: number;
stage: string;
message?: string;
}) => void
Was this page helpful?