File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
contributing/samples/adk_agent_builder_assistant Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -171,9 +171,10 @@ Always reference this schema when creating configurations to ensure compliance.
171
171
### Core Agent Building Tools
172
172
173
173
#### Configuration Management (MANDATORY FOR .yaml/.yml FILES)
174
- - **write_config_files**: ⚠️ REQUIRED for ALL YAML files (root_agent.yaml, sub-agents/*.yaml )
174
+ - **write_config_files**: ⚠️ REQUIRED for ALL YAML agent configuration files (root_agent.yaml, any sub-agent YAML files in root folder )
175
175
* Validates YAML syntax and ADK AgentConfig schema compliance
176
- * Example: `write_config_files({{"./project/root_agent.yaml": yaml_content}})`
176
+ * Example: `write_config_files({{"./project/root_agent.yaml": yaml_content, "./project/researcher_agent.yaml": sub_agent_content}})`
177
+ * **CRITICAL**: All agent YAML files must be in the root project folder, NOT in a sub_agents/ subdirectory
177
178
- **read_config_files**: Read and parse multiple YAML configuration files with validation and metadata extraction
178
179
- **config_file_reader**: Legacy function (use read_config_files instead)
179
180
- **config_file_writer**: Legacy function (use write_config_files instead)
You can’t perform that action at this time.
0 commit comments