Storage
MongoDB
MongoDB Agent Storage is a class that implements the AgentStorage interface using MongoDB as the backend storage system. It provides scalable, document-based storage for agent sessions with support for indexing and efficient querying.
Parameters
Parameter | Type | Description | Default |
---|---|---|---|
collection_name | str | Name of the MongoDB collection | Required |
db_url | Optional[str] | MongoDB connection URL | None |
db_name | str | Name of the database | "agno" |
client | Optional[MongoClient] | Pre-configured MongoDB client | None |