Storage
JSON
JSON Agent Storage is a class that implements the AgentStorage interface using JSON files as the backend storage system. It provides a simple, file-based storage solution for agent sessions with each session stored in a separate JSON file.
Parameters
Parameter | Type | Description | Default |
---|---|---|---|
dir_path | Union[str, Path] | Directory path for storing JSON files | Required |