This is preview documentation. The official release is not yet available.
Agent definition fields
These are API field names. The console edits them through Behavior, Workspace and Runtime/resource settings. Advanced settings on the creation page selects an environment.
Preserve version checks when saving. Reload after a configuration conflict. The Agent key is its stable catalog identity; renaming the display name does not migrate that identity.
Default and explicit models
The standard Dataplane includes the DashScope model extension. The administrator suppliesDASHSCOPE_API_KEY to the Dataplane process/container. BUILDER_MODEL_NAME chooses its default model; the deployment default is qwen-max. Restart the affected service after changing deployment environment variables.
An empty Agent Model uses this default Model instance. An explicit identifier such as dashscope:qwen-max is resolved through the model registry and the DashScope provider’s credentials. Hosted provider accounts are separate from Managed model credentials.
Selecting session resources
Normal Chat and Issue work uses the Agent’s resource settings. Managed Session creation APIs can also specifyenvironmentId, memoryStoreIds and vaultIds. Omitting a resource list uses the default binding; an explicit empty list requests no mounts of that default resource type.
Change one layer at a time
- Leave Model empty and verify the deployment default with a conversation.
- Adjust Instructions and
maxItersto verify responsibilities and iteration limits. - Bind Workspace and Environment, then verify file tools.
- Add Memory and Vault, testing knowledge retrieval and tool authentication separately.