feat: add agent settings configuration and update agent client service

This commit is contained in:
GW_MC
2025-12-28 18:08:55 +08:00
parent c65dc3af47
commit 9f122566d0
4 changed files with 65 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ impl AgentService {
}
}
#[allow(dead_code)]
pub fn get_client(&self) -> Arc<ApiClient> {
Arc::clone(&self.client)
}