@assemblyline-agents/sdk 0.1.0 → 1.0.0
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/README.md +1 -1
- package/package.json +12 -13
- package/dist/legacy-cli.d.ts +0 -3
- package/dist/legacy-cli.d.ts.map +0 -1
- package/dist/legacy-cli.js +0 -8
- package/dist/legacy-cli.js.map +0 -1
package/README.md
CHANGED
|
@@ -12,7 +12,7 @@ npm install @assemblyline-agents/sdk
|
|
|
12
12
|
|
|
13
13
|
## Part of Assembly Line
|
|
14
14
|
|
|
15
|
-
This package is part of [Assembly Line](https://github.com/jasonbadeaux/
|
|
15
|
+
This package is part of [Assembly Line](https://github.com/jasonbadeaux/assembly-line), a vendor-neutral, filesystem-first framework for durable AI agents. See the developer documentation in [docs/developers/](https://github.com/jasonbadeaux/assembly-line/tree/main/docs/developers) for setup, agent authoring, and deployment guides.
|
|
16
16
|
|
|
17
17
|
## License
|
|
18
18
|
|
package/package.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@assemblyline-agents/sdk",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "1.0.0",
|
|
4
4
|
"description": "Vendor-neutral, filesystem-first framework for durable AI agents.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
|
-
"url": "git+https://github.com/jasonbadeaux/
|
|
7
|
+
"url": "git+https://github.com/jasonbadeaux/assembly-line.git",
|
|
8
8
|
"directory": "packages/sdk"
|
|
9
9
|
},
|
|
10
10
|
"bugs": {
|
|
11
|
-
"url": "https://github.com/jasonbadeaux/
|
|
11
|
+
"url": "https://github.com/jasonbadeaux/assembly-line/issues"
|
|
12
12
|
},
|
|
13
|
-
"homepage": "https://github.com/jasonbadeaux/
|
|
14
|
-
"author": "
|
|
13
|
+
"homepage": "https://github.com/jasonbadeaux/assembly-line#readme",
|
|
14
|
+
"author": "Assembly Line contributors",
|
|
15
15
|
"keywords": [
|
|
16
16
|
"assembly-line",
|
|
17
17
|
"assemblyline",
|
|
@@ -27,8 +27,7 @@
|
|
|
27
27
|
},
|
|
28
28
|
"type": "module",
|
|
29
29
|
"bin": {
|
|
30
|
-
"assembly-line": "./dist/cli.js"
|
|
31
|
-
"openeve": "./dist/legacy-cli.js"
|
|
30
|
+
"assembly-line": "./dist/cli.js"
|
|
32
31
|
},
|
|
33
32
|
"exports": {
|
|
34
33
|
".": {
|
|
@@ -44,12 +43,12 @@
|
|
|
44
43
|
},
|
|
45
44
|
"license": "MIT",
|
|
46
45
|
"dependencies": {
|
|
47
|
-
"@assemblyline-agents/
|
|
48
|
-
"@assemblyline-agents/
|
|
49
|
-
"@assemblyline-agents/
|
|
50
|
-
"@assemblyline-agents/node": "
|
|
51
|
-
"@assemblyline-agents/pi": "
|
|
52
|
-
"@assemblyline-agents/runtime": "
|
|
46
|
+
"@assemblyline-agents/compiler": "1.0.0",
|
|
47
|
+
"@assemblyline-agents/cli": "1.0.0",
|
|
48
|
+
"@assemblyline-agents/core": "1.0.0",
|
|
49
|
+
"@assemblyline-agents/node": "1.0.0",
|
|
50
|
+
"@assemblyline-agents/pi": "1.0.0",
|
|
51
|
+
"@assemblyline-agents/runtime": "1.0.0"
|
|
53
52
|
},
|
|
54
53
|
"scripts": {
|
|
55
54
|
"build": "tsc -p tsconfig.json",
|
package/dist/legacy-cli.d.ts
DELETED
package/dist/legacy-cli.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"legacy-cli.d.ts","sourceRoot":"","sources":["../src/legacy-cli.ts"],"names":[],"mappings":""}
|
package/dist/legacy-cli.js
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
#!/usr/bin/env node
|
|
2
|
-
// Temporary compatibility bin for the OpenEve → Assembly Line rename.
|
|
3
|
-
// Kept through the compatibility soak; removal is tracked in
|
|
4
|
-
// docs/rename/manifest.md.
|
|
5
|
-
console.error("openeve: this command is now `assembly-line`; the `openeve` alias will be removed in a future release.");
|
|
6
|
-
await import("@assemblyline-agents/cli");
|
|
7
|
-
export {};
|
|
8
|
-
//# sourceMappingURL=legacy-cli.js.map
|
package/dist/legacy-cli.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"legacy-cli.js","sourceRoot":"","sources":["../src/legacy-cli.ts"],"names":[],"mappings":";AACA,sEAAsE;AACtE,6DAA6D;AAC7D,2BAA2B;AAC3B,OAAO,CAAC,KAAK,CAAC,wGAAwG,CAAC,CAAC;AACxH,MAAM,MAAM,CAAC,0BAA0B,CAAC,CAAC"}
|