Plugins
A plugin packages versioned profiles, agents, skills, and supporting resources. Agent Farm includes a dcouple plugin to start your library.
Install or update the bundled plugin
agent-farm plugin installagent-farm init installs the bundled plugin during first-time setup. After updating your CLI checkout, run plugin install to apply its configuration updates.
CLI and plugin versions are independent. Updates check local modifications and report conflicts for you to resolve.
Install a custom source
agent-farm plugin validate /path/to/config
agent-farm plugin install /path/to/configValidation checks that profiles resolve, skills exist, and agent definitions parse. Keep credentials and project workspace connections local.
Authoring workflow
The bundled configuration is authored in dcouple/skills . Its publishing workflow validates the configuration and proposes an updated snapshot under plugins/dcouple/ in the Agent Farm repository.
Start from the bundled package when exploring the file structure and manifest. Plugins distribute configuration and resources.
Sources: CLI commands and plugin operations .