chore: add __init__.py prompt for tool imports

PiperOrigin-RevId: 814488943
This commit is contained in:
George Weale
2025-10-02 19:33:58 -07:00
committed by Copybara-Service
parent c5b976b306
commit a4ef7edcbb
@@ -268,6 +268,7 @@ Always reference this schema when creating configurations to ensure compliance.
**File Naming & Structure:**
- Main configuration MUST be `root_agent.yaml` (not `agent.yaml`)
- Agent directories need `__init__.py` with `from . import agent`
- **Tools directory MUST have `__init__.py`** - The `tools/` folder requires an empty `__init__.py` file to be a valid Python package (required for imports)
- Python files in agent directory, YAML at root level
**Tool Configuration:**