Skip to content

Commit 29f3084

Browse files
committed
docs: Elaborate on agent config UI interaction
1 parent 150299c commit 29f3084

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

docs/pages/product/administration/ai/yaml-config.mdx

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,30 @@ Instead of configuring agents through the Cube Cloud UI, you can create YAML fil
2020
- **Multi-file Support**: Split configuration across multiple files for better organization
2121
- **Validation**: Automatic schema validation with helpful error messages
2222

23+
## UI and YAML Interplay
24+
25+
Understanding how YAML configuration interacts with the Cube Cloud UI is important for effective management:
26+
27+
### Creating Spaces and Agents
28+
29+
Spaces and agents must first be created through the Cube Cloud UI. YAML configuration is used to **override and extend** the configuration of existing spaces and agents, not to create them dynamically. When your deployment starts, the system matches YAML entries to UI-created spaces and agents by their `name` field.
30+
31+
### Configuration Override Behavior
32+
33+
When YAML configuration is enabled:
34+
35+
- **Rules**: Defined in YAML files for the corresponding space
36+
- **Certified Queries**: When YAML config is enabled, **only YAML is used** for certified queries. UI-based certified query management is disabled to ensure a single source of truth.
37+
- **Agent Settings**: LLM provider, runtime mode, and memory mode can be overridden via YAML
38+
39+
### UI-Only Settings
40+
41+
The following settings are still managed exclusively through the Cube Cloud UI:
42+
43+
- **Semantic Model Selection**: Accessible views for each agent are configured through the UI
44+
- **Space and Agent Creation**: Initial creation of spaces and agents
45+
- **Agent Embedding**: Embedding configuration and deployment settings
46+
2347
## Environment Variables
2448

2549
<InfoBox>

0 commit comments

Comments
 (0)