add matrix publish/consume transport for orchestrator rail
This commit is contained in:
@@ -45,3 +45,10 @@ Run continuously:
|
||||
```bash
|
||||
~/.mosaic/bin/mosaic-orchestrator-run --poll-sec 10
|
||||
```
|
||||
|
||||
Bridge events to Matrix:
|
||||
|
||||
```bash
|
||||
~/.mosaic/bin/mosaic-orchestrator-matrix-publish
|
||||
~/.mosaic/bin/mosaic-orchestrator-matrix-consume
|
||||
```
|
||||
|
||||
@@ -4,7 +4,9 @@
|
||||
"matrix": {
|
||||
"control_room_id": "",
|
||||
"workspace_id": "",
|
||||
"homeserver_url": ""
|
||||
"homeserver_url": "",
|
||||
"access_token": "",
|
||||
"bot_user_id": ""
|
||||
},
|
||||
"worker": {
|
||||
"runtime": "codex",
|
||||
|
||||
4
templates/repo/.mosaic/orchestrator/matrix_state.json
Normal file
4
templates/repo/.mosaic/orchestrator/matrix_state.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"last_published_line": 0,
|
||||
"since": null
|
||||
}
|
||||
Reference in New Issue
Block a user