feat(tasks): wire decompose_and_store, list_subtasks_cmd, complete_subtask_cmd; add llm_engine to AppState

This commit is contained in:
2026-04-19 10:44:08 +01:00
parent 8640b255e9
commit 8d3d302b17
3 changed files with 60 additions and 0 deletions

View File

@@ -42,6 +42,7 @@ arboard = "3.6.1"
# stores it). Must be unconditional, not Linux-only — naming a type from
# a transitive dep requires the dep be listed here too.
sqlx = { version = "0.8", features = ["sqlite", "runtime-tokio"] }
uuid = { version = "1", features = ["v4"] }
[target.'cfg(target_os = "linux")'.dependencies]
webkit2gtk = "2.0"