Documentation Index
Fetch the complete documentation index at: https://docs-v1.agno.com/llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Type | Default | Description |
|---|---|---|---|
collection_name | str | - | The name of the collection to store Workflow sessions. |
db_url | Optional[str] | None | The MongoDB connection URL. |
db_name | str | "agno" | The name of the database. |
client | Optional[MongoClient] | None | Optional existing MongoDB client to use. |