Adding example for agent execution
This commit is contained in:
parent
d82b000f9b
commit
923025bc49
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"storage": {
|
||||
"type": "redis",
|
||||
"url": "redis://localhost",
|
||||
"prefix": "world"
|
||||
},
|
||||
"executor": {
|
||||
"type": "agent",
|
||||
"targets": [
|
||||
{
|
||||
"base_url": "http://localhost:2504/api/v1",
|
||||
"resources": { "cores": 10 }
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user