add memory

This commit is contained in:
2025-05-22 18:40:36 +09:00
parent 52d0efc086
commit 9cbf5da3fd
3 changed files with 53 additions and 0 deletions

View File

@ -9,6 +9,7 @@ mod config;
mod git;
mod chat;
mod metrics;
mod memory;
use cli::cli_app;
use seahorse::App;