mirror of https://github.com/kortix-ai/suna.git
sql-lite as primary storage, improved state manager
This commit is contained in:
parent
cb9f7b616f
commit
82505692ca
|
@ -169,3 +169,6 @@ state.json
|
|||
/workspace/
|
||||
/workspace/*
|
||||
/workspace/**
|
||||
|
||||
# SQLite
|
||||
*.db
|
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -1,10 +1,10 @@
|
|||
0.1.9
|
||||
- Enhanced storage capabilities for production readiness:
|
||||
- Added SQLite as primary storage backend for ThreadManager and StateManager
|
||||
- Implemented persistent storage with unique store IDs
|
||||
- Added CRUD operations for state management
|
||||
- Enabled multiple concurrent stores with referential integrity
|
||||
- Improved state persistence and retrieval mechanisms
|
||||
- Added SQLite as primary storage backend for ThreadManager and StateManager
|
||||
- Implemented persistent storage with unique store IDs
|
||||
- Added CRUD operations for state management
|
||||
- Enabled multiple concurrent stores with referential integrity
|
||||
- Improved state persistence and retrieval mechanisms
|
||||
|
||||
0.1.8
|
||||
- Added base processor classes for extensible tool handling:
|
||||
|
|
BIN
agentpress.db
BIN
agentpress.db
Binary file not shown.
Loading…
Reference in New Issue