Project: Handlers

WordPress Publish Handler

Creates posts in the local WordPress installation using a modular handler architecture with specialized processing components for featured images, taxonomies, and source URLs. Architecture Base Class: Extends PublishHandler (@since v0.2.1)...

WordPress Update Handler

Updates existing WordPress posts and pages in the local installation using native WordPress functions with selective field updates and taxonomy management. Architecture Base Class: Extends PublishHandler (@since v0.2.1) Inherited Functionality:...

WordPress REST API Fetch Handler

Fetches content from public WordPress sites via REST API endpoints, providing structured data access as a modern alternative to RSS feeds. Architecture Base Class: Extends FetchHandler (@since v0.2.1) Inherited Functionality:...

WordPress Local Fetch Handler

Retrieves WordPress post and page content from the local installation using WP_Query. For media files, use the separate WordPress Media handler. Architecture Base Class: Extends FetchHandler (@since v0.2.1) Inherited Functionality:...

WordPress Media Fetch Handler

Retrieves media files from the local WordPress media library with metadata extraction, parent content integration, and file type filtering. Architecture Base Class: Extends FetchHandler (@since v0.2.1) Inherited Functionality: Automatic deduplication...

Publish Handlers Overview

Publish handlers distribute processed content to external platforms using AI tool calling architecture. All handlers implement the handle_tool_call() method for agentic execution. Available Handlers Content Platforms WordPress (wordpress_publish) Character Limit:...

Files Fetch Handler

Processes uploaded files from flow-isolated storage with automatic MIME type detection, file validation, and deduplication tracking. Architecture Base Class: Extends FetchHandler (@since v0.2.1) Inherited Functionality: Automatic deduplication via isItemProcessed() and...

Fetch Handlers Overview

Fetch handlers retrieve content from various sources and convert it into standardized DataPackets for pipeline processing. Available Handlers Local Sources WordPress Local (wordpress) Purpose: Fetch posts/pages from local WordPress installation...

RSS Feed Fetch Handler

Fetches and processes RSS/Atom feed data with automatic deduplication, timeframe filtering, content search capabilities, and clean content processing without URL pollution. Architecture Base Class: Extends FetchHandler (@since v0.2.1) Inherited Functionality:...

Universal Web Scraper

The Universal Web Scraper is a high-performance fetch handler in the datamachine-events plugin designed to retrieve event data from external websites with maximum accuracy and reliability. Architectural Overview The scraper...

← Back to Chubes.net