JSPM

@bonginkan/maria

1.8.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 509
  • Score
    100M100P100Q109486F
  • License SEE LICENSE IN LICENSE

Enterprise-Grade AI Development Platform - Intelligent CLI with Complete Local AI Integration (Ollama + vLLM + LM Studio), 50 Cognitive Modes, Vector-based Code Search, and Comprehensive Quality Analysis

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@bonginkan/maria) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    πŸ€– MARIA Platform v1.8.2 "Algorithm Education Revolution"

    TypeScript Node.js npm Downloads License Quality Cognitive Modes

    πŸŽ‰ MARIA Platform v1.8.2 - Enterprise AI Development CLI with Complete Local LLM Integration (Ollama, vLLM, LM Studio), Automatic Setup, 36+ Interactive Commands, and Privacy-First Development Environment!

    πŸ–₯️ MARIA CODE CLI Interface

    MARIA CLI Startup

    MARIA's beautiful startup interface with automatic AI service initialization and local LLM detection

    🌟 Key Features - Local AI & Privacy-First Development

    🏠 Complete Local LLM Integration

    • Automatic Detection & Setup: Auto-configures Ollama, vLLM, LM Studio
    • Privacy-First Development: All processing runs locally on your machine
    • Zero Cloud Dependencies: Work offline with full AI capabilities
    • Multi-Model Support: Seamlessly switch between 20+ local models
    • One-Command Setup: maria setup-ollama / maria setup-vllm for instant configuration

    πŸ€– Enterprise AI Development

    • Autonomous Coding Agent: Complete project development from requirements
    • Real-time Code Analysis: Live quality feedback and optimization suggestions
    • Multi-Provider Support: OpenAI, Anthropic, Google, Groq + Local LLMs
    • Interactive Commands: 36+ slash commands for development workflow
    • Professional Engineering Modes: 50+ specialized AI cognitive states

    πŸš€ Instant Setup & Usage

    npm install -g @bonginkan/maria
    maria setup-ollama          # Auto-install local AI
    maria                        # Start interactive development

    Core Capabilities:

    • βœ… Local AI Models: Complete offline development environment
    • βœ… Code Generation: AI-powered development assistance
    • βœ… Quality Analysis: Real-time code review and optimization
    • βœ… Multi-Language: Support for all major programming languages
    • βœ… Enterprise Ready: Professional development workflows

    🎯 Key Features

    • Interactive Learning: Hands-on algorithm education with visualization
    • Performance Analysis: Real-time performance metrics and optimization
    • Professional Engineering: Industry-standard development practices
    • Visual Progress: Beautiful CLI interface with progress tracking
    • Autonomous Execution: Complete task automation from requirements

    πŸ€– Intelligent Router - Natural Language Command System

    • 🌍 5-Language Support: Native understanding in English, Japanese, Chinese, Korean, Vietnamese
    • Intent Recognition: "write code" β†’ /code automatic execution (95%+ accuracy)
    • Contextual Understanding: Smart parameter extraction from natural conversation
    • Learning Engine: Adapts to user patterns for personalized experience

    Multi-Language Examples:

    English:    "write code"          β†’ /code
    Japanese:   "コードを書いて"        β†’ /code
    Chinese:    "写代码"              β†’ /code
    Korean:     "μ½”λ“œλ₯Ό μž‘μ„±ν•΄"        β†’ /code
    Vietnamese: "viαΊΏt code"           β†’ /code

    πŸ’» AI-Powered Coding Assistant

    Professional development with intelligent AI assistance:

    /code     # Generate any code instantly with AI
    /review   # Professional code review & optimization
    /bug      # Intelligent bug detection & auto-fix
    /lint     # Code quality analysis & auto-correction
    /test     # Generate comprehensive test suites

    Real Results for Engineers:

    • Generates production-ready code in seconds
    • Detects 40+ bug patterns with AI analysis
    • Automatically fixes ESLint and TypeScript issues
    • Creates test cases that actually pass
    • Professional code reviews with improvement suggestions

    🏠 Complete Local LLM Integration

    Privacy-first development with local AI models:

    /setup    # One-command setup for Ollama, vLLM, LM Studio
    /model    # Switch between cloud & local models instantly
    /status   # Monitor local AI service health

    Privacy & Performance Benefits:

    • Your code never leaves your machine
    • Works 100% offline with local models
    • Supports 20+ local LLM models
    • Auto-detects and configures local AI services
    • No API keys required for local models

    🧠 Advanced Intelligence for Researchers

    Sophisticated AI features for research & complex projects:

    /mode     # Access 50+ cognitive modes (✽ Thinking, ✽ Analyzing...)
    /memory   # Intelligent context preservation across sessions
    /agents   # Deploy specialized AI research assistants
    /paper    # Transform research papers into working code

    Research-Grade Features:

    • 50+ internal cognitive modes for different thinking patterns
    • Cross-session learning and knowledge retention
    • Multi-agent orchestration for complex tasks
    • Paper-to-code transformation for research implementation

    🎨 Creative Tools & Documentation

    Bonus features for presentations and documentation:

    /image    # AI image generation for presentations & documentation
    /video    # Create demo videos & tutorials
    /avatar   # Interactive ASCII avatar companion
    /voice    # Voice-based coding conversations

    Creative Benefits:

    • Generate diagrams and visuals for technical documentation
    • Create demo videos for project presentations
    • Interactive avatar for engaging user experiences
    • Voice conversations for hands-free coding

    πŸ’‘ Why Engineers & Researchers Choose MARIA

    # Natural language commands for complex tasks:
    "Create a React component for user authentication"
    "Fix this TypeScript error in my API"  
    "Generate comprehensive tests for my algorithm"
    "Set up Ollama with local LLM models"
    "Switch to thinking mode for complex debugging"

    Real developer feedback:

    • "MARIA saved me 6 hours on my last research project"
    • "Local LLM support means my proprietary code stays secure"
    • "The cognitive modes help me think through complex algorithms"
    • "Best AI coding assistant for serious development work"

    Quick Start

    Installation

    # Install globally via npm
    npm install -g @bonginkan/maria
    
    # Verify installation
    maria --version
    # Output: MARIA Platform v1.8.2 "Algorithm Education Revolution"
    
    # Setup local AI models (optional)
    maria setup-ollama    # Install and configure Ollama
    maria setup-vllm      # Install and configure vLLM
    
    # Start interactive mode with natural language
    maria

    πŸ–₯️ Live CLI Session Example

    MARIA CLI Startup

    Terminal Output:

    πŸš€ Initializing AI Services...
    
    Local AI Services:
    LM Studio    [●●●●●●●●●●●●●●●●●●●] 0% βš™οΈ Checking availability...
    Ollama       [●●●●●●●●●●●●●●●●●●●] 0% βš™οΈ Checking availability...
    vLLM         [●●●●●●●●●●●●●●●●●●●] 0% βš™οΈ Checking availability...
    
    πŸš€ Initializing AI Services...
    
    > _

    πŸ’» Core Coding Commands (Essential for Engineers):

    /code     # AI-powered code generation & assistance
    /review   # Professional code review & optimization  
    /bug      # Intelligent bug detection & auto-fix
    /lint     # Code quality analysis & auto-correction
    /test     # Generate comprehensive test suites

    🏠 Local LLM Integration (Privacy-First Development):

    /model    # Switch between cloud & local models
    /setup    # Auto-configure Ollama, vLLM, LM Studio
    /status   # Check local AI service availability

    🧠 Advanced Intelligence Features (For Researchers):

    /mode     # Access 50+ cognitive modes (✽ Thinking, ✽ Analyzing...)
    /memory   # Intelligent context preservation across sessions
    /agents   # Deploy specialized AI research assistants
    /paper    # Transform research papers into working code

    🌍 Natural Language Support (5 Languages):

    English:  "write code"       # β†’ /code
    Japanese: "コードを書いて"     # β†’ /code
    Chinese:  "写代码"           # β†’ /code
    Korean:   "μ½”λ“œλ₯Ό μž‘μ„±ν•΄"     # β†’ /code
    Vietnamese: "viαΊΏt code"      # β†’ /code

    🎨 Creative Tools (Bonus Features):

    /image    # AI image generation for presentations
    /video    # Create demo videos & documentation
    /avatar   # Interactive ASCII avatar companion
    /voice    # Voice-based coding conversations

    Alternative Installation Methods

    # Using yarn
    yarn global add @bonginkan/maria
    
    # Using pnpm
    pnpm add -g @bonginkan/maria

    🎯 Usage Examples

    Basic Interactive Mode

    # Start MARIA interactive CLI
    maria
    
    # Available commands in interactive mode:
    > /help                          # Show all commands
    > /agent execute "create API"    # Autonomous coding agent
    > /agent demo                   # Demo autonomous capabilities
    > /code "hello world function"  # AI code generation
    > /status                       # System status
    > /exit                         # Exit

    Algorithm Education Commands

    # Start MARIA and use algorithm education slash commands
    maria
    > /sort quicksort --visualize     # Interactive sorting visualization
    > /learn algorithms               # Complete CS curriculum
    > /benchmark sorting              # Performance analysis
    > /algorithm complexity           # Big O notation tutorials
    > /code "merge sort implementation" # AI-generated algorithms

    36+ Interactive Slash Commands

    # All commands are slash commands within interactive mode
    maria
    > /help                          # Show all 36+ commands
    > /model                         # AI model selection
    > /sort quicksort               # Algorithm education
    > /code "function"              # AI code generation
    > /bug analyze                  # Bug detection
    > /lint check                   # Code quality
    > /status                       # System status
    > /mode internal                # 50 cognitive AI modes
    > /exit                         # Exit MARIA

    🎨 Key Features

    πŸ€– Autonomous Coding Agent

    • Complete SOW Generation: Automatic Statement of Work creation
    • Visual Mode Display: Real-time progress with beautiful UI
    • Active Reporting: Progress tracking and status updates
    • Self-Evolution: Learning engine that improves over time
    • 120+ Engineering Modes: Professional development patterns

    πŸ“Š Algorithm Education Platform

    • Interactive QuickSort: Step-by-step algorithm visualization
    • Performance Benchmarking: Compare algorithm efficiency
    • Memory Profiling: Analyze memory usage patterns
    • Educational Tools: Computer science curriculum support
    • Sorting Algorithms: Complete collection with analysis

    πŸ”§ Development Tools

    • AI Code Generation: Multi-language code creation
    • Intelligent Assistance: Context-aware development help
    • Project Analysis: Codebase understanding and insights
    • Quality Assurance: Automated testing and validation
    • Version Control: Git integration and workflow support

    🌍 Supported Platforms

    • Node.js: 18.0.0 - 22.x
    • Primary OS Support: macOS, Linux (optimized)
    • Secondary OS Support: Windows
    • Terminals: All major terminal applications
    • Shells: bash, zsh (recommended), fish, PowerShell

    πŸ“š Documentation

    Command Reference

    • Interactive Mode: maria (starts directly)
    • All Commands: /help within interactive mode
    • Algorithm Education: /sort, /learn, /algorithm commands
    • AI Development: /code, /bug, /lint, /model commands
    • System Status: /status command

    Examples and Tutorials

    • Getting Started: Run maria and type /help
    • Algorithm Learning: Use /sort quicksort --visualize for interactive tutorials
    • Development Workflow: AI-assisted coding with /code commands
    • Performance Analysis: Built-in benchmarking with /benchmark commands

    πŸ”§ Configuration

    MARIA works out of the box with no configuration required. For advanced features:

    # Start interactive mode (default)
    maria
    
    # Check system status
    > /status
    
    # Configure AI providers
    > /model  # Select from 22+ AI models (GPT, Claude, Gemini, Local LLMs)
    
    # Algorithm education
    > /sort quicksort --visualize  # Interactive learning

    🀝 Contributing

    We welcome contributions to MARIA! Please check our contribution guidelines.

    Development Setup

    # Clone the repository
    git clone https://github.com/bonginkan/maria.git
    cd maria
    
    # Install dependencies
    npm install
    
    # Build the project
    npm run build
    
    # Run locally
    ./bin/maria

    πŸ“„ License

    MIT License - see LICENSE for details.

    🎯 What Makes MARIA Special

    Revolutionary AI Development

    • First Autonomous AI: Complete software development from requirements
    • Visual Progress: Beautiful CLI with real-time feedback
    • Educational Focus: Algorithm learning with interactive visualization
    • Professional Quality: Industry-standard engineering practices

    Cutting-Edge Technology

    • Advanced AI Integration: Multiple AI model support
    • Intelligent Automation: Self-learning and adaptation
    • Modern CLI Experience: Beautiful, responsive interface
    • Cross-Platform: Works everywhere Node.js runs

    Perfect for:

    • Students: Learn algorithms with interactive visualization
    • Developers: Accelerate development with AI assistance
    • Teams: Collaborative development with autonomous agents
    • Educators: Teach computer science with hands-on tools

    Experience the Algorithm Education Revolution with MARIA Platform v1.6.4

    πŸš€ Start your journey: npm install -g @bonginkan/maria && maria

    release/v1.6.0