feat(m2): LLM chat via Ollama — streaming responses with migration context #3

Open
pyr0ball wants to merge 6 commits from feat/m2-llm-chat into feat/m1-system-presence
Showing only changes of commit 0e3bfd24f1 - Show all commits

View file

@ -1,6 +1,7 @@
mod commands;
mod config;
mod distro;
mod llm;
mod notify;
mod patterns;
mod tray;
@ -76,6 +77,7 @@ pub fn run() {
commands::get_pending_events,
commands::panel_opened,
commands::panel_closed,
commands::chat,
])
.run(tauri::generate_context!())
.expect("error while running Robin");