Every hour pick up to five new Zoetermeer items from AD RSS about local government, elections, De Leyens, police or local surroundings; exclude sports, and send summary to Slack.
Keep items that are about local government, elections, public safety, or local neighborhoods in Zoetermeer. Specifically include items that mention any of these case-insensitive keywords: 'gemeenteraad', 'verkiezingen', 'de leyens', 'politie', 'omgeving'. Exclude any item that is primarily about sports (e.g. contains words like 'sport', 'wedstrijd', 'voetbal', 'hockey', 'korfbal', 'tennis'), about animals or general human-interest/feel-good stories (e.g. contains words like 'dier', 'dieren', 'huisdier', 'kat', 'hond', 'menselijk verhaal', 'hartverwarmend'), or about weather (e.g. 'weer', 'temperatuur', 'storm', 'neerslag'). Use title and description to decide relevance.
{
"condition": "Keep items that are about local government, elections, public safety, or local neighborhoods in Zoetermeer. Specifically include items that mention any of these case-insensitive keywords: 'gemeenteraad', 'verkiezingen', 'de leyens', 'politie', 'omgeving'. Exclude any item that is primarily about sports (e.g. contains words like 'sport', 'wedstrijd', 'voetbal', 'hockey', 'korfbal', 'tennis'), about animals or general human-interest/feel-good stories (e.g. contains words like 'dier', 'dieren', 'huisdier', 'kat', 'hond', 'menselijk verhaal', 'hartverwarmend'), or about weather (e.g. 'weer', 'temperatuur', 'storm', 'neerslag'). Use title and description to decide relevance."
}
s3llm_format← s2
prompt
You are given multiple news items with fields: title, link, description, published. From these, select up to 5 most relevant and recent items related to local politics, elections, De Leyens, police, or the local environment in Zoetermeer. Do NOT include any sports items. For each selected item produce one concise line formatted for Slack: - Title (as a plain title) — URL — one-sentence summary (derived from the description). Start with the header: "Top local items:". Keep the whole message concise and suitable for a single Slack post.
{
"prompt": "You are given multiple news items with fields: title, link, description, published. From these, select up to 5 most relevant and recent items related to local politics, elections, De Leyens, police, or the local environment in Zoetermeer. Do NOT include any sports items. For each selected item produce one concise line formatted for Slack: - Title (as a plain title) — URL — one-sentence summary (derived from the description). Start with the header: \"Top local items:\". Keep the whole message concise and suitable for a single Slack post."
}
s4slack← s3
text
{{.text}}
{
"text": "{{.text}}"
}
Pipeline JSON
{
"id": "8ea4fb38-1d70-4fa1-8848-878c869178b4",
"name": "zoetermeer-local-highlights",
"description": "Every hour pick up to five new Zoetermeer items from AD RSS about local government, elections, De Leyens, police or local surroundings; exclude sports, and send summary to Slack.",
"schedule": "0 * * * *",
"steps": [
{
"id": "s1",
"type": "rss_reader",
"config": {
"limit": 30,
"only_new": true,
"url": "https://www.ad.nl/zoetermeer/rss.xml"
}
},
{
"id": "s2",
"type": "llm_filter",
"config": {
"condition": "Keep items that are about local government, elections, public safety, or local neighborhoods in Zoetermeer. Specifically include items that mention any of these case-insensitive keywords: 'gemeenteraad', 'verkiezingen', 'de leyens', 'politie', 'omgeving'. Exclude any item that is primarily about sports (e.g. contains words like 'sport', 'wedstrijd', 'voetbal', 'hockey', 'korfbal', 'tennis'), about animals or general human-interest/feel-good stories (e.g. contains words like 'dier', 'dieren', 'huisdier', 'kat', 'hond', 'menselijk verhaal', 'hartverwarmend'), or about weather (e.g. 'weer', 'temperatuur', 'storm', 'neerslag'). Use title and description to decide relevance."
},
"inputs": [
"s1"
]
},
{
"id": "s3",
"type": "llm_format",
"config": {
"prompt": "You are given multiple news items with fields: title, link, description, published. From these, select up to 5 most relevant and recent items related to local politics, elections, De Leyens, police, or the local environment in Zoetermeer. Do NOT include any sports items. For each selected item produce one concise line formatted for Slack: - Title (as a plain title) — URL — one-sentence summary (derived from the description). Start with the header: \"Top local items:\". Keep the whole message concise and suitable for a single Slack post."
},
"inputs": [
"s2"
]
},
{
"id": "s4",
"type": "slack",
"config": {
"text": "{{.text}}"
},
"inputs": [
"s3"
]
}
]
}