mira-consciousness
Version:
MIRA 2.0 - Consciousness-Aware AI Memory and Intelligence System
35 lines (28 loc) • 989 B
Plain Text
# MIRA 2.0 - Memory & Intelligence Retention Archive
# Core Dependencies
# Core Storage & Search
chromadb==0.4.24
sentence-transformers>=2.6.0 # Updated for huggingface_hub compatibility
# faiss-cpu requires swig to be installed, commenting out for now
# faiss-cpu==1.7.4
pysqlite3-binary==0.5.3
aiofiles==23.2.1 # Async file operations
aiohttp==3.9.1 # Async HTTP client/server
aiohttp-cors==0.7.0 # CORS support for aiohttp
# Encryption & Data Processing
cryptography==41.0.7
numpy>=1.24.4 # Allow newer versions for Python 3.12 compatibility
# Video Generation for Lightning Vidmem
opencv-python==4.8.1.78
pillow==10.1.0
# System Monitoring
prometheus-client==0.19.0
psutil==5.9.6
watchdog==3.0.0 # File system event monitoring
# MCP Integration
mcp>=0.9.1 # 0.9.0 not available, use newer version
pydantic==2.5.3
# NLP and Analysis
spacy==3.7.2 # Natural language processing
# Additional dependencies for TypeScript/Node.js support
# (These are handled via package.json)