feat(05-04): split prod and fullstack compose artifacts
- add bot-only production compose contract - add health-gated internal fullstack harness
This commit is contained in:
parent
ae37476ddf
commit
df6d8bf628
3 changed files with 79 additions and 4 deletions
13
.env.example
13
.env.example
|
|
@ -8,11 +8,16 @@ MATRIX_PASSWORD=your_password_here
|
|||
MATRIX_PLATFORM_BACKEND=real
|
||||
MATRIX_AGENT_REGISTRY_PATH=config/matrix-agents.yaml
|
||||
|
||||
# Shared workspace contract
|
||||
SURFACES_WORKSPACE_DIR=/workspace
|
||||
# Shared /agents contract for Phase 05 deployment
|
||||
SURFACES_WORKSPACE_DIR=/agents
|
||||
SURFACES_SHARED_VOLUME=surfaces-agents
|
||||
|
||||
# Compose-local platform-agent route
|
||||
AGENT_BASE_URL=http://platform-agent:8000
|
||||
# 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue