feat: implement dynamic knowledge graph updates and state management services

This commit is contained in:
2026-04-26 14:53:48 +02:00
parent 412320980f
commit 7859c9806f
30 changed files with 668 additions and 153 deletions
+2 -1
View File
@@ -12,7 +12,8 @@
"Ai": {
"Google": {
"ApiKey": "PLACEHOLDER",
"Model": "gemini-1.5-flash"
"Model": "gemini-2.5-flash-lite",
"MaxOutputTokens": 4096
}
}
}