Interface GeoScrapeTask
- All Superinterfaces:
Callable<TaskResult>, Task<GeoScrapeTaskCommand>
- All Known Implementing Classes:
GeoScrapeTaskImpl
Deprecated.
-
Method Summary
Methods inherited from interface Task
getTaskCommand, setTaskCommand
Callable<TaskResult>, Task<GeoScrapeTaskCommand>GeoScrapeTaskImplgetTaskCommand, setTaskCommand
scrape_geo_and_open_triage.py. The agent discovers candidates, decides what is worth preboarding, and opens its own triage ticket, so Gemma no longer needs to run the scrape itself.Nothing here is removed yet and it still works. What it does that the agent must therefore also do: it creates the
PreboardedExperimentrows, writes theGeoScrapeWatermarkaudit row, and opens ONESCREENINGticket per batch targeting that watermark -- deliberately not one per candidate.The preboarded write API the agent uses instead is
POST /preboarded+POST /preboarded/{id}/annotation-sets, withGET /workflow/queue?datasetType=preboarded_experimentfor the queue.