feat(llm): add kon-llm crate with llama-cpp-2 inference, model management, and Tauri commands

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
jake
2026-03-21 14:15:46 +00:00
parent 2fc4ee7087
commit b1fa2739b7
8 changed files with 526 additions and 1 deletions

View File

@@ -2,6 +2,7 @@ pub mod audio;
pub mod clipboard;
pub mod hardware;
pub mod history;
pub mod llm;
pub mod models;
pub mod tasks;
pub mod timer;