Merge pull request #2669 from david1gp/fix/network-error-retry

feat(agent): add network error retry with configurable max retries and backoff
This commit is contained in:
Mauro
2026-05-03 20:18:18 +02:00
committed by GitHub
5 changed files with 221 additions and 3 deletions
+3 -1
View File
@@ -39,7 +39,9 @@ func DefaultConfig() *Config {
MaxArgsLength: 300,
SeparateMessages: false,
},
SplitOnMarker: false,
SplitOnMarker: false,
MaxLLMRetries: 2,
LLMRetryBackoffSecs: 2,
},
},
Session: SessionConfig{