Skip to content

rulvar API reference


rulvar API reference / @rulvar/rulvar / Artifact

Interface: Artifact

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

Artifact: the normative shape of AgentResult.artifacts entries.

Properties

PropertyTypeDescriptionDefined in
data?JsonInline JSON content for small values.packages/core/dist/index.d.ts
files?string[]Changed-file list (kind 'patch': worktree collect()).packages/core/dist/index.d.ts
idstringStable within the result.packages/core/dist/index.d.ts
kind"file" | "patch" | "json" | "text"Closed in v1.packages/core/dist/index.d.ts
label?stringTelemetry only.packages/core/dist/index.d.ts
ref?stringTranscriptStore blob ref for offloaded content.packages/core/dist/index.d.ts