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

19
.env.example Normal file
View File

@@ -0,0 +1,19 @@
# API Keys (Required)
ANTHROPIC_API_KEY=your_anthropic_api_key_here
# Model Configuration
MODEL=claude-3-7-sonnet-20250219 # Specify which Claude model to use
MAX_TOKENS=4000 # Maximum tokens for model responses
TEMPERATURE=0.7 # Temperature for model responses (0.0-1.0)
# Logging Configuration
DEBUG=false # Enable debug logging (true/false)
LOG_LEVEL=info # Log level (debug, info, warn, error)
# Task Generation Settings
DEFAULT_SUBTASKS=3 # Default number of subtasks when expanding
DEFAULT_PRIORITY=medium # Default priority for generated tasks (high, medium, low)
# Project Metadata (Optional)
PROJECT_NAME=Your Project Name # Override default project name in tasks.json
PROJECT_VERSION=1.0.0 # Override default version in tasks.json