@agentica/chat 0.3.0 → 0.10.1-dev.20250302
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/dist/assets/{bbs-Ds5p4_Sb.js → bbs/index-DaMmtBCh.js} +1 -1
- package/dist/assets/playground/index.html-3YzVwoKE.js +27 -0
- package/dist/assets/shopping/index.html-Doia8R3S.js +1 -0
- package/dist/{bbs.html → bbs/index.html} +5 -5
- package/dist/{playground.html → playground/index.html} +4 -4
- package/dist/{shopping.html → shopping/index.html} +6 -6
- package/package.json +92 -92
- package/dist/assets/playground-BHs_VQiq.js +0 -27
- package/dist/assets/shopping-DB4jM1UG.js +0 -1
package/package.json
CHANGED
|
@@ -1,93 +1,93 @@
|
|
|
1
|
-
{
|
|
2
|
-
"type": "module",
|
|
3
|
-
"name": "@agentica/chat",
|
|
4
|
-
"version": "0.
|
|
5
|
-
"main": "./lib/index.mjs",
|
|
6
|
-
"typings": "./lib/index.d.ts",
|
|
7
|
-
"description": "Frontend Application of Agentica",
|
|
8
|
-
"scripts": {
|
|
9
|
-
"build": "npm run build:static && npm run build:lib",
|
|
10
|
-
"build:static": "rimraf dist && tsc -b && vite build",
|
|
11
|
-
"build:lib": "rimraf lib && tsc --project tsconfig.lib.json --emitDeclarationOnly && rollup -c",
|
|
12
|
-
"dev": "vite",
|
|
13
|
-
"lint": "eslint .",
|
|
14
|
-
"prepare": "ts-patch install",
|
|
15
|
-
"preview": "vite preview",
|
|
16
|
-
"deploy": "node build/deploy.mjs"
|
|
17
|
-
},
|
|
18
|
-
"repository": {
|
|
19
|
-
"type": "git",
|
|
20
|
-
"url": "https://github.com/wrtnlabs/agentica"
|
|
21
|
-
},
|
|
22
|
-
"keywords": [
|
|
23
|
-
"openapi",
|
|
24
|
-
"swagger",
|
|
25
|
-
"generator",
|
|
26
|
-
"typescript",
|
|
27
|
-
"editor",
|
|
28
|
-
"sdk",
|
|
29
|
-
"nestjs",
|
|
30
|
-
"nestia"
|
|
31
|
-
],
|
|
32
|
-
"author": "Wrtn Technologies",
|
|
33
|
-
"license": "MIT",
|
|
34
|
-
"bugs": {
|
|
35
|
-
"url": "https://github.com/wrtnlabs/agentica/issues"
|
|
36
|
-
},
|
|
37
|
-
"homepage": "https://wrtnlabs.io/agentica",
|
|
38
|
-
"dependencies": {
|
|
39
|
-
"@mui/icons-material": "^6.4.0",
|
|
40
|
-
"@mui/material": "^6.4.0",
|
|
41
|
-
"@samchon/openapi": "^3.0.0",
|
|
42
|
-
"@agentica/core": "^0.10.
|
|
43
|
-
"html2canvas": "^1.4.1",
|
|
44
|
-
"js-file-download": "^0.4.12",
|
|
45
|
-
"openai": "^4.80.0",
|
|
46
|
-
"react-markdown": "^9.0.3",
|
|
47
|
-
"rehype-raw": "^7.0.0",
|
|
48
|
-
"rehype-stringify": "^10.0.1",
|
|
49
|
-
"remark-mermaid-plugin": "^1.0.2",
|
|
50
|
-
"typia": "^8.0.0",
|
|
51
|
-
"uuid": "^11.0.5"
|
|
52
|
-
},
|
|
53
|
-
"devDependencies": {
|
|
54
|
-
"@eslint/js": "^9.13.0",
|
|
55
|
-
"@rollup/plugin-terser": "^0.4.4",
|
|
56
|
-
"@rollup/plugin-typescript": "^12.1.1",
|
|
57
|
-
"@ryoppippi/unplugin-typia": "^1.2.0",
|
|
58
|
-
"@samchon/shopping-api": "^0.16.0",
|
|
59
|
-
"@types/js-yaml": "^4.0.9",
|
|
60
|
-
"@types/node": "^22.10.5",
|
|
61
|
-
"@types/react": "^18.3.11",
|
|
62
|
-
"@types/react-dom": "^18.3.1",
|
|
63
|
-
"@types/react-json-editor-ajrm": "^2.5.6",
|
|
64
|
-
"@types/uuid": "^10.0.0",
|
|
65
|
-
"@vitejs/plugin-react": "^4.3.3",
|
|
66
|
-
"eslint": "^9.13.0",
|
|
67
|
-
"eslint-plugin-react-hooks": "^5.0.0",
|
|
68
|
-
"eslint-plugin-react-refresh": "^0.4.13",
|
|
69
|
-
"gh-pages": "^6.3.0",
|
|
70
|
-
"globals": "^15.11.0",
|
|
71
|
-
"js-yaml": "^4.1.0",
|
|
72
|
-
"openai": "^4.82.0",
|
|
73
|
-
"react": "^18.3.1",
|
|
74
|
-
"react-dom": "^18.3.1",
|
|
75
|
-
"react-json-editor-ajrm": "^2.5.14",
|
|
76
|
-
"react-mui-fileuploader": "^0.5.2",
|
|
77
|
-
"rimraf": "^6.0.1",
|
|
78
|
-
"rollup": "^4.24.2",
|
|
79
|
-
"ts-patch": "^3.3.0",
|
|
80
|
-
"typescript": "~5.8.2",
|
|
81
|
-
"typescript-eslint": "^8.10.0",
|
|
82
|
-
"vite": "^5.4.9"
|
|
83
|
-
},
|
|
84
|
-
"files": [
|
|
85
|
-
"README.md",
|
|
86
|
-
"LICENSE",
|
|
87
|
-
"package.json",
|
|
88
|
-
"dist",
|
|
89
|
-
"lib",
|
|
90
|
-
"src",
|
|
91
|
-
"!src/examples"
|
|
92
|
-
]
|
|
1
|
+
{
|
|
2
|
+
"type": "module",
|
|
3
|
+
"name": "@agentica/chat",
|
|
4
|
+
"version": "0.10.1-dev.20250302",
|
|
5
|
+
"main": "./lib/index.mjs",
|
|
6
|
+
"typings": "./lib/index.d.ts",
|
|
7
|
+
"description": "Frontend Application of Agentica",
|
|
8
|
+
"scripts": {
|
|
9
|
+
"build": "npm run build:static && npm run build:lib",
|
|
10
|
+
"build:static": "rimraf dist && tsc -b && vite build",
|
|
11
|
+
"build:lib": "rimraf lib && tsc --project tsconfig.lib.json --emitDeclarationOnly && rollup -c",
|
|
12
|
+
"dev": "vite",
|
|
13
|
+
"lint": "eslint .",
|
|
14
|
+
"prepare": "ts-patch install",
|
|
15
|
+
"preview": "vite preview",
|
|
16
|
+
"deploy": "node build/deploy.mjs"
|
|
17
|
+
},
|
|
18
|
+
"repository": {
|
|
19
|
+
"type": "git",
|
|
20
|
+
"url": "https://github.com/wrtnlabs/agentica"
|
|
21
|
+
},
|
|
22
|
+
"keywords": [
|
|
23
|
+
"openapi",
|
|
24
|
+
"swagger",
|
|
25
|
+
"generator",
|
|
26
|
+
"typescript",
|
|
27
|
+
"editor",
|
|
28
|
+
"sdk",
|
|
29
|
+
"nestjs",
|
|
30
|
+
"nestia"
|
|
31
|
+
],
|
|
32
|
+
"author": "Wrtn Technologies",
|
|
33
|
+
"license": "MIT",
|
|
34
|
+
"bugs": {
|
|
35
|
+
"url": "https://github.com/wrtnlabs/agentica/issues"
|
|
36
|
+
},
|
|
37
|
+
"homepage": "https://wrtnlabs.io/agentica",
|
|
38
|
+
"dependencies": {
|
|
39
|
+
"@mui/icons-material": "^6.4.0",
|
|
40
|
+
"@mui/material": "^6.4.0",
|
|
41
|
+
"@samchon/openapi": "^3.0.0",
|
|
42
|
+
"@agentica/core": "^0.10.1-dev.20250302",
|
|
43
|
+
"html2canvas": "^1.4.1",
|
|
44
|
+
"js-file-download": "^0.4.12",
|
|
45
|
+
"openai": "^4.80.0",
|
|
46
|
+
"react-markdown": "^9.0.3",
|
|
47
|
+
"rehype-raw": "^7.0.0",
|
|
48
|
+
"rehype-stringify": "^10.0.1",
|
|
49
|
+
"remark-mermaid-plugin": "^1.0.2",
|
|
50
|
+
"typia": "^8.0.0",
|
|
51
|
+
"uuid": "^11.0.5"
|
|
52
|
+
},
|
|
53
|
+
"devDependencies": {
|
|
54
|
+
"@eslint/js": "^9.13.0",
|
|
55
|
+
"@rollup/plugin-terser": "^0.4.4",
|
|
56
|
+
"@rollup/plugin-typescript": "^12.1.1",
|
|
57
|
+
"@ryoppippi/unplugin-typia": "^1.2.0",
|
|
58
|
+
"@samchon/shopping-api": "^0.16.0",
|
|
59
|
+
"@types/js-yaml": "^4.0.9",
|
|
60
|
+
"@types/node": "^22.10.5",
|
|
61
|
+
"@types/react": "^18.3.11",
|
|
62
|
+
"@types/react-dom": "^18.3.1",
|
|
63
|
+
"@types/react-json-editor-ajrm": "^2.5.6",
|
|
64
|
+
"@types/uuid": "^10.0.0",
|
|
65
|
+
"@vitejs/plugin-react": "^4.3.3",
|
|
66
|
+
"eslint": "^9.13.0",
|
|
67
|
+
"eslint-plugin-react-hooks": "^5.0.0",
|
|
68
|
+
"eslint-plugin-react-refresh": "^0.4.13",
|
|
69
|
+
"gh-pages": "^6.3.0",
|
|
70
|
+
"globals": "^15.11.0",
|
|
71
|
+
"js-yaml": "^4.1.0",
|
|
72
|
+
"openai": "^4.82.0",
|
|
73
|
+
"react": "^18.3.1",
|
|
74
|
+
"react-dom": "^18.3.1",
|
|
75
|
+
"react-json-editor-ajrm": "^2.5.14",
|
|
76
|
+
"react-mui-fileuploader": "^0.5.2",
|
|
77
|
+
"rimraf": "^6.0.1",
|
|
78
|
+
"rollup": "^4.24.2",
|
|
79
|
+
"ts-patch": "^3.3.0",
|
|
80
|
+
"typescript": "~5.8.2",
|
|
81
|
+
"typescript-eslint": "^8.10.0",
|
|
82
|
+
"vite": "^5.4.9"
|
|
83
|
+
},
|
|
84
|
+
"files": [
|
|
85
|
+
"README.md",
|
|
86
|
+
"LICENSE",
|
|
87
|
+
"package.json",
|
|
88
|
+
"dist",
|
|
89
|
+
"lib",
|
|
90
|
+
"src",
|
|
91
|
+
"!src/examples"
|
|
92
|
+
]
|
|
93
93
|
}
|