Added Config File
Browse files- config.json +19 -0
config.json
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"library": "keras",
|
| 3 |
+
"task": "text-generation",
|
| 4 |
+
"project": "multiagent-orchestrator",
|
| 5 |
+
"language": [
|
| 6 |
+
"en"
|
| 7 |
+
],
|
| 8 |
+
"tags": [
|
| 9 |
+
"agents",
|
| 10 |
+
"orchestration",
|
| 11 |
+
"tool-calling",
|
| 12 |
+
"controller",
|
| 13 |
+
"planning",
|
| 14 |
+
"routing"
|
| 15 |
+
],
|
| 16 |
+
"license": "apache-2.0",
|
| 17 |
+
"pipeline_tag": "text-generation",
|
| 18 |
+
"description": "Multi-Agent Orchestrator: a controller model for planning and coordinating agents/tools."
|
| 19 |
+
}
|