feat: add progress indicators for ai operations

feat: update assistant api to provide progress updates
maintenance: bump python slugify version
maintenance: add aiosqlite dependency
refactor: inject knowledge context in autonomous mode
refactor: update assistant class to use graph memory
refactor: process messages with enhanced context and progress indicator
docs: update changelog with version 1.44.0 details
maintenance: update pyproject.toml version to 1.45.0
maintenance: update requirements.txt with aiosqlite
feat: test: mock time and uuid for process_message test
feat: test: mock fact_extractor and knowledge_store for process_message test
This commit is contained in:
2025-11-08 07:21:40 +00:00
parent 6ec8d8c20d
commit 1ab43e4020
8 changed files with 69 additions and 18 deletions
+1 -1
View File
@@ -6,4 +6,4 @@ gitpython==3.1.43
websockets==13.0.1
pytest==8.3.2
bcrypt==4.1.3
python-slugify==8.0.4
python-slugify==8.0.4aiosqlite==0.20.0