Core System

Handler Defaults System

Implementation: inc/Abilities/HandlerAbilities.php Since: v0.6.25 (migrated to Abilities API in v0.11.7) Overview The Handler Defaults system provides a hierarchical configuration management...

Updated February 13, 2026

Import/Export System

Data Machine provides comprehensive import/export functionality for pipeline configurations, enabling backup, migration, and sharing of workflow templates across installations. Overview...

Updated February 13, 2026

Logger System

Implementation: inc/Engine/Logger.php and inc/Abilities/LogAbilities.php Since: 0.4.0 (Unified Logging System) React Admin: inc/Core/Admin/Pages/Logs/ (@since v0.8.0) Overview Data Machine uses a centralized...

Updated February 13, 2026

OAuth Handlers

Location: /inc/Core/OAuth/ Overview Data Machine uses a unified base class architecture for authentication providers, eliminating code duplication across all OAuth...

Updated February 13, 2026

Services Layer Architecture

Abilities-First Architecture (@since v0.11.7) The Services Layer has been fully migrated to the WordPress 6.9 Abilities API. The legacy Services...

Updated February 13, 2026

Settings Display Service

File Location: inc/Core/Steps/Settings/SettingsDisplayService.php Since: 0.2.1 Handles the complex logic for displaying handler settings in the UI. Moved from filter-based implementation...

Updated February 13, 2026

SettingsHandler Base Classes

Overview The SettingsHandler classes provide auto-sanitization and standardized field management for all handler settings in the Data Machine system. Introduced...

Updated February 13, 2026

Step Base Class

Overview The Step class (/inc/Core/Steps/Step.php) is the abstract base class for all step types in the Data Machine pipeline system....

Updated February 13, 2026

Taxonomy Handler

File Location: inc/Core/WordPress/TaxonomyHandler.php Since: 0.2.1 Handles taxonomy processing for WordPress publish operations with three selection modes and dynamic term creation....

Updated February 13, 2026

Tool Execution Architecture

Files: /inc/Engine/AI/Tools/ToolExecutor.php /inc/Engine/AI/Tools/ToolParameters.php Since: 0.2.0 Universal tool discovery, enablement, and execution infrastructure shared by Pipeline AI and Chat API agents....

Updated February 13, 2026

Tool Manager

Centralized tool management system introduced in v0.2.1 that replaces distributed tool discovery and validation logic. Overview ToolManager (/inc/Engine/AI/Tools/ToolManager.php) provides centralized...

Updated February 13, 2026

ToolResultFinder

File: /inc/Engine/AI/Tools/ToolResultFinder.php Since: 0.2.0 Universal utility for finding AI tool execution results in data packets. Part of the Universal Engine...

Updated February 13, 2026
← Back to Chubes.net