initial version

This commit is contained in:
Eyal Toledano
2025-03-04 13:55:17 -05:00
commit 07648a1417
22 changed files with 4344 additions and 0 deletions

13
templates/env.example Normal file
View File

@@ -0,0 +1,13 @@
# Required
ANTHROPIC_API_KEY=your-api-key-here
# Optional - defaults shown
MODEL=claude-3-7-sonnet-20250219
MAX_TOKENS=4000
TEMPERATURE=0.7
DEBUG=false
LOG_LEVEL=info
DEFAULT_SUBTASKS=3
DEFAULT_PRIORITY=medium
PROJECT_NAME={{projectName}}
PROJECT_VERSION={{projectVersion}}