universal-ai-brain
Version:
🧠UNIVERSAL AI BRAIN 3.3 - The world's most advanced cognitive architecture with 24 specialized systems, MongoDB 8.1 $rankFusion hybrid search, latest Voyage 3.5 embeddings, and framework-agnostic design. Works with Mastra, Vercel AI, LangChain, OpenAI A
16 lines • 346 B
JSON
{
"name": "@mongodb-ai/utils",
"version": "0.1.0",
"private": true,
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"build": "tsc -p tsconfig.build.json",
"dev": "tsc -w -p tsconfig.build.json",
"lint": "eslint ."
},
"devDependencies": {
"tsconfig": "*",
"eslint-config-custom": "*"
}
}