Functions

gcsArtifacts

Function: gcsArtifacts()

gcsArtifacts(options): ArtifactStore

Defined in: src/artifacts/gcsArtifacts.ts:270

An artifact store in a Cloud Storage bucket.

Parameters

options

GcsArtifactsOptions

Returns

ArtifactStore

Example

const store = gcsArtifacts({ bucket: 'my-agent-artifacts', prefix: 'artifacts' });
  const agent = Agent.create({ provider, artifacts: store });

On this page