feat(deploy): finalize MVP deployment and file transfer approach
This commit is contained in:
parent
6369721876
commit
0f79494fbe
43 changed files with 3078 additions and 645 deletions
10
config/matrix-agents.smoke.yaml
Normal file
10
config/matrix-agents.smoke.yaml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
agents:
|
||||
- id: agent-0
|
||||
label: "Smoke Agent 0"
|
||||
base_url: "http://agent-proxy:7000/agent_0/"
|
||||
workspace_path: "/agents/0"
|
||||
|
||||
- id: agent-1
|
||||
label: "Smoke Agent 1"
|
||||
base_url: "http://agent-proxy:7000/agent_1/"
|
||||
workspace_path: "/agents/1"
|
||||
Loading…
Add table
Add a link
Reference in a new issue