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
city console model list
city console model use default --path .
city console config set model.primary default
city agent restart .Failure cases
- missing
model.primarytarget: agent startup fails. - invalid provider/key: model invocation fails with auth/network errors.