Functions
gcsArtifacts
Function: gcsArtifacts()
gcsArtifacts(
options):ArtifactStore
Defined in: src/artifacts/gcsArtifacts.ts:270
An artifact store in a Cloud Storage bucket.
Parameters
options
Returns
Example
const store = gcsArtifacts({ bucket: 'my-agent-artifacts', prefix: 'artifacts' });
const agent = Agent.create({ provider, artifacts: store });