Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.agno.com/llms.txt

Use this file to discover all available pages before exploring further.

S3Content is a class that allows you to add content from a S3 bucket to the knowledge base.
ParameterTypeDefaultDescription
bucket_namestr-Name of the S3 bucket containing the file.
bucketOptional[S3Bucket]-Pre-configured S3 bucket object.
keystr-S3 object key (file path) within the bucket.
objectOptional[S3Object]-Pre-configured S3 object.
prefixOptional[str]-Path prefix for organizing files in the bucket.