feat: Install built-in agents

This commit is contained in:
2025-10-10 13:37:05 -06:00
parent 6be2651106
commit 743e42d4f8
15 changed files with 526 additions and 17 deletions
+2
View File
@@ -300,6 +300,8 @@ impl Config {
Self::load_from_file(&config_path)?
};
Agent::install_builtin_agents()?;
config.working_mode = working_mode;
config.info_flag = info_flag;