@easbot/agent 0.2.5 → 0.2.6
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/cli.cjs +267 -264
- package/dist/cli.mjs +267 -264
- package/dist/index.cjs +256 -253
- package/dist/index.d.cts +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/index.mjs +262 -259
- package/package.json +33 -35
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@easbot/agent",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.6",
|
|
4
4
|
"description": "Core Agent for the easbot monorepo ecosystem",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.cjs",
|
|
@@ -45,20 +45,20 @@
|
|
|
45
45
|
"LICENSE"
|
|
46
46
|
],
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@agentclientprotocol/sdk": "^0.21.
|
|
48
|
+
"@agentclientprotocol/sdk": "^0.21.1",
|
|
49
49
|
"@ai-sdk/alibaba": "^1.0.23",
|
|
50
|
-
"@ai-sdk/amazon-bedrock": "^4.0.
|
|
51
|
-
"@ai-sdk/anthropic": "^3.0.
|
|
50
|
+
"@ai-sdk/amazon-bedrock": "^4.0.105",
|
|
51
|
+
"@ai-sdk/anthropic": "^3.0.77",
|
|
52
52
|
"@ai-sdk/azure": "^3.0.64",
|
|
53
53
|
"@ai-sdk/cerebras": "^2.0.51",
|
|
54
54
|
"@ai-sdk/cohere": "3.0.35",
|
|
55
55
|
"@ai-sdk/deepinfra": "^2.0.51",
|
|
56
|
-
"@ai-sdk/deepseek": "^2.0.
|
|
57
|
-
"@ai-sdk/gateway": "^3.0.
|
|
58
|
-
"@ai-sdk/google": "^3.0.
|
|
59
|
-
"@ai-sdk/google-vertex": "^4.0.
|
|
56
|
+
"@ai-sdk/deepseek": "^2.0.35",
|
|
57
|
+
"@ai-sdk/gateway": "^3.0.114",
|
|
58
|
+
"@ai-sdk/google": "^3.0.73",
|
|
59
|
+
"@ai-sdk/google-vertex": "^4.0.128",
|
|
60
60
|
"@ai-sdk/groq": "^3.0.39",
|
|
61
|
-
"@ai-sdk/mistral": "^3.0.
|
|
61
|
+
"@ai-sdk/mistral": "^3.0.37",
|
|
62
62
|
"@ai-sdk/openai": "^3.0.63",
|
|
63
63
|
"@ai-sdk/openai-compatible": "^2.0.47",
|
|
64
64
|
"@ai-sdk/perplexity": "^3.0.33",
|
|
@@ -66,34 +66,32 @@
|
|
|
66
66
|
"@ai-sdk/provider-utils": "^4.0.27",
|
|
67
67
|
"@ai-sdk/togetherai": "^2.0.51",
|
|
68
68
|
"@ai-sdk/vercel": "^2.0.49",
|
|
69
|
-
"@ai-sdk/xai": "^3.0.
|
|
70
|
-
"@aws-sdk/credential-providers": "^3.
|
|
71
|
-
"@clack/prompts": "^1.
|
|
69
|
+
"@ai-sdk/xai": "^3.0.90",
|
|
70
|
+
"@aws-sdk/credential-providers": "^3.1047.0",
|
|
71
|
+
"@clack/prompts": "^1.4.0",
|
|
72
72
|
"@hono/node-server": "^2.0.2",
|
|
73
|
-
"@hono/node-ws": "^1.3.
|
|
73
|
+
"@hono/node-ws": "^1.3.1",
|
|
74
74
|
"@hono/standard-validator": "^0.2.2",
|
|
75
75
|
"@hono/zod-validator": "^0.7.6",
|
|
76
76
|
"@modelcontextprotocol/sdk": "^1.29.0",
|
|
77
77
|
"@openrouter/ai-sdk-provider": "^2.9.0",
|
|
78
78
|
"@parcel/watcher": "^2.5.6",
|
|
79
79
|
"@standard-schema/spec": "^1.1.0",
|
|
80
|
-
"@types/cross-spawn": "^6.0.6",
|
|
81
80
|
"@wasmer/wasi": "^1.2.2",
|
|
82
81
|
"@zip.js/zip.js": "^2.8.26",
|
|
83
|
-
"ai": "^6.0.
|
|
82
|
+
"ai": "^6.0.182",
|
|
84
83
|
"ai-gateway-provider": "^3.1.3",
|
|
85
84
|
"ajv": "^8.20.0",
|
|
86
|
-
"axios": "^1.16.
|
|
85
|
+
"axios": "^1.16.1",
|
|
87
86
|
"bash-parser": "^0.5.0",
|
|
88
87
|
"bonjour-service": "^1.3.0",
|
|
89
88
|
"chalk": "^5.6.2",
|
|
90
89
|
"clipboardy": "^5.3.1",
|
|
91
90
|
"commander": "^14.0.3",
|
|
92
|
-
"cross-spawn": "^7.0.6",
|
|
93
91
|
"decimal.js": "^10.6.0",
|
|
94
92
|
"diff": "^9.0.0",
|
|
95
93
|
"drizzle-orm": "^0.45.2",
|
|
96
|
-
"fast-check": "^4.
|
|
94
|
+
"fast-check": "^4.8.0",
|
|
97
95
|
"fuzzysort": "^3.1.0",
|
|
98
96
|
"gitlab-ai-provider": "^6.6.0",
|
|
99
97
|
"glob": "^13.0.6",
|
|
@@ -111,7 +109,7 @@
|
|
|
111
109
|
"node-html-parser": "^7.1.0",
|
|
112
110
|
"node-pty": "^1.1.0",
|
|
113
111
|
"open": "^11.0.0",
|
|
114
|
-
"remeda": "^2.34.
|
|
112
|
+
"remeda": "^2.34.1",
|
|
115
113
|
"tree-sitter-bash": "^0.25.1",
|
|
116
114
|
"turndown": "^7.2.4",
|
|
117
115
|
"ulid": "^3.0.2",
|
|
@@ -119,21 +117,21 @@
|
|
|
119
117
|
"vscode-languageserver-types": "^3.17.5",
|
|
120
118
|
"which": "^6.0.1",
|
|
121
119
|
"why-is-node-running": "^3.2.2",
|
|
122
|
-
"ws": "^8.20.
|
|
120
|
+
"ws": "^8.20.1",
|
|
123
121
|
"xdg-basedir": "5.1.0",
|
|
124
122
|
"zod": "^4.4.3",
|
|
125
123
|
"zod-to-json-schema": "^3.25.2",
|
|
126
|
-
"@easbot/
|
|
127
|
-
"@easbot/
|
|
128
|
-
"@easbot/
|
|
129
|
-
"@easbot/
|
|
130
|
-
"@easbot/note": "0.2.
|
|
131
|
-
"@easbot/ollama-sdk": "0.2.
|
|
132
|
-
"@easbot/
|
|
133
|
-
"@easbot/
|
|
134
|
-
"@easbot/
|
|
135
|
-
"@easbot/utils": "0.2.
|
|
136
|
-
"@easbot/types": "0.2.
|
|
124
|
+
"@easbot/codebase": "0.2.6",
|
|
125
|
+
"@easbot/local-model-sdk": "0.2.6",
|
|
126
|
+
"@easbot/gateway": "0.2.6",
|
|
127
|
+
"@easbot/memory": "0.2.6",
|
|
128
|
+
"@easbot/note": "0.2.6",
|
|
129
|
+
"@easbot/ollama-sdk": "0.2.6",
|
|
130
|
+
"@easbot/sdk": "0.2.6",
|
|
131
|
+
"@easbot/plugin": "0.2.6",
|
|
132
|
+
"@easbot/tui": "0.2.6",
|
|
133
|
+
"@easbot/utils": "0.2.6",
|
|
134
|
+
"@easbot/types": "0.2.6"
|
|
137
135
|
},
|
|
138
136
|
"devDependencies": {
|
|
139
137
|
"@actions/core": "^3.0.1",
|
|
@@ -141,18 +139,18 @@
|
|
|
141
139
|
"@octokit/graphql": "^9.0.3",
|
|
142
140
|
"@octokit/rest": "^22.0.1",
|
|
143
141
|
"@octokit/webhooks-types": "^7.6.1",
|
|
144
|
-
"@types/node": "^25.
|
|
142
|
+
"@types/node": "^25.8.0",
|
|
145
143
|
"@types/turndown": "^5.0.6",
|
|
146
144
|
"@types/which": "^3.0.4",
|
|
147
145
|
"@types/ws": "^8.18.1",
|
|
148
|
-
"@vitest/coverage-v8": "^4.1.
|
|
146
|
+
"@vitest/coverage-v8": "^4.1.6",
|
|
149
147
|
"dotenv": "^17.4.2",
|
|
150
148
|
"esbuild": "^0.28.0",
|
|
151
149
|
"esbuild-plugin-alias": "^0.2.1",
|
|
152
150
|
"tsup": "^8.5.1",
|
|
153
|
-
"tsx": "^4.
|
|
151
|
+
"tsx": "^4.22.0",
|
|
154
152
|
"typescript": "^6.0.3",
|
|
155
|
-
"vitest": "^4.1.
|
|
153
|
+
"vitest": "^4.1.6"
|
|
156
154
|
},
|
|
157
155
|
"scripts": {
|
|
158
156
|
"dev": "cross-env NODE_ENV=development tsx src/cli.ts -- tui",
|