Create inter_agent_negotiation_engine.json
Browse files
inter_agent_negotiation_engine.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "multi-agent-negotiation",
|
| 3 |
+
"consensus_enabled": true,
|
| 4 |
+
"reputation_weighted": true,
|
| 5 |
+
"resource_aware": true,
|
| 6 |
+
"network_integrated": true,
|
| 7 |
+
"humanoid_ready": true
|
| 8 |
+
}
|