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
32 lines (31 loc) • 693 B
JSON
{
"name": "universal-ai-brain-mastra-test",
"version": "2.0.0",
"description": "Real-world Mastra agent test for Universal AI Brain 2.0",
"type": "module",
"main": "test-ai-brain-real.ts",
"scripts": {
"test": "tsx test-ai-brain-real.ts",
"dev": "mastra dev",
"build": "mastra build"
},
"dependencies": {
"@mastra/core": "latest",
"@ai-sdk/openai": "latest",
"zod": "^3.22.4",
"dotenv": "^16.3.1",
"tsx": "^4.7.0",
"mongodb": "^6.3.0"
},
"keywords": [
"ai",
"brain",
"mastra",
"mongodb",
"vector-search",
"cognitive-systems",
"real-world-test"
],
"author": "Universal AI Brain Team",
"license": "MIT"
}