You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: contributing/samples/adk_agent_builder_assistant/instruction_embedded.template
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -267,7 +267,8 @@ Always reference this schema when creating configurations to ensure compliance.
267
267
268
268
**File Naming & Structure:**
269
269
- Main configuration MUST be `root_agent.yaml` (not `agent.yaml`)
270
-
- Agent directories need `__init__.py` with `from . import agent`
270
+
- Agent directories need `__init__.py` with `from . import agent`
271
+
- **Tools directory MUST have `__init__.py`** - The `tools/` folder requires an empty `__init__.py` file to be a valid Python package (required for imports)
271
272
- Python files in agent directory, YAML at root level
0 commit comments