Configuration
Model Configuration (Console + Agent)
Responsibility boundary between model pool and project binding
Model Configuration (Console + Agent)
Model setup is split into two responsibilities:
- Console manages the model pool (provider/model metadata, keys, endpoints).
- Agent project chooses
model.primaryinship.json.
Workflow
- Configure provider/model in console.
- Set
model.primaryin project. - Restart agent and validate one real invocation.
Commands
sma console config llm provider list
sma console config llm model list
sma console config set model.primary default
sma agent restart .Failure cases
- missing
model.primarytarget: agent startup fails. - invalid provider/key: model invocation fails with auth/network errors.