AMITABH
← All work

2026 · Sole architect and developer

Marv

A Jarvis-style personal AI assistant for Windows — cloud backend, Windows middleware, and a desktop frontend.

PythonFastAPIQdrantBGE-M3Faster-WhisperPiper TTSWebSocketsgRPC

MARVE Project - Advanced Conversational AI Assistant

Welcome to the MARVE (Mixture of Agents Reasoning and Voice Engine) project - a sophisticated AI assistant system with advanced personality evolution, memory management, and multimodal capabilities.

🗂️ Project Structure Overview

This repository is organized into four main directories for clear separation of concerns:

MARVE_PROJECT/
├── development/          # 🚀 Active Development Branch
├── documentation/        # 📚 Project Documentation
├── archive/             # 📦 Original Designs & History
├── infrastructure/      # ⚙️ Deployment & Operations
└── README.md           # 👋 This file

🚀 Development Directory (development/)

Current Status: Phase 2 Complete - Master Orchestrator Operational 🚀

The main working codebase implementing the conversational AI engine with intelligent action execution.

Structure:

Key Features:

Advanced Personality System - Dynamic 4-trait evolution
RAG Memory System - Intelligent context management
Dual-Model Architecture - Llama 3 70B/8B integration
Vector Database - Qdrant with BGE-M3 embeddings
FastAPI Interface - Production-ready REST API
Master Orchestrator - Intent classification & multi-agent coordination
WebSocket Integration - Real-time bidirectional communication
Specialist Agent Framework - Registered agent management system
Security Framework - Authentication hooks & audit logging

Quick Start:

cd development/
pip install -r requirements.txt
# Start conversational engine
python src/main.py
# In another terminal, start master orchestrator  
python src/orchestrator_main.py

📚 Documentation Directory (documentation/)

Comprehensive project documentation organized by purpose.

Structure:

Key Documents:


📦 Archive Directory (archive/)

Historical project materials and original design concepts.

Structure:

Contents:


⚙️ Infrastructure Directory (infrastructure/)

Deployment, monitoring, and operational tooling.

Structure:

(Currently being prepared for Phase 2 development)


🎯 Current Project Status

Phase 1: COMPLETE (August 2025)

Phase 2: COMPLETE (August 2025) - EXCEPTIONAL SUCCESS

🎯 Phase 2.1: READY TO BEGIN (Session 6 Objectives)

🔮 Phase 3: PLANNED (Future)


🚀 Getting Started

For Development:

cd MARVE_PROJECT/development/
# Follow SETUP.md in development/docs/

For Documentation:

cd MARVE_PROJECT/documentation/
# Browse session_reports/ for latest progress
# Check project_specs/ for technical details

For Historical Context:

cd MARVE_PROJECT/archive/
# Review original_designs/ for project evolution

📊 Project Metrics


🤝 Contributing

This is a personal development project currently in active development. The project follows professional software engineering practices with comprehensive testing, documentation, and modular architecture.

Development Workflow:

  1. Work in development/ directory for active coding
  2. Update documentation in documentation/session_reports/
  3. Archive completed phases in archive/
  4. Plan infrastructure in infrastructure/

📞 Contact & Support

For questions about this project or its architecture, refer to the comprehensive documentation in the documentation/ directory, particularly:


Last Updated: August 29, 2025
Project Status: Phase 2 Complete, Phase 2.1 Ready to Begin

← All work