added readme and install script
This commit is contained in:
11
.env.example
11
.env.example
@@ -32,3 +32,14 @@ OPENCODE_TIMEOUT=120
|
||||
|
||||
# --- Logging -----------------------------------------------------------------
|
||||
LOG_LEVEL=INFO
|
||||
|
||||
# --- Claude Code Runtime (alternative to OpenCode) --------------------------
|
||||
# Use --claude flag to switch: python main.py --claude
|
||||
# CLAUDE_MODEL=claude-sonnet-4-20250514
|
||||
# CLAUDE_TIMEOUT=120
|
||||
# CLAUDE_MAX_TURNS=3
|
||||
# CLAUDE_NO_TOOLS=true
|
||||
|
||||
# --- Memory System -----------------------------------------------------------
|
||||
# AETHEEL_WORKSPACE=~/.aetheel/workspace
|
||||
# AETHEEL_MEMORY_DB=~/.aetheel/memory.db
|
||||
|
||||
Reference in New Issue
Block a user