praisonaiagents.storage
Core SDK PraisonAI Agents Storage Framework. Provides common storage abstractions for JSON-based persistence with:- Thread-safe operations
- File locking for concurrent access
- Common session info dataclass
Overview
This module provides components for storage.Constants
| Name | Value |
|---|---|
_LAZY_IMPORTS | {'BaseJSONStore': ('base', 'BaseJSONStore'), 'BaseSessionInfo': ('models', 'BaseSessionInfo'), 'JSONStoreProtocol': ('protocols', 'JSONStoreProtocol'), 'SessionInfoProtocol': ('protocols', 'SessionInf... |

