Merge remote-tracking branch 'origin/next' into ThomasMldr/main

This commit is contained in:
Ralph Khreish
2025-05-16 11:43:03 +02:00
194 changed files with 26657 additions and 14052 deletions

View File

@@ -1,23 +1,29 @@
# API Keys (Required)
ANTHROPIC_API_KEY=your_anthropic_api_key_here # Format: sk-ant-api03-...
PERPLEXITY_API_KEY=your_perplexity_api_key_here # Format: pplx-...
ANTHROPIC_API_KEY="your_anthropic_api_key_here" # Format: sk-ant-api03-...
PERPLEXITY_API_KEY="your_perplexity_api_key_here" # Format: pplx-...
OPENAI_API_KEY="your_openai_api_key_here" # Format: sk-...
GOOGLE_API_KEY="your_google_api_key_here" # Format: AIza...
MISTRAL_API_KEY="your_mistral_api_key_here" # Format: ...
OPENROUTER_API_KEY="your_openrouter_api_key_here" # Format: sk-or-...
XAI_API_KEY="your_xai_api_key_here" # Format: ...
AZURE_OPENAI_API_KEY="your_azure_key_here" # Format: ...
# API Base URLs (Optional)
ANTHROPIC_API_BASE_URL=optional_base_url_here # Optional custom base URL for Anthropic API
ANTHROPIC_API_BASE_URL="optional_base_url_here" # Optional custom base URL for Anthropic API
# Model Configuration
MODEL=claude-3-7-sonnet-20250219 # Recommended models: claude-3-7-sonnet-20250219, claude-3-opus-20240229
PERPLEXITY_MODEL=sonar-pro # Perplexity model for research-backed subtasks
MAX_TOKENS=64000 # Maximum tokens for model responses
TEMPERATURE=0.2 # Temperature for model responses (0.0-1.0)
MODEL="claude-3-7-sonnet-20250219" # Recommended models: claude-3-7-sonnet-20250219, claude-3-opus-20240229
PERPLEXITY_MODEL="sonar-pro" # Perplexity model for research-backed subtasks
MAX_TOKENS="64000" # Maximum tokens for model responses
TEMPERATURE="0.2" # 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)
DEBUG="false" # Enable debug logging (true/false)
LOG_LEVEL="info" # Log level (debug, info, warn, error)
# Task Generation Settings
DEFAULT_SUBTASKS=5 # Default number of subtasks when expanding
DEFAULT_PRIORITY=medium # Default priority for generated tasks (high, medium, low)
DEFAULT_SUBTASKS="5" # 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_NAME="Your Project Name" # Override default project name in tasks.json