chore: sync from fn-registry agent
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
id: api_hn_top
|
||||
name: "HackerNews top stories"
|
||||
description: "Fetcha las top N stories de la API publica de HackerNews y crea entities en operations.db con metadata.{title,url,score,by,time}. Sin auth, sin rate limit estricto. Util como collector MVP para validar el flow odr_console end-to-end."
|
||||
applies_to: []
|
||||
emits: [HnStory]
|
||||
relations: []
|
||||
uses_functions:
|
||||
- http_get_json_py_infra
|
||||
params:
|
||||
- { name: limit, type: int, default: 30 }
|
||||
- { name: timeout_s, type: int, default: 15 }
|
||||
Reference in New Issue
Block a user