Skip to content

Rulvar API reference


Rulvar API reference / @rulvar/rulvar / ProgressReport

Interface: ProgressReport

Defined in: packages/core/dist/index.d.ts

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

PropertyTypeDescriptionDefined in
evidencestring[]Evidence references backing the facts (file:line or recorded ids).packages/core/dist/index.d.ts
factsstring[]New facts established, each a standalone claim line.packages/core/dist/index.d.ts
note?stringOptional short status note.packages/core/dist/index.d.ts
questionsstring[]Remaining unresolved questions.packages/core/dist/index.d.ts