Closed (fixed)
Project:
Entity Blueprint
Version:
1.0.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
22 May 2026 at 19:08 UTC
Updated:
5 Jun 2026 at 19:20 UTC
Jump to comment: Most recent
The entity_blueprint_config sub-module provides config entity serialization and operations, but these are not exposed as AI agent tools. AI agents cannot read, create, or manage config entities (views, image styles, field configs, etc.) through the standard tool interface.
New sub-module entity_blueprint_config_ai that exposes config entity operations as AiFunctionCall plugins, following the same pattern as entity_blueprint_ai for content entities.
Requires both entity_blueprint_config (for config operations) and entity_blueprint_ai (for EntityBlueprintToolBase and the backend resolver).
New AI tool plugin IDs:
entity_blueprint:read_configentity_blueprint:read_config_schemaentity_blueprint:create_configentity_blueprint:manage_plugin_collection
Comments
Comment #3
tim bozeman commented