fix(llm): get rid of a lot of log.info() statements that were spammy

This commit is contained in:
perf3ct
2025-06-03 03:00:15 +00:00
parent d2ba270fdf
commit d4d55b20a8
4 changed files with 3 additions and 12 deletions

View File

@@ -42,7 +42,6 @@ export class AgentToolsManager {
}
try {
log.info("Initializing agent tools");
// Initialize the context service first
try {