surfaces/.env.example
Mikhail Putilovskij df6d8bf628 feat(05-04): split prod and fullstack compose artifacts
- add bot-only production compose contract
- add health-gated internal fullstack harness
2026-04-28 01:14:05 +03:00

25 lines
704 B
Text

# Telegram
TELEGRAM_BOT_TOKEN=your_bot_token_here
# Matrix
MATRIX_HOMESERVER=https://matrix.org
MATRIX_USER_ID=@bot:matrix.org
MATRIX_PASSWORD=your_password_here
MATRIX_PLATFORM_BACKEND=real
MATRIX_AGENT_REGISTRY_PATH=config/matrix-agents.yaml
# Shared /agents contract for Phase 05 deployment
SURFACES_WORKSPACE_DIR=/agents
SURFACES_SHARED_VOLUME=surfaces-agents
# Production handoff: point the bot at the externally managed agent endpoint.
AGENT_BASE_URL=https://lambda.coredump.ru/agent_0/
# Internal full-stack compose defaults
AGENT_ID=matrix-dev
COMPOSIO_API_KEY=
# platform-agent provider
PROVIDER_MODEL=openai/gpt-4o-mini
PROVIDER_URL=https://openrouter.ai/api/v1
PROVIDER_API_KEY=sk-or-...