Functions
fileArtifacts
Function: fileArtifacts()
fileArtifacts(
options):ArtifactStore
Defined in: src/artifacts/fileArtifacts.ts:126
A directory-backed artifact store — durable across restarts, legible to a human, one file per artifact.
Parameters
options
Returns
Example
const store = fileArtifacts({ directory: './artifacts' });
const agent = Agent.create({ provider, artifacts: store });