UNPKG

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

86 lines (85 loc) • 2.49 kB
{ "name": "universal-ai-brain", "version": "3.5.0", "private": false, "description": "🧠 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 Agents, and more!", "author": "Rom Iluz <rom@iluz.net>", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/romiluz13/ai_brain_js.git" }, "bugs": { "url": "https://github.com/romiluz13/ai_brain_js/issues" }, "homepage": "https://github.com/romiluz13/ai_brain_js#readme", "keywords": [ "universal-ai-brain", "ai-brain-3.0", "cognitive-architecture", "mongodb-8.1", "rankfusion", "hybrid-search", "vector-search", "ai-agents", "artificial-intelligence", "machine-learning", "typescript", "framework-agnostic", "24-cognitive-systems", "enterprise-ai", "production-ready", "vercel-ai", "mastra", "langchain", "openai-agents", "emotional-intelligence", "memory-systems", "self-improvement" ], "workspaces": [ "packages/*" ], "scripts": { "build": "turbo run build", "dev": "turbo run dev", "test": "turbo run test", "lint": "turbo run lint", "format": "prettier --write \"**/*.{ts,tsx,md}\"", "demo": "tsx demo-ai-brain.ts", "demo:quick": "tsx demo-ai-brain.ts quick", "test:ai-brain": "cd packages/core && npm run test:comprehensive", "test:mastra": "cd packages/core/src/mastra-test-agent && npm run test", "test:quick": "tsx test-ai-brain-quick.ts", "validate": "npm run test:quick" }, "devDependencies": { "@types/jest": "^29.5.12", "@types/node": "^20.11.24", "@types/uuid": "^9.0.8", "eslint": "^8.57.0", "jest": "^29.7.0", "prettier": "^3.2.5", "ts-jest": "^29.1.2", "ts-node": "^10.9.2", "turbo": "^1.12.4", "typescript": "^5.3.3" }, "dependencies": { "@ai-sdk/anthropic": "^1.2.12", "@ai-sdk/openai": "^1.3.22", "@langchain/core": "^0.1.17", "@langchain/mongodb": "^0.0.1", "@langchain/openai": "^0.0.14", "@mastra/core": "^0.10.6", "@openai/agents": "^0.0.9", "ai": "^4.3.16", "crewai-js": "*", "dotenv": "^16.5.0", "langchain": "^0.1.20", "mongodb": "^6.17.0", "uuid": "^9.0.1", "zod": "^3.22.4" }, "packageManager": "npm@10.2.4" }