AI Agents Exporter
This module allows you to export AI agent configurations defined in Drupal to external platforms. It ensures consistency by keeping Drupal as the single source of truth and provides methods for pushing agent definitions to other services.
AI Agents Exporter bridges the gap between agents defined in Drupal and the external platforms that run them.
The AI Agents module keeps your agent configuration inside Drupal as the source of truth. This module lets you push those definitions out to platforms like Claude Code (as sub-agent files) other platform like VAPI (as synchronized assistants), without duplicating your configuration or losing track of what was exported where.
Adds an export section to the agent edit form, a drush command for CLI exports, and automatic sync on agent save.