Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .agents/skills/do-web-doc-resolver/scripts/routing.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ def plan_provider_order(
]
else:
# DuckDuckGo deprioritized due to instability (Alert 2026-04-20)
# Serper deprioritized due to instability (Alert 2026-07-20)
# Serper deprioritized due to instability (Alert 2026-07-20 / Alert 2026-08-20)
base = ["exa_mcp", "exa", "tavily", "mistral_websearch", "duckduckgo", "serper"]

skip_providers = skip_providers or set()
Expand Down
7 changes: 7 additions & 0 deletions agents-docs/ISSUES.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,10 @@
- **Issue**: Status code 403: {"message":"Unauthorized.","statusCode":403}
- **Action Taken**: Deprioritized serper in the routing logic.
- **Status**: Monitoring for stability.

## Provider Alert: serper unstable

- **Date**: 2026-08-20
- **Issue**: Status code 403: {"message":"Unauthorized.","statusCode":403}
- **Action Taken**: Deprioritized serper in the routing logic.
- **Status**: Monitoring for stability.
2 changes: 1 addition & 1 deletion scripts/routing.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ def plan_provider_order(
]
else:
# DuckDuckGo deprioritized due to instability (Alert 2026-04-20)
# Serper deprioritized due to instability (Alert 2026-07-20)
# Serper deprioritized due to instability (Alert 2026-07-20 / Alert 2026-08-20)
base = ["exa_mcp", "exa", "tavily", "mistral_websearch", "duckduckgo", "serper"]

skip_providers = skip_providers or set()
Expand Down
Loading