Core System

Universal Engine Architecture

Since: 0.2.0 The Universal Engine is a shared AI infrastructure layer that provides consistent request building, tool execution, and conversation...

Updated February 13, 2026

WordPress Shared Components

Overview The WordPress Shared Components are a collection of centralized WordPress functionality introduced in version 0.2.1. These components reduce code...

Updated February 13, 2026

WordPress Settings Handler

File Location: inc/Core/WordPress/WordPressSettingsHandler.php Since: 0.2.1 Provides reusable WordPress-specific settings utilities for taxonomy fields, post type options, and user options across...

Updated February 13, 2026

Direct Execution (Ephemeral Workflows)

Direct execution (@since v0.8.0) allows you to execute a series of steps without first saving them as a Pipeline or...

Updated February 13, 2026

Cache Management

Data Machine uses ability-level clearCache() methods to invalidate cached services when handlers, step types, or tools are dynamically registered. Overview...

Updated February 13, 2026

Handler Registration Trait

Standardized handler registration trait introduced in v0.2.2 that eliminates ~70% of boilerplate code across all handlers. Overview HandlerRegistrationTrait (/inc/Core/Steps/HandlerRegistrationTrait.php) provides...

Updated February 13, 2026

HTTP Client

The HttpClient class (/inc/Core/HttpClient.php) provides a consistent, centralized surface for all HTTP requests executed by fetch, publish, and auth handlers....

Updated February 13, 2026

Troubleshooting Problem Flows

The Data Machine ecosystem includes automated monitoring to help identify flows that are consistently failing or returning no results. These...

Updated February 13, 2026
← Back to Chubes.net