| 开发者 | arkenon |
|---|---|
| 更新时间 | 2026年7月13日 20:50 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
create_order), FluentCRM (create_contact), or Amelia (book_appointment) directly from the WordPress Core Registry and makes them available to AI agents — turning your site into an autonomous operating platform.
Key Features (Free Version)
AI Orchestration Engine
A stateless, model-agnostic agent engine built on the native WordPress AI Client. Supports sequential and parallel multiple ability calls via WP_AI_Client_Ability_Function_Resolver.
Admin Chat Widget
A React-based chat panel triggered from the WordPress Admin Bar. Built with @wordpress/components Modal architecture. Includes a "New Topic" button to reset the session and conversation history at any time.
Context Scope Selector
A toggle control inside the chat composer that lets the user decide whether the AI agent can read site data or should operate on general knowledge only.
Search & Content Tools
create_post or send_email, an approval modal is shown to the user with a summary of the action. The operation is not executed until the user explicitly confirms.<pre> container with a "Copy Code" button.
Ability Registry Browser
A dedicated sub-menu page under AgentMod lists all abilities currently registered on WordPress Core Registry, with detailed information for each.PromptBuilder enforces strict system-level directives that prevent agents from performing destructive actions and require them to ask clarifying questions in ambiguous situations.
Developer Hook System
A comprehensive set of PHP and JavaScript hooks for extending AgentMod:
AgentMod is designed for WordPress site owners, developers, and agencies who want to leverage AI agents to automate tasks on their site using the native WordPress Abilities API — without writing custom integration code for each service.
Yes. AgentMod is fully provider agnostic. It uses the native WordPress AI Client layer, so any AI provider plugin compatible with WordPress 7.0's AI infrastructure will work.
An Ability is a registered, callable action exposed by a WordPress plugin through the Core Abilities Registry. For example, WooCommerce might expose a create_order ability, or a booking plugin might expose book_appointment. AgentMod reads these automatically and makes them available to the AI agent.
No. Destructive actions (delete, erase, trash) are strictly prohibited by system-level directives in AgentMod's PromptBuilder. The agent will never execute a delete operation directly. Any write or modifying action additionally requires explicit user confirmation via an approval modal before it is executed.
Yes, hard limits are enforced to manage performance and token costs:
Under the AgentMod menu in your WordPress admin, there is a dedicated Abilities sub-page that lists all abilities currently registered in the WordPress Core Registry, along with their details and parameters.
If you ask the agent to create a post, it will show you a confirmation modal summarizing the action before anything is written to the database. You must explicitly approve the action for it to proceed.