art-framework 0.4.1 → 0.4.3
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 +4 -3
- package/dist/index.cjs +44 -27
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +54 -290
- package/dist/index.d.ts +54 -290
- package/dist/index.js +44 -27
- package/dist/index.js.map +1 -1
- package/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "art-framework",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.3",
|
|
4
4
|
"description": "Agent Runtine (ART) Framework - A browser-first JavaScript/TypeScript framework for building LLM-powered Agentic AI applications that supports MCP and A2A protocols natively",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -78,8 +78,8 @@
|
|
|
78
78
|
"ws": "^8.18.1"
|
|
79
79
|
},
|
|
80
80
|
"dependencies": {
|
|
81
|
-
"@anthropic-ai/sdk": "^0.
|
|
82
|
-
"@google/genai": "^1.
|
|
81
|
+
"@anthropic-ai/sdk": "^0.51.0",
|
|
82
|
+
"@google/genai": "^1.17.0",
|
|
83
83
|
"@modelcontextprotocol/sdk": "^1.12.3",
|
|
84
84
|
"@supabase/supabase-js": "^2.56.0",
|
|
85
85
|
"@types/mathjs": "^9.4.1",
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
"ajv": "^8.17.1",
|
|
88
88
|
"mathjs": "^14.4.0",
|
|
89
89
|
"mustache": "^4.2.0",
|
|
90
|
-
"openai": "^4.
|
|
90
|
+
"openai": "^4.98.0",
|
|
91
91
|
"react-syntax-highlighter": "^15.6.1",
|
|
92
92
|
"reconnecting-eventsource": "^1.6.4",
|
|
93
93
|
"uuid": "^9.0.0",
|