Functions
s3Artifacts
Function: s3Artifacts()
s3Artifacts(
options):ArtifactStore
Defined in: src/artifacts/s3Artifacts.ts:314
An artifact store in an S3 bucket.
Parameters
options
Returns
Example
const store = s3Artifacts({ bucket: 'my-agent-artifacts', prefix: 'artifacts' });
const agent = Agent.create({ provider, artifacts: store });