feat: support shared-workspace file flow for matrix
This commit is contained in:
parent
323a6d3144
commit
6422c7db58
18 changed files with 871 additions and 80 deletions
|
|
@ -136,7 +136,9 @@ Root `docker-compose.yml` теперь является основным лок
|
|||
docker compose up --build
|
||||
```
|
||||
|
||||
Compose использует локальные директории `external/platform-agent` и `external/platform-agent_api` как источник кода для агента.
|
||||
Compose собирает `platform-agent` из актуального upstream `external/platform-agent` Dockerfile (`development` target),
|
||||
монтирует live-код из `external/platform-agent/src` и `external/platform-agent_api`, и подготавливает shared `/workspace`
|
||||
с правами для agent runtime.
|
||||
Matrix бот подключается к `platform-agent` по service name, а не к отдельно запущенному `localhost`.
|
||||
|
||||
### 4.1. Staged attachments в Matrix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue