feat: agent brain (ollama) and chat ui
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
mod commands;
|
||||
mod llm;
|
||||
mod state;
|
||||
|
||||
use state::SessionState;
|
||||
@@ -15,7 +16,8 @@ pub fn run() {
|
||||
commands::fs::write_file,
|
||||
commands::fs::list_directory,
|
||||
commands::search::search_files,
|
||||
commands::shell::exec_shell
|
||||
commands::shell::exec_shell,
|
||||
commands::chat::chat
|
||||
])
|
||||
.run(tauri::generate_context!())
|
||||
.expect("error while running tauri application");
|
||||
|
||||
Reference in New Issue
Block a user