- Issue created by @a.dmitriiev
- 🇩🇪Germany marcus_johansson
There are some error phpcs, phpstan errors and I also added some comments.
The big question is if this should be in a external module or in this module?
I'm guessing when 2.0.0 comes along and the ai agent runner moves to the AI Core it's nice to still have this module as a module you can install and get a lot of agents.
- 🇩🇪Germany a.dmitriiev
I guess the plugin class for field_widget_actions might be moved to AI Core when AI Agents are in core, but for now it should probably stay here, not to mess up with dependencies.
Regarding the phpstan findings - it complains about field_widget_actions classes, because they do not exist in AI Core 1.1.x. Probably this could be ignored at this point, or do you really want to bump up the AI Core requirement to 1.2.x?
PHPCS findings were fixed and the comments addressed.