feat/fix: don't stop cli starting if MCPs don't load (#2860)

This commit is contained in:
Michael Neale
2025-06-12 14:46:56 +10:00
committed by GitHub
parent c17c86bce5
commit 030e8a82b5
3 changed files with 271 additions and 13 deletions

View File

@@ -42,6 +42,7 @@ pub async fn agent_generator(
additional_system_prompt: None,
debug: false,
max_tool_repetitions: None,
interactive: false, // Benchmarking is non-interactive
})
.await;