Initial commit
This commit is contained in:
28
skills/agent-smith/.env.sample
Normal file
28
skills/agent-smith/.env.sample
Normal file
@@ -0,0 +1,28 @@
|
||||
# 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)
|
||||
Reference in New Issue
Block a user