Skip to main content

feed_monitors — Feed monitors

Recurring RSS and X (Twitter) watchers. Each monitor polls a source and can react to new items (off / all / classified), optionally delivering results to email or the inbox. Section key feed_monitors · Shape array · Tier All plans
Edit in the dashboard: Feeds page
Related: Schedules
List of feed monitor objects.

Fields (per item)

delivery fields

Where the agent’s reaction output goes. ‘inbox’ is implicit (the reaction always mirrors into the owner Inbox); ‘email’ also sends the output to a target address.

preProcessor fields

Code-first pre-processor: owner JS/Python that runs per new item BEFORE the LLM classifier and returns a verdict. A ‘drop’ or ‘store’ here skips the classifier; ‘pass_to_agent’ falls through to react_mode. See $lib/server/event-pipeline.

interpreters items

Payload interpreters: each is tested in order against a new item and the first match injects its hint into the agent’s context. Part of the unified incoming-event pipeline. See $lib/shared/event-pipeline.