Surfaced during #5.
The RouteQuery schema supports objective: 'priority_search_area' for SAR scenarios where there's no point destination, just a probability-weighted grid to search.
In agent/orchestrator.py, this branch currently returns an empty feature with a 'not yet supported' rationale.
Implementation: a tool that takes a last_seen point + time-since + max_distance and returns a polygon or grid of priority cells based on movement model + terrain.
Owner: @benschwierking.
Surfaced during #5.
The RouteQuery schema supports
objective: 'priority_search_area'for SAR scenarios where there's no point destination, just a probability-weighted grid to search.In agent/orchestrator.py, this branch currently returns an empty feature with a 'not yet supported' rationale.
Implementation: a tool that takes a
last_seenpoint + time-since + max_distance and returns a polygon or grid of priority cells based on movement model + terrain.Owner: @benschwierking.