agent-zero/python
frdel b5a6402e72 Handle missing search results safely
Guard against a None result or missing 'results' key by iterating over (result or {}).get('results', []) instead of result['results']. This prevents exceptions when the search backend returns no data and yields an empty output list while preserving existing behavior of limiting to SEARCH_ENGINE_RESULTS.
2026-03-03 13:06:37 +01:00
..
api Return LogOutput object and update callers 2026-03-03 11:08:40 +01:00
extensions Unify exception handling via extensible handle_exception 2026-03-03 10:06:22 +01:00
helpers Return LogOutput object and update callers 2026-03-03 11:08:40 +01:00
tools Handle missing search results safely 2026-03-03 13:06:37 +01:00
websocket_handlers better logging in websockets 2026-02-10 10:12:03 +01:00