feat(llm): add kon-llm stub crate with LlmEngine interface — Phase 3 will wire real model

This commit is contained in:
2026-04-19 10:42:24 +01:00
parent b1b3c689d6
commit 8640b255e9
3 changed files with 80 additions and 0 deletions

View File

@@ -21,6 +21,7 @@ kon-ai-formatting = { path = "../crates/ai-formatting" }
kon-storage = { path = "../crates/storage" }
kon-cloud-providers = { path = "../crates/cloud-providers" }
kon-hotkey = { path = "../crates/hotkey" }
kon-llm = { path = "../crates/llm" }
# Tauri
tauri = { version = "2", features = ["tray-icon"] }