Project Type: WordPress Plugins

Universal Engine Filters

Reference for the WordPress filters used by the Universal Engine to register directives, tools, and authentication providers, and to validate tool configuration. Modes vs contexts: prior to v0.71.0 the directive-targeting...

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. Overview The TaxonomyHandler processes taxonomy assignments for WordPress posts during...

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. Provides centralized tool management with filter-based registration and configuration validation....

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 methods for tool discovery, enablement validation, and configuration management across...

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 infrastructure providing reusable data packet interpretation for all step types....

Troubleshooting Problem Flows

The Data Machine ecosystem includes automated monitoring to help identify flows that are consistently failing or returning no results. These are categorized as Problem Flows. What is a Problem Flow?...

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. Introduced in version 0.2.1, it provides standardized inheritance patterns that...

PublishHandler Base Class

Overview The PublishHandler class (/inc/Core/Steps/Publish/Handlers/PublishHandler.php) is the abstract base class for all publish handlers in the Data Machine system. Introduced in version 0.2.1, it provides standardized functionality for content publishing...

RequestBuilder Pattern

File: /inc/Engine/AI/RequestBuilder.php Since: 0.2.0 Centralized AI request construction ensuring consistent request structure across Pipeline AI and Chat API agents. Single source of truth for building standardized AI requests to prevent...

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 directory has been deleted. All business logic now resides in...

← Back to Chubes.net