feat(iced): implement AI chat with streaming SSE and tool execution

This commit is contained in:
2026-07-15 16:31:25 +03:00
parent f2b03265ba
commit ba6a7f8de2
7 changed files with 1052 additions and 49 deletions
Generated
+3
View File
@@ -2719,14 +2719,17 @@ dependencies = [
"dirs 5.0.1",
"env_logger",
"evdev",
"futures-util",
"hcie-engine-api",
"iced",
"iced-panel-adapter",
"image 0.25.10",
"log",
"reqwest",
"rfd",
"serde",
"serde_json",
"tokio",
]
[[package]]