Skip to content

Releases: Automattic/wp-ai-agent

Release list

v0.1.0

Choose a tag to compare

@galatanovidiu galatanovidiu released this 05 Mar 11:22

Initial Release

A WordPress plugin that exposes an AI agent through WP-CLI. Uses the WordPress 7.0 core-bundled PHP AI Client for provider-agnostic LLM communication.

Features

  • WP-CLI commands: wp agent chat (interactive REPL), wp agent ask (one-shot), wp agent init, wp agent config, wp agent auth, wp agent skills
  • ReAct loop: Think → Act → Observe reasoning pattern for tool usage
  • Built-in tools: bash, read_file, write_file, glob, grep, think
  • WordPress Abilities: Discovers and executes any registered WordPress ability through a single STRAP facade tool
  • MCP integration: Connect to external MCP servers (stdio and HTTP) — tools are discovered and registered automatically
  • Multi-provider: Anthropic, OpenAI, and Google via the WordPress AI Client
  • Custom skills: Markdown-based skill files managed via wp agent skills
  • Session persistence: Save and resume conversations

Requirements

  • PHP 8.1+
  • WordPress 7.0+ (currently in beta)
  • WP-CLI 2.0+
  • API credentials for at least one AI provider