Rulvar API reference / @rulvar/core / ProgressReport
Interface: ProgressReport
Defined in: packages/core/src/tools/progress.ts:33
One progress report: what the agent has established so far. Captured as AgentResult.partial (normalized: absent arrays become empty) when the invocation terminates with status 'limit'.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
evidence | string[] | Evidence references backing the facts (file:line or recorded ids). | packages/core/src/tools/progress.ts:37 |
facts | string[] | New facts established, each a standalone claim line. | packages/core/src/tools/progress.ts:35 |
note? | string | Optional short status note. | packages/core/src/tools/progress.ts:41 |
questions | string[] | Remaining unresolved questions. | packages/core/src/tools/progress.ts:39 |