@one-agent-ctx/runtime-darwin-x64 0.1.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/LICENSE +662 -0
- package/NOTICE +66 -0
- package/README.md +14 -0
- package/SOURCE.md +7 -0
- package/THIRD-PARTY-NOTICES.md +982 -0
- package/agent-ctx-os +0 -0
- package/component.json +16 -0
- package/package.json +38 -0
package/agent-ctx-os
ADDED
|
Binary file
|
package/component.json
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schema_version": 1,
|
|
3
|
+
"component": "agent-ctx-os",
|
|
4
|
+
"version": "0.1.2",
|
|
5
|
+
"protocol": "1.2",
|
|
6
|
+
"target": "darwin-amd64",
|
|
7
|
+
"executable": "agent-ctx-os",
|
|
8
|
+
"sha256": "0c8eacf0a3f0750453032d34c6df6c5157ab93727ae83d09d247efe0d5cc41ee",
|
|
9
|
+
"source_revision": "38b32fa6212ae09daafadf15bc97677299b3372b",
|
|
10
|
+
"source_tree_id": "c00025a4e1e340c26137526023f7fbb468368ddc",
|
|
11
|
+
"build": {
|
|
12
|
+
"host": "darwin-arm64",
|
|
13
|
+
"toolchain": "cargo",
|
|
14
|
+
"cross": true
|
|
15
|
+
}
|
|
16
|
+
}
|
package/package.json
ADDED
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@one-agent-ctx/runtime-darwin-x64",
|
|
3
|
+
"version": "0.1.2",
|
|
4
|
+
"description": "agent-ctx-os 运行时内核(darwin-x64):memory/knowledge/skill 能力的本地执行体",
|
|
5
|
+
"license": "AGPL-3.0-only",
|
|
6
|
+
"os": [
|
|
7
|
+
"darwin"
|
|
8
|
+
],
|
|
9
|
+
"cpu": [
|
|
10
|
+
"x64"
|
|
11
|
+
],
|
|
12
|
+
"files": [
|
|
13
|
+
"agent-ctx-os",
|
|
14
|
+
"component.json",
|
|
15
|
+
"LICENSE",
|
|
16
|
+
"NOTICE",
|
|
17
|
+
"README.md",
|
|
18
|
+
"SOURCE.md",
|
|
19
|
+
"THIRD-PARTY-NOTICES.md"
|
|
20
|
+
],
|
|
21
|
+
"publishConfig": {
|
|
22
|
+
"access": "public"
|
|
23
|
+
},
|
|
24
|
+
"repository": {
|
|
25
|
+
"type": "git",
|
|
26
|
+
"url": "git+https://github.com/wocrab/one-ctx.git",
|
|
27
|
+
"directory": "packages/runtime"
|
|
28
|
+
},
|
|
29
|
+
"keywords": [
|
|
30
|
+
"one-agent-ctx",
|
|
31
|
+
"runtime",
|
|
32
|
+
"sidecar",
|
|
33
|
+
"kernel",
|
|
34
|
+
"darwin",
|
|
35
|
+
"x64",
|
|
36
|
+
"agpl"
|
|
37
|
+
]
|
|
38
|
+
}
|