@byfriends/agent-core 0.1.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/LICENSE +28 -0
- package/README.md +11 -0
- package/dist/agent/records/migration/index.d.mts +2 -0
- package/dist/agent/records/migration/index.mjs +2 -0
- package/dist/index-BUBoyyCX.d.mts +3987 -0
- package/dist/index-DitEeLHK.d.mts +17 -0
- package/dist/index.d.mts +3 -0
- package/dist/index.mjs +20021 -0
- package/dist/migration-Bg8uYnT_.mjs +79 -0
- package/dist/session/store/index.d.mts +42 -0
- package/dist/session/store/index.mjs +2 -0
- package/dist/store-DhTph1cB.mjs +813 -0
- package/package.json +93 -0
package/package.json
ADDED
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@byfriends/agent-core",
|
|
3
|
+
"version": "0.1.0",
|
|
4
|
+
"description": "Unified agent engine for BYF",
|
|
5
|
+
"license": "Proprietary",
|
|
6
|
+
"author": "ByronFinn",
|
|
7
|
+
"homepage": "https://github.com/ByronFinn/byf",
|
|
8
|
+
"repository": {
|
|
9
|
+
"type": "git",
|
|
10
|
+
"url": "https://github.com/ByronFinn/byf.git"
|
|
11
|
+
},
|
|
12
|
+
"bugs": {
|
|
13
|
+
"url": "https://github.com/ByronFinn/byf/issues"
|
|
14
|
+
},
|
|
15
|
+
"keywords": [
|
|
16
|
+
"byf",
|
|
17
|
+
"agent",
|
|
18
|
+
"ai",
|
|
19
|
+
"session",
|
|
20
|
+
"tools",
|
|
21
|
+
"terminal"
|
|
22
|
+
],
|
|
23
|
+
"files": [
|
|
24
|
+
"dist"
|
|
25
|
+
],
|
|
26
|
+
"type": "module",
|
|
27
|
+
"imports": {
|
|
28
|
+
"#/*": [
|
|
29
|
+
"./src/*.ts",
|
|
30
|
+
"./src/*/index.ts"
|
|
31
|
+
]
|
|
32
|
+
},
|
|
33
|
+
"exports": {
|
|
34
|
+
".": {
|
|
35
|
+
"types": "./dist/index.d.mts",
|
|
36
|
+
"import": "./dist/index.mjs",
|
|
37
|
+
"default": "./dist/index.mjs"
|
|
38
|
+
},
|
|
39
|
+
"./agent/records/migration": {
|
|
40
|
+
"types": "./dist/agent/records/migration/index.d.mts",
|
|
41
|
+
"import": "./dist/agent/records/migration/index.mjs",
|
|
42
|
+
"default": "./dist/agent/records/migration/index.mjs"
|
|
43
|
+
},
|
|
44
|
+
"./session/store": {
|
|
45
|
+
"types": "./dist/session/store/index.d.mts",
|
|
46
|
+
"import": "./dist/session/store/index.mjs",
|
|
47
|
+
"default": "./dist/session/store/index.mjs"
|
|
48
|
+
}
|
|
49
|
+
},
|
|
50
|
+
"publishConfig": {
|
|
51
|
+
"access": "public"
|
|
52
|
+
},
|
|
53
|
+
"dependencies": {
|
|
54
|
+
"@antfu/utils": "^9.3.0",
|
|
55
|
+
"@modelcontextprotocol/sdk": "^1.29.0",
|
|
56
|
+
"@mozilla/readability": "^0.6.0",
|
|
57
|
+
"ajv": "^8.18.0",
|
|
58
|
+
"ajv-formats": "^3.0.1",
|
|
59
|
+
"js-yaml": "^4.1.1",
|
|
60
|
+
"linkedom": "^0.18.12",
|
|
61
|
+
"nunjucks": "^3.2.4",
|
|
62
|
+
"open": "^10.2.0",
|
|
63
|
+
"picomatch": "^4.0.4",
|
|
64
|
+
"proper-lockfile": "^4.1.2",
|
|
65
|
+
"regexp.escape": "^2.0.1",
|
|
66
|
+
"retry": "0.13.1",
|
|
67
|
+
"smol-toml": "^1.6.1",
|
|
68
|
+
"tar": "^7.5.13",
|
|
69
|
+
"yauzl": "^3.3.0",
|
|
70
|
+
"zod": "^4.3.6",
|
|
71
|
+
"@byfriends/kaos": "^0.0.1",
|
|
72
|
+
"@byfriends/kosong": "^0.1.0"
|
|
73
|
+
},
|
|
74
|
+
"devDependencies": {
|
|
75
|
+
"@types/js-yaml": "^4.0.9",
|
|
76
|
+
"@types/nunjucks": "^3.2.6",
|
|
77
|
+
"@types/picomatch": "^4.0.3",
|
|
78
|
+
"@types/proper-lockfile": "^4.1.4",
|
|
79
|
+
"@types/regexp.escape": "^2.0.0",
|
|
80
|
+
"@types/retry": "0.12.0",
|
|
81
|
+
"@types/tar": "^7.0.87",
|
|
82
|
+
"@types/yauzl": "^2.10.3",
|
|
83
|
+
"@types/yazl": "^2.4.6",
|
|
84
|
+
"yazl": "^3.3.1"
|
|
85
|
+
},
|
|
86
|
+
"scripts": {
|
|
87
|
+
"build": "tsdown",
|
|
88
|
+
"test": "vitest run",
|
|
89
|
+
"test:baseline": "vitest run",
|
|
90
|
+
"typecheck": "tsc -p tsconfig.json --noEmit",
|
|
91
|
+
"clean": "rm -rf dist"
|
|
92
|
+
}
|
|
93
|
+
}
|