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
36 lines (35 loc) • 1.21 kB
JSON
{
"name": "universal-ai-brain-cognitive-testing",
"version": "1.0.0",
"description": "Real-world testing of all 24 cognitive systems in Universal AI Brain 3.0",
"type": "module",
"scripts": {
"test:connection": "node test-connection.js",
"test:all": "node src/test-all-systems.js",
"test:memory": "node src/run-memory-tests.js",
"benchmark": "node src/benchmark-comparison.js",
"benchmark:memory": "node src/memory-usage-benchmark.js",
"benchmark:full": "node src/full-cognitive-benchmark.js",
"test:reasoning": "node src/tests/reasoning-systems.js",
"test:emotional": "node src/tests/emotional-systems.js",
"test:social": "node src/tests/social-systems.js",
"test:temporal": "node src/tests/temporal-systems.js",
"test:meta": "node src/tests/meta-systems.js",
"dev": "mastra dev",
"setup": "./setup.sh"
},
"dependencies": {
"@ai-sdk/openai": "latest",
"@mastra/core": "latest",
"@mastra/memory": "latest",
"universal-ai-brain": "^3.0.1",
"mongodb": "^6.0.0",
"zod": "^3.25.67",
"mastra": "latest",
"dotenv": "^16.0.0"
},
"devDependencies": {
"@types/node": "^20.0.0",
"typescript": "^5.0.0"
}
}