chore(max): add docker-compose.max and example MAX/agent config
This commit is contained in:
parent
2ad1438e1c
commit
961ee7bb0b
3 changed files with 56 additions and 12 deletions
|
|
@ -1,5 +1,10 @@
|
|||
# Пример реестра агентов для MAX (формат совпадает с matrix-agents).
|
||||
#
|
||||
# user_agents:
|
||||
# "123456789": agent-0
|
||||
#
|
||||
agents:
|
||||
- id: agent-0
|
||||
label: "Agent 0"
|
||||
base_url: "http://agent-proxy:7000/agent_0/"
|
||||
workspace_path: "/agents/0"
|
||||
workspace_path: "/agents/0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue