core/registry/skill_executor_registry library
Classes
- SkillExecutorRegistry
-
Holds skill executors registered via
FlutterGemma.initialize(skillExecutors:). Same probe-chain selection asEngineRegistry/EmbeddingRegistry: the registered executor with the highest SkillExecutorProvider.priority whose SkillExecutorProvider.canExecute returns true for a skill type wins (first-registered breaks ties). There is no central type map — the opt-influtter_gemma_agentexecutors self-select.