feat: Install built-in agents
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user