schema_version: 1 name: orchestrator-llm version: 0.1.0 # Capability provided by this module. provides: - capability: orchestrator.plan version: 0.1.0 # Inputs the invoke function accepts. inputs: goal: text # Optional JSON-encoded list of installed capabilities. If # omitted or empty, the module plans without capability context. available_capabilities: text # Optional JSON-encoded list of all known store capabilities # (installed + planned + alpha). Used when the orchestrator # needs to suggest installations. store_capabilities: text # Outputs produced. outputs: # JSON-encoded Plan compatible with `fai_hub::plan::Plan`. plan: json # Permissions required. # # v0.1.0 is a deterministic stub — no network, no fs, no env. # v0.2.0 will add `net: ` once the platform exposes # wasi-http to permitted modules. permissions: []