- Replace python-dotenv with config.json env.vars block + \ substitution - Add models section for per-task model routing (heartbeat, subagent, default) - Heartbeat/subagent tasks can use different models/providers than main chat - Remove python-dotenv from dependencies - Update all docs to reflect new config approach - Reorganize docs into project/ and research/ subdirectories
11 lines
241 B
Plaintext
11 lines
241 B
Plaintext
# Aetheel dependencies
|
|
# ====================
|
|
|
|
# Slack adapter
|
|
slack-bolt>=1.27.0,<2.0.0
|
|
slack-sdk>=3.40.0,<4.0.0
|
|
|
|
# OpenCode agent runtime (optional — only needed for SDK mode)
|
|
# Install with: pip install opencode-ai
|
|
# opencode-ai>=0.1.0
|