Bump bundled Agents API to v0.5.1#2849
Merged
Merged
Conversation
Contributor
Homeboy Results —
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
wordpress/agents-apifrom07300175de7004b3f5af75d16865a078a37203d4to59d1e6b473f22498e40e279130bbb4f9bcde3b73(v0.5.1).AGENTS_API_LOADEDis already defined, Data Machine skips the bundled require and logs a warning throughdatamachine_logwhen the active version differs from the bundled version.Upstream Agents API changes included
383c21e: suspendable workflow run model and branch-executor seam.0cedec5: Action Scheduler branch executor for async parallel branches.665c47e: serialized branch reconcile to avoid lost concurrent resume.644a9e9: async branch payload offload out of Action Scheduler args and loud enqueue failure.446733e: concurrent parallel branch fan-out and terminal-completion hook.f58c436: branch concurrency gate counts pending plus in-progress work.fa4fa1e: terminal resume keeps the AS concurrency ceiling open so fan-out drains itself.41c77fa: async-runner loopback derives scheme and port from the internal server.Data Machine adaptations
inc/...paths to currentsrc/...vendor paths.WP_Agent_Ability_Dispatcherdependencies.preview_datarows while removing legacypreview_datafrom list/get inspection alias output; canonical output is nowpreview.Test evidence
php -l data-machine.php && php -l inc/Engine/AI/Actions/PendingActionInspectionAbility.php && php -l tests/agents-api-standalone-skeleton-plan-smoke.php && php -l tests/agents-api-package-contract-smoke.php && php -l tests/agents-api-workflow-bridge-smoke.php && php -l tests/agents-api-wp-ai-client-vocabulary-smoke.php && php -l tests/release-bundled-agents-api-smoke.php: pass.composer lint: pass.composer test: not used as final verification because this machine's Homeboy Lab runner is blocked by known local infra/extension parity issues; direct smoke scripts were used as the verification path.AI assistance