A standalone WordPress plugin that loads the
automattic/jetpack-agents-manager
Composer package and initializes it via Agents_Manager::init().
The Agents Manager feature was extracted from jetpack-mu-wpcom into a shared
package in #49202. This
plugin is a thin wrapper that lets the package be installed, run, and tested on
its own — primarily as a development/testing scaffold.
This plugin relies on the Jetpack plugin being active and connected to a WordPress.com account. When that is not the case, the plugin surfaces an admin notice and the connected Agents Manager features remain unavailable.
This plugin lives in the Jetpack monorepo. After cloning the monorepo, build the plugin's dependencies:
cd projects/plugins/agents-manager
composer installThis generates the Jetpack autoloader (vendor/autoload_packages.php) and the
jetpack_vendor/ tree the plugin loads at runtime. See the
development environment docs
for the full monorepo setup.
Then symlink or copy the projects/plugins/agents-manager directory into your
site's wp-content/plugins/ and activate it from Plugins in wp-admin.
Need to report a security vulnerability? Go to https://automattic.com/security/ or directly to our security bug bounty site https://hackerone.com/automattic.
Jetpack Agents Manager is licensed under GNU General Public License v2 (or later).