chore(config): remove sample.config.toml as it's no longer needed
refactor(webSearchAgent): enhance summary generation for better results
feat(providers): add RetryingChatAnthropic class for robust API calls
test(providers): implement test script for retry logic in Anthropic API
feat(testRetry.js): implement retry logic for Anthropic API calls
Add RetryingChatAnthropic class to handle API connection errors and
retry requests with exponential backoff. Improve reliability of API
calls in case of temporary network issues.