Skip to content

Commit 43dfefa

Browse files
committed
feat(BA-2753): Spawn multiple agents and route RPC appropriately
This change adds support for actually spawning multiple agents within the same agent server and adding agent_id field for all appropriate RPC calls in the agent server, then ensuring that the manager sends that info such that the agent server can correctly route the RPC calls to the correct agent.
1 parent 9c296ef commit 43dfefa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configs/agent/sample.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
# Scaling group type
2525
scaling-group-type = "compute"
2626
# Allowed compute plugins
27-
## allow-compute-plugins = [ "ai.backend.activator.agent", "ai.backend.accelerator.cuda_open",]
27+
## allow-compute-plugins = [ "ai.backend.accelerator.cuda_open", "ai.backend.activator.agent",]
2828
# Blocked compute plugins
2929
## block-compute-plugins = [ "ai.backend.accelerator.mock",]
3030
# Allowed network plugins
@@ -376,7 +376,7 @@
376376
# Scaling group type
377377
scaling-group-type = "compute"
378378
# Allowed compute plugins
379-
## allow-compute-plugins = [ "ai.backend.activator.agent", "ai.backend.accelerator.cuda_open",]
379+
## allow-compute-plugins = [ "ai.backend.accelerator.cuda_open", "ai.backend.activator.agent",]
380380
# Blocked compute plugins
381381
## block-compute-plugins = [ "ai.backend.accelerator.mock",]
382382
# Allowed network plugins

0 commit comments

Comments
 (0)