diff --git a/module.yaml b/module.yaml index 4fa00ee..d06bfb9 100644 --- a/module.yaml +++ b/module.yaml @@ -8,6 +8,16 @@ provides: - capability: orchestrator.plan version: 0.3.0 +# Capabilities the plans this module emits typically reference. +# Advisory only — Studio surfaces "you'll also want X" when the +# operator installs orchestrator-llm; `fai admin doctor` flags +# unmet entries; the hub does NOT block install. See +# docs/architecture/store.md → "Module dependencies". +consumes: + - capability: llm.chat + version: "^0" + why: "orchestrator-emitted plans dispatch llm.chat steps for downstream LLM-driven work; a flow that runs the plan unmodified needs an llm.chat provider installed." + # Inputs the invoke function accepts. inputs: goal: text