docs(deploy): finalize multi-agent surface image handoff
This commit is contained in:
parent
51241d79e0
commit
5b537880ae
11 changed files with 361 additions and 27 deletions
10
.env.example
10
.env.example
|
|
@ -8,6 +8,13 @@ MATRIX_PASSWORD=your_password_here
|
|||
# Backend: "real" connects to platform-agent via AgentApi; "mock" uses local stub (testing only)
|
||||
MATRIX_PLATFORM_BACKEND=real
|
||||
|
||||
# Published surface image used by docker-compose.prod.yml.
|
||||
# Must point to a Docker Hub/registry namespace where you have push/pull access.
|
||||
SURFACES_BOT_IMAGE=mput1/surfaces-bot:latest
|
||||
|
||||
# platform/agent_api ref used when building a surface image
|
||||
LAMBDA_AGENT_API_REF=master
|
||||
|
||||
# Path to agent registry inside the container (mounted via ./config:/app/config:ro)
|
||||
MATRIX_AGENT_REGISTRY_PATH=/app/config/matrix-agents.yaml
|
||||
|
||||
|
|
@ -16,7 +23,8 @@ MATRIX_AGENT_REGISTRY_PATH=/app/config/matrix-agents.yaml
|
|||
# Fullstack E2E: overridden to http://platform-agent:8000 by docker-compose.fullstack.yml
|
||||
AGENT_BASE_URL=http://your-agent-host:8000
|
||||
|
||||
# Shared volume path inside the bot container (default: /agents)
|
||||
# Shared volume path inside the bot container (default: /agents).
|
||||
# For multi-agent production, each agent gets a subdirectory such as /agents/0.
|
||||
SURFACES_WORKSPACE_DIR=/agents
|
||||
|
||||
# Docker volume names (created automatically on first run)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue