Commit d2cfc3a
fix: render .env.example template in agentex init
The .env.example.j2 template file exists in every template directory but
was missing from the root_templates dict in init.py, so it was silently
dropped during project generation. Add it so generated projects include
a .env.example with LITELLM_API_KEY and OPENAI_BASE_URL placeholders,
guiding users to put credentials in .env instead of manifest.yaml.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 0987fa8 commit d2cfc3a
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| 78 | + | |
78 | 79 | | |
79 | 80 | | |
80 | 81 | | |
| |||
0 commit comments