Orchestrator for WP AI Client
AI Orchestrator for WordPress AI Client and Abilities API
by Kadim Gültekin · github.com/arkenon/orchestrator-for-wp-ai-client
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/arkenon/orchestrator-for-wp-ai-client/archive/refs/heads/main.zipReadme
AI Orchestrator for WP AI Client
AI Orchestrator for Wp Ai Client and Abilities API provides an explicit execution and orchestration layer for WordPress AI features.
This plugin is built on top of the official wp-ai-client library and integrates deeply with the WordPress Abilities API.
Key principles:
- Uses wp-ai-client for prompt building and AI communication
- Exposes WordPress abilities to AI as callable tools
- Provides an opt-in orchestration pipeline using
Ability_Function_Resolver(located in wp-ai-client) - Abilities are added as function declarations using the
using_abilities()method. - Abilities are automatically executed when the tool is called from the AI assistant.
- It returns a generic response that includes AI responses and function call responses.
- Keeps all side-effects under explicit developer control
Technical Notes:
- wp-ai-client is required and used as the AI transport layer
- Ability execution is performed via
Ability_Function_Resolver(located in wp-ai-client) - No MCP server is required
- REST endpoint provided for client-side integrations
Development
Clone the repository into your wp-content/plugins directory and run:
composer install
This will install all necessary dependencies for development.
Recommended Tools
i18n Tools
This plugin uses a variable to store the text domain used when internationalizing strings. To take advantage of this method, there are tools that are recommended for providing correct, translatable files:
Any of the above tools should provide you with the proper tooling to internationalize the plugin.
License
This plugin is licensed under the GPL v2 or later.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2, as published by the Free Software Foundation.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
A copy of the license is included in the root of the plugin’s directory. The file is named LICENSE.
Important Notes
Licensing
This plugin is licensed under the GPL v2 or later; however, if you opt to use third-party code that is not compatible with v2, then you may need to switch to using code that is GPL v3 compatible.
For reference, here's a discussion that covers the Apache 2.0 License used by Bootstrap.
Credits
Created by Kadim Gültekin