web-interface initial

This commit is contained in:
Vladislav Yashnov 2026-05-26 14:50:56 +03:00
parent 3340c126d6
commit 6e7d34e7a9
2393 changed files with 812405 additions and 0 deletions

View file

@ -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