web-interface initial
This commit is contained in:
parent
3340c126d6
commit
6e7d34e7a9
2393 changed files with 812405 additions and 0 deletions
|
|
@ -27,6 +27,10 @@ AGENT_BASE_URL=http://your-agent-host:8000
|
|||
# For multi-agent production, each agent gets a subdirectory such as /agents/0.
|
||||
SURFACES_WORKSPACE_DIR=/agents
|
||||
|
||||
# Web surface (adapter/web)
|
||||
WEB_PORT=8080
|
||||
WEB_PLATFORM_BACKEND=mock # "real" connects to platform-agent; "mock" uses local stub
|
||||
|
||||
# Docker volume names (created automatically on first run)
|
||||
SURFACES_SHARED_VOLUME=surfaces-agents
|
||||
SURFACES_BOT_STATE_VOLUME=surfaces-bot-state
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue