@elizaos/plugin-form 2.0.0-alpha.1 → 2.0.0-alpha.11

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.
Files changed (48) hide show
  1. package/dist/chunk-4B5QLNVA.js +187 -0
  2. package/dist/chunk-ARWZY3NX.js +284 -0
  3. package/dist/chunk-R4VBS2YK.js +1597 -0
  4. package/dist/chunk-TBCL2ILB.js +172 -0
  5. package/dist/chunk-WY4WK3HD.js +57 -0
  6. package/dist/chunk-XHECCAUT.js +544 -0
  7. package/dist/chunk-YTWANJ3R.js +64 -0
  8. package/dist/context-MHPFYZZ2.js +9 -0
  9. package/dist/extractor-UWASKXKD.js +11 -0
  10. package/dist/index.d.ts +3057 -19
  11. package/dist/index.js +428 -2826
  12. package/dist/restore-S7JLME4H.js +9 -0
  13. package/dist/service-TCCXKV3T.js +7 -0
  14. package/package.json +33 -23
  15. package/LICENSE +0 -21
  16. package/README.md +0 -846
  17. package/dist/actions/restore.d.ts +0 -62
  18. package/dist/actions/restore.d.ts.map +0 -1
  19. package/dist/builder.d.ts +0 -320
  20. package/dist/builder.d.ts.map +0 -1
  21. package/dist/builtins.d.ts +0 -128
  22. package/dist/builtins.d.ts.map +0 -1
  23. package/dist/defaults.d.ts +0 -95
  24. package/dist/defaults.d.ts.map +0 -1
  25. package/dist/evaluators/extractor.d.ts +0 -91
  26. package/dist/evaluators/extractor.d.ts.map +0 -1
  27. package/dist/extraction.d.ts +0 -105
  28. package/dist/extraction.d.ts.map +0 -1
  29. package/dist/index.d.ts.map +0 -1
  30. package/dist/index.js.map +0 -30
  31. package/dist/intent.d.ts +0 -116
  32. package/dist/intent.d.ts.map +0 -1
  33. package/dist/providers/context.d.ts +0 -69
  34. package/dist/providers/context.d.ts.map +0 -1
  35. package/dist/service.d.ts +0 -417
  36. package/dist/service.d.ts.map +0 -1
  37. package/dist/storage.d.ts +0 -228
  38. package/dist/storage.d.ts.map +0 -1
  39. package/dist/tasks/nudge.d.ts +0 -89
  40. package/dist/tasks/nudge.d.ts.map +0 -1
  41. package/dist/template.d.ts +0 -10
  42. package/dist/template.d.ts.map +0 -1
  43. package/dist/ttl.d.ts +0 -144
  44. package/dist/ttl.d.ts.map +0 -1
  45. package/dist/types.d.ts +0 -1214
  46. package/dist/types.d.ts.map +0 -1
  47. package/dist/validation.d.ts +0 -156
  48. package/dist/validation.d.ts.map +0 -1
@@ -0,0 +1,9 @@
1
+ import {
2
+ formRestoreAction,
3
+ restore_default
4
+ } from "./chunk-TBCL2ILB.js";
5
+ import "./chunk-YTWANJ3R.js";
6
+ export {
7
+ restore_default as default,
8
+ formRestoreAction
9
+ };
@@ -0,0 +1,7 @@
1
+ import {
2
+ FormService
3
+ } from "./chunk-R4VBS2YK.js";
4
+ import "./chunk-ARWZY3NX.js";
5
+ export {
6
+ FormService
7
+ };
package/package.json CHANGED
@@ -1,13 +1,26 @@
1
1
  {
2
2
  "name": "@elizaos/plugin-form",
3
- "version": "2.0.0-alpha.1",
4
- "description": "Guardrails for agent-guided user journeys - forms as agent guidance rails for ElizaOS",
5
- "author": "Odilitime",
6
- "license": "MIT",
3
+ "description": "Guardrails for agent-guided user journeys - forms as agent guidance rails for elizaOS",
4
+ "version": "2.0.0-alpha.11",
7
5
  "type": "module",
8
6
  "main": "dist/index.js",
9
7
  "module": "dist/index.js",
10
8
  "types": "dist/index.d.ts",
9
+ "packageType": "plugin",
10
+ "platform": "node",
11
+ "license": "MIT",
12
+ "author": "Odilitime",
13
+ "keywords": [
14
+ "plugin",
15
+ "elizaos",
16
+ "form",
17
+ "conversational",
18
+ "data-collection"
19
+ ],
20
+ "repository": {
21
+ "type": "git",
22
+ "url": "https://github.com/elizaos/elizaos"
23
+ },
11
24
  "exports": {
12
25
  "./package.json": "./package.json",
13
26
  ".": {
@@ -19,34 +32,31 @@
19
32
  },
20
33
  "files": [
21
34
  "dist",
22
- "package.json",
23
- "LICENSE"
35
+ "README.md",
36
+ "package.json"
24
37
  ],
25
- "dependencies": {
26
- "@elizaos/core": "2.0.0-alpha.1"
38
+ "peerDependencies": {
39
+ "@elizaos/core": "2.0.0-alpha.114"
27
40
  },
28
41
  "devDependencies": {
29
- "@types/node": "^22.15.3",
30
- "bun-types": "^1.2.21",
31
- "prettier": "3.5.3",
32
- "typescript": "5.8.2"
42
+ "@biomejs/biome": "^2.3.11",
43
+ "@types/node": "^25.0.3",
44
+ "typescript": "^5.9.3"
33
45
  },
34
46
  "scripts": {
35
47
  "build": "bun run build.ts",
36
- "dev": "bun run build.ts --watch",
37
- "lint": "prettier --write ./src",
38
- "clean": "rm -rf dist .turbo node_modules .turbo-tsconfig.json tsconfig.tsbuildinfo",
39
- "format": "prettier --write ./src",
40
- "format:check": "prettier --check ./src",
48
+ "build:ts": "bun run build.ts",
49
+ "dev": "bun --hot build.ts",
41
50
  "test": "bun test",
42
- "test:watch": "bun test --watch",
43
- "test:coverage": "bun test --coverage"
44
- },
45
- "peerDependencies": {
46
- "whatwg-url": "7.1.0"
51
+ "typecheck": "tsc --noEmit",
52
+ "lint": "bunx @biomejs/biome check --write .",
53
+ "lint:check": "bunx @biomejs/biome check .",
54
+ "clean": "rm -rf dist .turbo"
47
55
  },
48
56
  "publishConfig": {
49
57
  "access": "public"
50
58
  },
51
- "gitHead": "05d4ca11d769db8c7f54a722ee24b2ce2b951543"
59
+ "dependencies": {
60
+ "uuid": "^11.0.0"
61
+ }
52
62
  }
package/LICENSE DELETED
@@ -1,21 +0,0 @@
1
- MIT License
2
-
3
- Copyright (c) 2025 Odilitime
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.