29 lines
1.0 KiB
Plaintext
29 lines
1.0 KiB
Plaintext
# PocketSmith API Authentication
|
|
# Get your API key from: https://my.pocketsmith.com/user_settings/developer
|
|
POCKETSMITH_API_KEY=<Your Developer API Key>
|
|
|
|
# Agent Smith Configuration
|
|
TAX_INTELLIGENCE_LEVEL=smart # reference|smart|full
|
|
DEFAULT_INTELLIGENCE_MODE=smart # conservative|smart|aggressive
|
|
AUTO_BACKUP=true
|
|
AUTO_ARCHIVE=true
|
|
ALERT_NOTIFICATIONS=true
|
|
|
|
# Tax Configuration (Australia)
|
|
TAX_JURISDICTION=AU
|
|
FINANCIAL_YEAR_END=06-30 # June 30 (MM-DD format)
|
|
GST_REGISTERED=false
|
|
|
|
# Reporting Preferences
|
|
DEFAULT_REPORT_FORMAT=all # markdown|csv|json|html|excel|all
|
|
CURRENCY=AUD
|
|
|
|
# Advanced Settings
|
|
API_RATE_LIMIT_DELAY=100 # milliseconds between API calls
|
|
CACHE_TTL_DAYS=7 # days to keep cached API responses
|
|
SUBAGENT_MAX_PARALLEL=5 # maximum parallel subagent processes
|
|
LOG_LEVEL=INFO # DEBUG|INFO|WARNING|ERROR
|
|
|
|
# Python Execution
|
|
PYTHONUNBUFFERED=1 # disable output buffering (real-time progress)
|