Files
boocode/apps/control/.env.example
indifferentketchup b18de2a331 chore: snapshot working tree - pty_exited notifications + in-flight inference WIP
feat(booterm): structured pty_exited WS notifications. Plan-validated, impl-validated, code-reviewed green (contracts build clean, contracts test 29/29, booterm + web typecheck clean).

wip: in-progress inference/provider refactor (agents.ts, provider.ts, new llama-providers.ts, removed llama-args-validator), plus arena, dispatcher, compaction, schema changes.

openspec: pty-exit-notifications complete; x-agent-flags planned (not yet implemented).
2026-06-14 12:48:47 +00:00

21 lines
865 B
Plaintext

NODE_ENV=production
PORT=9503
HOST=100.114.205.53
DATABASE_URL=postgres://boocode:CHANGE_ME@127.0.0.1:5500/boochat
LOG_LEVEL=info
# Retention windows (hours)
RETENTION_RAW_HOURS=48
RETENTION_ROLLUP_DAYS=90
# Capture size cap (KB)
CAPTURE_SIZE_KB=256
# Total capture budget (MB)
CAPTURE_BUDGET_MB=50
# Provider registry: path to llama-providers.json. Missing = legacy fallback from LLAMA_SWAP_URL.
LLAMA_PROVIDERS_PATH=/data/llama-providers.json
# Legacy fallback: single-provider URL when LLAMA_PROVIDERS_PATH is absent or invalid.
LLAMA_SWAP_URL=http://localhost:8080
# P9.1 SSH config editor: path to the llama-swap config-schema.json (fork).
# Unset = use the copy bundled at dist/data/config-schema.json. Override to track
# the live fork schema, e.g. /opt/forks/llama-swap/config-schema.json.
#LLAMA_CONFIG_SCHEMA_PATH=/opt/forks/llama-swap/config-schema.json