@fosenai/cord 0.1.0-alpha.1 → 0.1.0-alpha.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +34 -9
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fosenai/cord",
|
|
3
|
-
"version": "0.1.0-alpha.
|
|
4
|
-
"description": "Cord
|
|
3
|
+
"version": "0.1.0-alpha.2",
|
|
4
|
+
"description": "Cord — decentralized P2P agent network for LLMs, MCP servers and AI agents. Wrap any LLM CLI / HTTP backend / MCP server into a peer-to-peer capability and discover it across machines via natural-language semantic search.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"bin": {
|
|
7
7
|
"cord": "bin/cord.js"
|
|
@@ -15,11 +15,11 @@
|
|
|
15
15
|
"postinstall": "node scripts/install.js"
|
|
16
16
|
},
|
|
17
17
|
"optionalDependencies": {
|
|
18
|
-
"@fosenai/cord-darwin-arm64": "0.1.0-alpha.
|
|
19
|
-
"@fosenai/cord-darwin-x64": "0.1.0-alpha.
|
|
20
|
-
"@fosenai/cord-linux-x64": "0.1.0-alpha.
|
|
21
|
-
"@fosenai/cord-linux-arm64": "0.1.0-alpha.
|
|
22
|
-
"@fosenai/cord-windows-x64": "0.1.0-alpha.
|
|
18
|
+
"@fosenai/cord-darwin-arm64": "0.1.0-alpha.2",
|
|
19
|
+
"@fosenai/cord-darwin-x64": "0.1.0-alpha.2",
|
|
20
|
+
"@fosenai/cord-linux-x64": "0.1.0-alpha.2",
|
|
21
|
+
"@fosenai/cord-linux-arm64": "0.1.0-alpha.2",
|
|
22
|
+
"@fosenai/cord-windows-x64": "0.1.0-alpha.2"
|
|
23
23
|
},
|
|
24
24
|
"engines": {
|
|
25
25
|
"node": ">=18"
|
|
@@ -33,10 +33,35 @@
|
|
|
33
33
|
"url": "https://github.com/fosenai/cord/issues"
|
|
34
34
|
},
|
|
35
35
|
"keywords": [
|
|
36
|
+
"cord",
|
|
36
37
|
"p2p",
|
|
38
|
+
"peer-to-peer",
|
|
39
|
+
"p2p-network",
|
|
37
40
|
"agent",
|
|
38
|
-
"
|
|
41
|
+
"ai-agent",
|
|
42
|
+
"ai-agents",
|
|
43
|
+
"agent-network",
|
|
44
|
+
"agent-mesh",
|
|
45
|
+
"agent-discovery",
|
|
46
|
+
"agent-orchestration",
|
|
39
47
|
"decentralized",
|
|
48
|
+
"decentralized-ai",
|
|
49
|
+
"federation",
|
|
50
|
+
"semantic-search",
|
|
51
|
+
"mcp",
|
|
52
|
+
"mcp-server",
|
|
53
|
+
"mcp-client",
|
|
54
|
+
"model-context-protocol",
|
|
55
|
+
"llm",
|
|
56
|
+
"llm-agent",
|
|
57
|
+
"llm-cli",
|
|
58
|
+
"claude",
|
|
59
|
+
"claude-code",
|
|
60
|
+
"codex",
|
|
61
|
+
"ollama",
|
|
62
|
+
"anthropic",
|
|
63
|
+
"openai",
|
|
64
|
+
"cli",
|
|
40
65
|
"rust"
|
|
41
66
|
]
|
|
42
|
-
}
|
|
67
|
+
}
|