bodhi-realtime-agent / ArtifactStore
Interface: ArtifactStore
Defined in: types/workspace.ts:39
Persistence interface for artifacts produced by agents/subagents (images, videos, docs, etc.). Implementations are provided by the app (e.g. S3, GCS, local FS); framework only calls this interface.
Methods
saveArtifact()
saveArtifact(
params):Promise<ArtifactRef>
Defined in: types/workspace.ts:41
Persist an artifact; returns a reference (id, optional url).
Parameters
params
Returns
Promise<ArtifactRef>