Spaces:
Sleeping
Sleeping
File size: 554 Bytes
c87f72b | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | # HuggingFace Configuration
HF_TOKEN=your_huggingface_token_here
HF_SPACE_NAME=your-space-name
HF_USERNAME=your-username
# Anthropic API Configuration
ANTHROPIC_API_KEY=your_anthropic_api_key_here
# GitHub Configuration (optional - for enhanced sync)
GITHUB_TOKEN=your_github_token_here
GITHUB_REPO=DJ-Goana-Coding/VAMGUARD_TITAN
# Mapping and Inventory Repository
MAPPING_INVENTORY_REPO=your-mapping-inventory-repo-url
MAPPING_INVENTORY_SPACE=your-mapping-inventory-space
# Agent Configuration
AGENT_MODEL=claude-sonnet-4-5-20250929
MAX_TOKENS=4096
|