core/registry/skill_executor_registry library

Classes

SkillExecutorRegistry
Holds skill executors registered via FlutterGemma.initialize (skillExecutors:). Same probe-chain selection as EngineRegistry / 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-in flutter_gemma_agent executors self-select.