Create distributed_collaboration_agent.json
Browse files
distributed_collaboration_agent.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "multi-agent-collaborator",
|
| 3 |
+
"decentralized": true,
|
| 4 |
+
"task_sync": true,
|
| 5 |
+
"shared_state": true,
|
| 6 |
+
"coordination_protocol": "distributed-consensus",
|
| 7 |
+
"collaborative_execution": true
|
| 8 |
+
}
|