sql-lite as primary storage, improved state manager

This commit is contained in:
marko-kraemer 2024-11-19 03:47:27 +01:00
parent cb9f7b616f
commit 82505692ca
3 changed files with 8 additions and 5 deletions

3
.gitignore vendored
View File

@ -169,3 +169,6 @@ state.json
/workspace/
/workspace/*
/workspace/**
# SQLite
*.db

View File

@ -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:

Binary file not shown.