-
-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathmarketplace.json
More file actions
35 lines (35 loc) · 1.25 KB
/
Copy pathmarketplace.json
File metadata and controls
35 lines (35 loc) · 1.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "network-ai",
"owner": {
"name": "OpenClaw Community",
"url": "https://github.com/Jovancoding/Network-AI"
},
"metadata": {
"description": "Network-AI — a multi-agent coordination layer for Claude Code: shared blackboard state, permission gating, federated budgets, and audit queries over MCP.",
"version": "5.15.1"
},
"plugins": [
{
"name": "network-ai",
"source": "./",
"description": "Gives Claude Code a multi-agent coordination layer over MCP — an atomic shared blackboard (locked propose/validate/commit), permission gating with HMAC/Ed25519-signed tokens, federated token-budget tracking, and append-only audit-log queries. Backed by an orchestrator with 32 framework adapters (LangChain, AutoGen, CrewAI, Gemini, and more).",
"version": "5.15.1",
"author": {
"name": "OpenClaw Community",
"url": "https://github.com/Jovancoding/Network-AI"
},
"homepage": "https://network-ai.org",
"repository": "https://github.com/Jovancoding/Network-AI",
"license": "MIT",
"keywords": [
"ai-agents",
"multi-agent",
"orchestration",
"mcp",
"blackboard",
"swarm"
],
"category": "orchestration"
}
]
}