Added MCP, Hybrid Memories and Skill support
All checks were successful
Publish Library / Build NPM Project (push) Successful in 56s
Publish Library / Tag Version (push) Successful in 16s

This commit is contained in:
2026-06-06 22:02:19 -04:00
parent af6522ad88
commit 0b1c25dfda
11 changed files with 2191 additions and 2417 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@ztimson/ai-utils",
"version": "0.9.0",
"version": "1.0.0",
"description": "AI Utility library",
"author": "Zak Timson",
"license": "MIT",
@@ -25,21 +25,21 @@
"watch": "npx vite build --watch"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.78.0",
"@anthropic-ai/sdk": "^0.102.0",
"@tensorflow/tfjs": "^4.22.0",
"@xenova/transformers": "^2.17.2",
"@huggingface/transformers": "^4.2.0",
"@ztimson/node-utils": "^1.0.7",
"@ztimson/utils": "^0.28.16",
"@ztimson/utils": "^0.29.4",
"cheerio": "^1.2.0",
"openai": "^6.22.0",
"openai": "^6.42.0",
"tesseract.js": "^7.0.0"
},
"devDependencies": {
"@types/node": "^24.8.1",
"@types/node": "^24.13.1",
"typedoc": "^0.26.7",
"typescript": "^5.3.3",
"vite": "^7.2.7",
"vite-plugin-dts": "^4.5.3"
"typescript": "^5.6.3",
"vite": "^8.0.16",
"vite-plugin-dts": "^5.0.2"
},
"files": [
"dist"