feat: agent brain (ollama) and chat ui

This commit is contained in:
Dave
2025-12-24 17:17:35 +00:00
parent 76e03bc1a2
commit d9cd16601b
18 changed files with 1712 additions and 14 deletions

2
src-tauri/src/llm/mod.rs Normal file
View File

@@ -0,0 +1,2 @@
pub mod ollama;
pub mod types;