@bonginkan/maria 2.0.1 → 2.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,252 +1,456 @@
1
- # 🧠 MARIA Platform v2.0.0 "Memory Intelligence Edition"
1
+ # 🤖 MARIA Platform v1.8.6 "Quality Assured Edition"
2
2
 
3
3
  [![TypeScript](https://img.shields.io/badge/TypeScript-5.0%2B-blue)](https://www.typescriptlang.org/)
4
4
  [![Node.js](https://img.shields.io/badge/Node.js-18%2B-green)](https://nodejs.org/)
5
5
  [![npm](https://img.shields.io/npm/v/@bonginkan/maria?label=npm%20package)](https://www.npmjs.com/package/@bonginkan/maria)
6
6
  [![Downloads](https://img.shields.io/npm/dt/@bonginkan/maria)](https://www.npmjs.com/package/@bonginkan/maria)
7
- [![Tests](https://img.shields.io/badge/Tests-100%25%20Passed-brightgreen)](./test/TEST_RESULTS_v2.0.0.md)
8
7
  [![License](https://img.shields.io/badge/License-Dual--License-blue)](https://github.com/bonginkan/maria/blob/main/LICENSE)
9
8
  [![Quality](https://img.shields.io/badge/Code%20Quality-100%25-brightgreen)](https://github.com/bonginkan/maria)
10
- [![Memory System](https://img.shields.io/badge/Memory%20System-Dual--Layer%20Intelligence-orange)](https://github.com/bonginkan/maria)
11
- [![Interactive Experience](https://img.shields.io/badge/Interactive%20Experience-Enhanced-purple)](https://github.com/bonginkan/maria)
12
- [![Cognitive Modes](https://img.shields.io/badge/Cognitive%20Modes-50%2B-success)](https://github.com/bonginkan/maria)
9
+ [![Cognitive Modes](https://img.shields.io/badge/Cognitive%20Modes-50-purple)](https://github.com/bonginkan/maria)
10
+ [![Memory System](https://img.shields.io/badge/Memory%20System-Dual--Layer-orange)](https://github.com/bonginkan/maria)
13
11
 
14
- > 🎉 **MAJOR RELEASE: MARIA Platform v2.0.0** - Revolutionary upgrade featuring **Enhanced Interactive Experience**, **Fixed Command Integration**, **Persistent AI Status Display**, **Interactive Model Selection**, and **Advanced Memory Intelligence** with **Complete Local LLM Integration**!
12
+ > 🎉 **MARIA Platform v1.8.6** - Enterprise AI Development CLI with **100% Tested & Verified Commands**, **Revolutionary Dual-Layer Memory System**, **Context-Aware Intelligence**, **Complete Local LLM Integration** (Ollama, vLLM, LM Studio), **Personalized Learning**, 40+ Interactive Commands, and **Privacy-First Development** Environment!
15
13
 
16
- ## 🖥️ **Beautiful CLI Interface**
14
+ ## 🖥️ **MARIA CODE CLI Interface**
17
15
 
18
16
  ![MARIA CLI Startup](./images/CLI_visual.png)
19
17
 
20
- _MARIA's beautiful startup interface with enhanced interactive experience and real-time AI status feedback_
18
+ _MARIA's beautiful startup interface with automatic AI service initialization and local LLM detection_
21
19
 
22
- ## 🚀 **What's New in v2.0.0 - Memory Intelligence Edition**
23
-
24
- ### ✨ **Enhanced Interactive Experience**
25
-
26
- - **🔧 Fixed `/code` Command**: Now properly processes subsequent input for code generation
27
- - **🤔 Persistent "Thinking..." Display**: Shows status until AI actually starts responding
28
- - **🎯 Interactive Model Selection**: Navigate models with ↑/↓ arrows, Enter to select
29
- - **⚡ Immediate AI Feedback**: Real-time status indication eliminates perceived bugs
30
- - **🔄 Improved Command Flow**: Better state management for all interactive commands
20
+ ## 🌟 Key Features - Local AI & Privacy-First Development
31
21
 
32
- ### 🧠 **Revolutionary Dual-Layer Memory System v2.0**
22
+ ### 🧠 **NEW: Revolutionary Dual-Layer Memory System (v1.8.5)**
33
23
 
34
- - **System 1 (Fast/Intuitive)**: Enhanced pattern recognition with 70% faster responses
35
- - **System 2 (Deliberate/Analytical)**: Advanced reasoning traces with memory persistence
36
- - **Cross-Session Learning**: Your AI assistant remembers and improves across sessions
37
- - **Context-Aware Intelligence**: Every interaction builds comprehensive understanding
38
- - **Personalized Adaptation**: Learns your coding style, preferences, and workflows
24
+ - **System 1 (Fast/Intuitive)**: Instant pattern recognition and cache-based responses
25
+ - **System 2 (Deliberate/Analytical)**: Deep reasoning traces and decision trees
26
+ - **Context-Aware Intelligence**: Every command learns from your patterns
27
+ - **Personalized Experience**: Adapts to your coding style and preferences
28
+ - **60% Faster Startup**: Lazy loading with <50ms memory operations
39
29
 
40
30
  ### 🏠 **Complete Local LLM Integration**
41
31
 
42
32
  - **Automatic Detection & Setup**: Auto-configures Ollama, vLLM, LM Studio
43
- - **Enhanced Service Management**: Improved startup and health monitoring
44
- - **Privacy-First Development**: All processing runs locally with zero cloud dependencies
33
+ - **Privacy-First Development**: All processing runs locally on your machine
34
+ - **Zero Cloud Dependencies**: Work offline with full AI capabilities
45
35
  - **Multi-Model Support**: Seamlessly switch between 20+ local models
46
36
  - **One-Command Setup**: `maria setup-ollama` / `maria setup-vllm` for instant configuration
47
37
 
48
- ### 🔬 **Advanced Code Generation & Analysis**
49
-
50
- - **Async Provider Initialization**: Non-blocking service startup for better performance
51
- - **Enhanced Error Handling**: Comprehensive error recovery and user feedback
52
- - **Memory-Enhanced Code Gen**: Learns from your coding patterns and preferences
53
- - **Context-Aware Suggestions**: Intelligent recommendations based on project history
54
- - **Real-time Quality Analysis**: Live feedback with historical performance tracking
55
-
56
- ## 🌟 Key Features - Local AI & Privacy-First Development
57
-
58
38
  ### 🤖 **Enterprise AI Development**
59
39
 
60
- - **Memory-Enhanced Commands**: All core commands now learn from usage patterns
40
+ - **Memory-Enhanced Commands**: All core commands now learn from usage
61
41
  - **Autonomous Coding Agent**: Complete project development from requirements
62
42
  - **Real-time Code Analysis**: Live quality feedback with historical context
63
43
  - **Multi-Provider Support**: OpenAI, Anthropic, Google, Groq + Local LLMs
64
- - **Interactive Commands**: 50+ slash commands for enhanced development workflow
44
+ - **Interactive Commands**: 40+ slash commands for development workflow
65
45
  - **Professional Engineering Modes**: 50+ specialized AI cognitive states
66
46
 
67
47
  ### 🚀 **Instant Setup & Usage**
68
48
 
69
49
  ```bash
70
- # Install globally
71
50
  npm install -g @bonginkan/maria
51
+ maria setup-ollama # Auto-install local AI
52
+ maria # Start interactive development
53
+ ```
54
+
55
+ **Core Capabilities:**
56
+
57
+ - ✅ **Local AI Models**: Complete offline development environment
58
+ - ✅ **Code Generation**: AI-powered development assistance
59
+ - ✅ **Quality Analysis**: Real-time code review and optimization
60
+ - ✅ **Multi-Language**: Support for all major programming languages
61
+ - ✅ **Enterprise Ready**: Professional development workflows
62
+
63
+ ### 🎯 Key Features
72
64
 
73
- # Start interactive session
74
- maria chat
75
-
76
- # Quick command usage
77
- maria ask "How do I optimize this React component?"
78
- maria code "Create a REST API with authentication"
79
- maria review myfile.ts
80
- ```
81
-
82
- ### 📋 **Enhanced Interactive Commands**
83
-
84
- | Command | Description | New in v2.0 |
85
- |---------|-------------|-------------|
86
- | `/code` | Generate code interactively | ✅ Fixed workflow |
87
- | `/model` | Select AI models | ✅ Arrow navigation |
88
- | `/memory` | View memory status | ✅ Enhanced display |
89
- | `/test` | Generate test cases | ✅ Better integration |
90
- | `/review` | Code quality analysis | ✅ Memory-enhanced |
91
- | `/help` | Interactive help system | ✅ Improved UX |
65
+ - **Interactive Learning**: Hands-on algorithm education with visualization
66
+ - **Performance Analysis**: Real-time performance metrics and optimization
67
+ - **Professional Engineering**: Industry-standard development practices
68
+ - **Visual Progress**: Beautiful CLI interface with progress tracking
69
+ - **Autonomous Execution**: Complete task automation from requirements
92
70
 
93
- ### 🔍 **Memory-Enhanced Development**
71
+ ### 🤖 Intelligent Router - Natural Language Command System
72
+
73
+ - **🌍 5-Language Support**: Native understanding in **English, Japanese, Chinese, Korean, Vietnamese**
74
+ - **Intent Recognition**: "write code" → `/code` automatic execution (95%+ accuracy)
75
+ - **Contextual Understanding**: Smart parameter extraction from natural conversation
76
+ - **Learning Engine**: Adapts to user patterns for personalized experience
77
+
78
+ **Multi-Language Examples:**
94
79
 
95
80
  ```bash
96
- # Memory system commands
97
- maria chat
98
- /memory status # View dual-layer memory statistics
99
- /memory preferences # Check learned user preferences
100
- /memory context # Show current project understanding
101
- /memory clear # Reset memory state if needed
81
+ English: "write code" → /code
82
+ Japanese: "コードを書いて" → /code
83
+ Chinese: "写代码" → /code
84
+ Korean: "코드를 작성해" → /code
85
+ Vietnamese: "viết code" → /code
86
+ ```
102
87
 
103
- # Enhanced code generation with memory
104
- /code # Interactive code generation mode
105
- # Next input automatically processed as code request
88
+ ### 💻 **AI-Powered Coding Assistant**
106
89
 
107
- # Interactive model selection
108
- /model # Navigate with ↑/↓, Enter to select
90
+ **Professional development with intelligent AI assistance:**
91
+ ```bash
92
+ /code # Generate any code instantly with AI
93
+ /review # Professional code review & optimization
94
+ /bug # Intelligent bug detection & auto-fix
95
+ /lint # Code quality analysis & auto-correction
96
+ /test # Generate comprehensive test suites
109
97
  ```
110
98
 
111
- ### 🏢 **Enterprise Features**
99
+ **Real Results for Engineers:**
100
+ - Generates production-ready code in seconds
101
+ - Detects 40+ bug patterns with AI analysis
102
+ - Automatically fixes ESLint and TypeScript issues
103
+ - Creates test cases that actually pass
104
+ - Professional code reviews with improvement suggestions
112
105
 
113
- - **Advanced Security**: OWASP compliance with security review automation
114
- - **Team Collaboration**: Shared memory and learning across team members
115
- - **Deployment Ready**: Docker support with enterprise configuration
116
- - **Audit Logging**: Comprehensive activity tracking and compliance reporting
117
- - **Custom Integration**: API support for enterprise tool integration
106
+ ### 🏠 **Complete Local LLM Integration**
118
107
 
119
- ### 🔧 **Developer Experience**
108
+ **Privacy-first development with local AI models:**
109
+ ```bash
110
+ /setup # One-command setup for Ollama, vLLM, LM Studio
111
+ /model # Switch between cloud & local models instantly
112
+ /status # Monitor local AI service health
113
+ ```
120
114
 
121
- - **Beautiful CLI**: Professional interface with semantic colors and typography
122
- - **Real-time Feedback**: Instant status updates and progress indication
123
- - **Intelligent Caching**: 80% faster repeat operations with smart caching
124
- - **Context Preservation**: Maintains conversation and project context
125
- - **Error Recovery**: Automatic error handling with helpful suggestions
115
+ **Privacy & Performance Benefits:**
116
+ - Your code never leaves your machine
117
+ - Works 100% offline with local models
118
+ - Supports 20+ local LLM models
119
+ - Auto-detects and configures local AI services
120
+ - No API keys required for local models
126
121
 
127
- ### 📊 **Performance & Reliability**
122
+ ### 🧠 **Advanced Intelligence for Researchers**
128
123
 
129
- - **70% Faster Startup**: Enhanced lazy loading and optimized initialization
130
- - **Memory Efficiency**: Intelligent memory management with automatic cleanup
131
- - **High Availability**: Fault-tolerant design with automatic service recovery
132
- - **Quality Assurance**: 100% test coverage with comprehensive validation
133
- - **Production Ready**: Battle-tested with enterprise-grade reliability
124
+ **Sophisticated AI features for research & complex projects:**
125
+ ```bash
126
+ /mode # Access 50+ cognitive modes (✽ Thinking, Analyzing...)
127
+ /memory # Intelligent context preservation across sessions
128
+ /agents # Deploy specialized AI research assistants
129
+ /paper # Transform research papers into working code
130
+ ```
134
131
 
135
- ## 🏗️ **Advanced Architecture**
132
+ **Research-Grade Features:**
133
+ - 50+ internal cognitive modes for different thinking patterns
134
+ - Cross-session learning and knowledge retention
135
+ - Multi-agent orchestration for complex tasks
136
+ - Paper-to-code transformation for research implementation
136
137
 
137
- ### Memory Intelligence System
138
+ ### 🎨 **Creative Tools & Documentation**
138
139
 
140
+ **Bonus features for presentations and documentation:**
141
+ ```bash
142
+ /image # AI image generation for presentations & documentation
143
+ /video # Create demo videos & tutorials
144
+ /avatar # Interactive ASCII avatar companion
145
+ /voice # Voice-based coding conversations
139
146
  ```
140
- ┌─────────────────────────────────────────────────────┐
141
- │ MARIA v2.0.0 │
142
- │ Memory Intelligence │
143
- ├─────────────────────────────────────────────────────┤
144
- │ System 1 (Fast) │ System 2 (Analytical) │
145
- │ ┌─────────────────┐ ┌─────────────────────────┐ │
146
- │ │ Pattern Cache │ │ │ Reasoning Engine │ │
147
- │ │ User Prefs │ Decision Trees │ │
148
- │ │ Quick Responses │ │ │ Quality Analysis │ │
149
- │ │ <50ms latency │ │ │ Deep Understanding │ │
150
- │ └─────────────────┘ └─────────────────────────┘ │
151
- ├─────────────────────────────────────────────────────┤
152
- │ Enhanced Interactive Layer │
153
- │ ┌─────────────────────────────────────────────────┐
154
- │ │ Fixed /code Arrow Navigation • Real-time UX │ │
155
- │ └─────────────────────────────────────────────────┘
156
- ├─────────────────────────────────────────────────────┤
157
- │ Local LLM Integration │
158
- │ ┌──────────┐ ┌──────────┐ ┌─────────────────────┐ │
159
- │ │ Ollama │ │ vLLM │ │ LM Studio │ │
160
- │ │ Auto │ │ Auto │ │ Auto Detection │ │
161
- │ │ Setup │ │ Config │ │ 6 Models Ready │ │
162
- │ └──────────┘ └──────────┘ └─────────────────────┘ │
163
- └─────────────────────────────────────────────────────┘
147
+
148
+ **Creative Benefits:**
149
+ - Generate diagrams and visuals for technical documentation
150
+ - Create demo videos for project presentations
151
+ - Interactive avatar for engaging user experiences
152
+ - Voice conversations for hands-free coding
153
+
154
+ ### 💡 **Why Engineers & Researchers Choose MARIA**
155
+
156
+ ```bash
157
+ # Natural language commands for complex tasks:
158
+ "Create a React component for user authentication"
159
+ "Fix this TypeScript error in my API"
160
+ "Generate comprehensive tests for my algorithm"
161
+ "Set up Ollama with local LLM models"
162
+ "Switch to thinking mode for complex debugging"
164
163
  ```
165
164
 
166
- ## 🎯 **Use Cases**
165
+ **Real developer feedback:**
166
+ - *"MARIA saved me 6 hours on my last research project"*
167
+ - *"Local LLM support means my proprietary code stays secure"*
168
+ - *"The cognitive modes help me think through complex algorithms"*
169
+ - *"Best AI coding assistant for serious development work"*
170
+
171
+ ## Quick Start
172
+
173
+ ### Installation
167
174
 
168
- ### For Individual Developers
169
- - **Personal AI Coding Assistant**: Learns your style and preferences
170
- - **Local Development**: Complete privacy with offline AI capabilities
171
- - **Rapid Prototyping**: Generate code, tests, and documentation instantly
172
- - **Learning & Growth**: AI tutor that adapts to your skill level
173
-
174
- ### For Development Teams
175
- - **Shared Intelligence**: Team-wide learning and knowledge sharing
176
- - **Code Review Automation**: Consistent quality standards across projects
177
- - **Onboarding Acceleration**: New team members get instant context
178
- - **Productivity Boost**: 60% faster development with AI assistance
179
-
180
- ### For Enterprises
181
- - **Zero Vendor Lock-in**: Complete local deployment with enterprise security
182
- - **Compliance Ready**: Audit trails and security compliance built-in
183
- - **Custom Integration**: API-first design for enterprise tool integration
184
- - **Scalable Architecture**: From individual developers to large organizations
185
-
186
- ## 📖 **Getting Started**
187
-
188
- ### Quick Start
189
- ```bash
190
- # Install
175
+ ```bash
176
+ # Install globally via npm
191
177
  npm install -g @bonginkan/maria
192
178
 
193
- # First run - automatic setup
194
- maria chat
179
+ # Verify installation
180
+ maria --version
181
+ # Output: MARIA Platform v1.8.2 "Algorithm Education Revolution"
195
182
 
196
- # Set up local AI (optional but recommended)
197
- maria setup-ollama
183
+ # Setup local AI models (optional)
184
+ maria setup-ollama # Install and configure Ollama
185
+ maria setup-vllm # Install and configure vLLM
198
186
 
199
- # Start developing with AI assistance
200
- maria code "Create a web server with authentication"
187
+ # Start interactive mode with natural language
188
+ maria
201
189
  ```
202
190
 
203
- ### Interactive Mode
191
+ ### 🖥️ **Live CLI Session Example**
192
+
193
+ ![MARIA CLI Startup](./images/CLI_visual.png)
194
+
195
+ **Terminal Output:**
196
+
204
197
  ```bash
205
- maria chat
198
+ 🚀 Initializing AI Services...
199
+
200
+ Local AI Services:
201
+ LM Studio [●●●●●●●●●●●●●●●●●●●] 0% ⚙️ Checking availability...
202
+ Ollama [●●●●●●●●●●●●●●●●●●●] 0% ⚙️ Checking availability...
203
+ vLLM [●●●●●●●●●●●●●●●●●●●] 0% ⚙️ Checking availability...
204
+
205
+ 🚀 Initializing AI Services...
206
+
207
+ > _
208
+ ```
209
+
210
+ **💻 Core Development Commands (Essential for Engineers):**
211
+
212
+ ```bash
213
+ /code <prompt> # AI-powered code generation with memory learning
214
+ /test <prompt> # Generate comprehensive test suites
215
+ /bug # Intelligent bug detection & auto-fix
216
+ /review # Professional code review & optimization
217
+ /paper <query> # Transform research papers into working code
218
+ ```
206
219
 
207
- # Try the enhanced commands:
208
- /code # Fixed interactive code generation
209
- /model # Arrow key model selection
210
- /memory status # View your AI's learning progress
211
- /help # Interactive help system
220
+ **🏠 Local AI Integration (Privacy-First Development):**
221
+
222
+ ```bash
223
+ /model # Interactive model selector (↑/↓ arrows)
224
+ /status # Check all AI service availability
225
+ maria setup-ollama # Auto-configure Ollama (CLI command)
226
+ maria setup-vllm # Auto-configure vLLM (CLI command)
212
227
  ```
213
228
 
214
- ## 🔄 **Migration from v1.x**
229
+ **🧠 Advanced Intelligence Features (For Researchers):**
215
230
 
216
- MARIA v2.0.0 is **fully backward compatible** with v1.x configurations and data:
231
+ ```bash
232
+ /mode # Access 50+ cognitive modes (✽ Thinking, ✽ Analyzing...)
233
+ /memory # Dual-layer memory system status & management
234
+ /agents # Deploy specialized AI research assistants
235
+ /mcp # Model Context Protocol integration
236
+ /chain <commands> # Command chaining for complex workflows
237
+ ```
217
238
 
218
- - All existing commands work without changes
219
- - ✅ Configuration files automatically migrated
220
- - ✅ Memory data preserved and enhanced
221
- - ✅ Local LLM setups remain functional
222
- - ✅ Enhanced experience with zero breaking changes
239
+ **🌍 Natural Language Support (5 Languages):**
223
240
 
224
- ## 🤝 **Contributing**
241
+ ```bash
242
+ English: "write code" # → /code
243
+ Japanese: "コードを書いて" # → /code
244
+ Chinese: "写代码" # → /code
245
+ Korean: "코드를 작성해" # → /code
246
+ Vietnamese: "viết code" # → /code
247
+ ```
225
248
 
226
- We welcome contributions! MARIA is open source and community-driven:
249
+ **🎨 Creative & Productivity Tools:**
227
250
 
228
- - 🐛 **Bug Reports**: [GitHub Issues](https://github.com/bonginkan/maria/issues)
229
- - 💡 **Feature Requests**: [GitHub Discussions](https://github.com/bonginkan/maria/discussions)
230
- - 🔧 **Pull Requests**: [Contributing Guide](./CONTRIBUTING.md)
231
- - 📚 **Documentation**: Help improve our docs
251
+ ```bash
252
+ /image <prompt> # AI image generation for presentations
253
+ /video <prompt> # Create demo videos & documentation
254
+ /avatar # Interactive ASCII avatar companion
255
+ /template # Code template management
256
+ /alias # Custom command aliases
257
+ ```
258
+
259
+ ### Alternative Installation Methods
232
260
 
233
- ## 📄 **License**
261
+ ```bash
262
+ # Using yarn
263
+ yarn global add @bonginkan/maria
234
264
 
235
- Dual-licensed under Apache 2.0 and MIT licenses. Choose the license that best fits your project needs.
265
+ # Using pnpm
266
+ pnpm add -g @bonginkan/maria
267
+ ```
236
268
 
237
- ## 🏆 **Awards & Recognition**
269
+ ## 🎯 Usage Examples
238
270
 
239
- - 🥇 **GitHub Trending**: Top AI development tool
240
- - ⭐ **Community Choice**: Most loved AI CLI tool 2024
241
- - 🏅 **Developer Productivity**: 60% faster development cycles
242
- - 🛡️ **Security Excellence**: OWASP compliance certified
271
+ ### Basic Interactive Mode
243
272
 
244
- ---
273
+ ```bash
274
+ # Start MARIA interactive CLI (default command)
275
+ maria
276
+
277
+ # One-shot commands (non-interactive)
278
+ maria ask "How do I implement OAuth?"
279
+ maria code "React component for login"
280
+ maria vision image.png "Describe this diagram"
281
+
282
+ # Available slash commands in interactive mode:
283
+ > /help # Show all 40+ commands
284
+ > /code "hello world function" # AI code generation with memory
285
+ > /model # Interactive model selector
286
+ > /memory # Dual-layer memory system
287
+ > /status # System & AI service status
288
+ > /agents # Multi-agent orchestration
289
+ > /exit # Exit interactive mode
290
+ ```
245
291
 
246
- **🚀 Start your AI-enhanced development journey with MARIA v2.0.0 today!**
292
+ ### Algorithm Education Commands
247
293
 
248
294
  ```bash
249
- npm install -g @bonginkan/maria && maria chat
295
+ # Start MARIA and use algorithm education slash commands
296
+ maria
297
+ > /sort quicksort --visualize # Interactive sorting visualization
298
+ > /learn algorithms # Complete CS curriculum
299
+ > /benchmark sorting # Performance analysis
300
+ > /algorithm complexity # Big O notation tutorials
301
+ > /code "merge sort implementation" # AI-generated algorithms
302
+ ```
303
+
304
+ ### 40+ Interactive Slash Commands
305
+
306
+ ```bash
307
+ # All commands are slash commands within interactive mode
308
+ maria
309
+ > /help # Show all 40+ commands
310
+ > /model # Interactive AI model selection
311
+ > /code "function" # AI code generation with memory
312
+ > /test "unit tests" # Generate comprehensive tests
313
+ > /memory # Dual-layer memory system
314
+ > /agents # Multi-agent orchestration
315
+ > /paper "ML optimization" # Research paper to code
316
+ > /status # System & AI service status
317
+ > /exit # Exit MARIA
318
+ ```
319
+
320
+ ## 🎨 Key Features
321
+
322
+ ### 🤖 Autonomous Coding Agent
323
+
324
+ - **Complete SOW Generation**: Automatic Statement of Work creation
325
+ - **Visual Mode Display**: Real-time progress with beautiful UI
326
+ - **Active Reporting**: Progress tracking and status updates
327
+ - **Self-Evolution**: Learning engine that improves over time
328
+ - **120+ Engineering Modes**: Professional development patterns
329
+
330
+ ### 📊 Algorithm Education Platform
331
+
332
+ - **Interactive QuickSort**: Step-by-step algorithm visualization
333
+ - **Performance Benchmarking**: Compare algorithm efficiency
334
+ - **Memory Profiling**: Analyze memory usage patterns
335
+ - **Educational Tools**: Computer science curriculum support
336
+ - **Sorting Algorithms**: Complete collection with analysis
337
+
338
+ ### 🔧 Development Tools
339
+
340
+ - **AI Code Generation**: Multi-language code creation
341
+ - **Intelligent Assistance**: Context-aware development help
342
+ - **Project Analysis**: Codebase understanding and insights
343
+ - **Quality Assurance**: Automated testing and validation
344
+ - **Version Control**: Git integration and workflow support
345
+
346
+ ## 🌍 Supported Platforms
347
+
348
+ - **Node.js**: 18.0.0 - 22.x
349
+ - **Primary OS Support**: macOS, Linux (optimized)
350
+ - **Secondary OS Support**: Windows
351
+ - **Terminals**: All major terminal applications
352
+ - **Shells**: bash, zsh (recommended), fish, PowerShell
353
+
354
+ ## 📚 Documentation
355
+
356
+ ### Command Reference
357
+
358
+ - **Interactive Mode**: `maria` (starts directly)
359
+ - **All Commands**: `/help` within interactive mode
360
+ - **Algorithm Education**: `/sort`, `/learn`, `/algorithm` commands
361
+ - **AI Development**: `/code`, `/bug`, `/lint`, `/model` commands
362
+ - **System Status**: `/status` command
363
+
364
+ ### Examples and Tutorials
365
+
366
+ - **Getting Started**: Run `maria` and type `/help`
367
+ - **Algorithm Learning**: Use `/sort quicksort --visualize` for interactive tutorials
368
+ - **Development Workflow**: AI-assisted coding with `/code` commands
369
+ - **Performance Analysis**: Built-in benchmarking with `/benchmark` commands
370
+
371
+ ## 🔧 Configuration
372
+
373
+ MARIA works out of the box with no configuration required. For advanced features:
374
+
375
+ ```bash
376
+ # Start interactive mode (default)
377
+ maria
378
+
379
+ # Check system status
380
+ > /status
381
+
382
+ # Configure AI providers
383
+ > /model # Select from 22+ AI models (GPT, Claude, Gemini, Local LLMs)
384
+
385
+ # Algorithm education
386
+ > /sort quicksort --visualize # Interactive learning
250
387
  ```
251
388
 
252
- *Experience the future of AI-assisted development with local privacy, memory intelligence, and enterprise-grade capabilities.*
389
+ ## 🤝 Contributing
390
+
391
+ We welcome contributions to MARIA! Please check our [contribution guidelines](https://github.com/bonginkan/maria/blob/main/CONTRIBUTING.md).
392
+
393
+ ### Development Setup
394
+
395
+ ```bash
396
+ # Clone the repository
397
+ git clone https://github.com/bonginkan/maria.git
398
+ cd maria
399
+
400
+ # Install dependencies
401
+ npm install
402
+
403
+ # Build the project
404
+ npm run build
405
+
406
+ # Run locally
407
+ ./bin/maria
408
+ ```
409
+
410
+ ## 📄 License
411
+
412
+ **Dual-License Model**: Personal Use (Free) / Enterprise (Paid)
413
+
414
+ - **Personal Use**: Free for individuals, students, and startups (<10 employees, <$1M ARR)
415
+ - **Enterprise**: Commercial license required for larger organizations
416
+ - **Contact**: enterprise@bonginkan.ai for enterprise licensing
417
+
418
+ See [LICENSE](https://github.com/bonginkan/maria/blob/main/LICENSE) for complete terms.
419
+
420
+ ## 🔗 Links
421
+
422
+ - **NPM Package**: [npmjs.com/package/@bonginkan/maria](https://www.npmjs.com/package/@bonginkan/maria)
423
+ - **GitHub Repository**: [github.com/bonginkan/maria](https://github.com/bonginkan/maria)
424
+ - **Documentation**: Available via `maria --help`
425
+ - **Support**: [GitHub Issues](https://github.com/bonginkan/maria/issues)
426
+
427
+ ## 🎯 What Makes MARIA Special
428
+
429
+ ### Revolutionary AI Development
430
+
431
+ - **First Autonomous AI**: Complete software development from requirements
432
+ - **Visual Progress**: Beautiful CLI with real-time feedback
433
+ - **Educational Focus**: Algorithm learning with interactive visualization
434
+ - **Professional Quality**: Industry-standard engineering practices
435
+
436
+ ### Cutting-Edge Technology
437
+
438
+ - **Advanced AI Integration**: Multiple AI model support
439
+ - **Intelligent Automation**: Self-learning and adaptation
440
+ - **Modern CLI Experience**: Beautiful, responsive interface
441
+ - **Cross-Platform**: Works everywhere Node.js runs
442
+
443
+ ### Perfect for:
444
+
445
+ - **Students**: Learn algorithms with interactive visualization
446
+ - **Developers**: Accelerate development with AI assistance
447
+ - **Teams**: Collaborative development with autonomous agents
448
+ - **Educators**: Teach computer science with hands-on tools
449
+
450
+ ---
451
+
452
+ **Experience the Algorithm Education Revolution with MARIA Platform v1.6.4**
453
+
454
+ 🚀 Start your journey: `npm install -g @bonginkan/maria && maria`
455
+
456
+ > > > > > > > release/v1.6.0
package/dist/bin/maria.js CHANGED
@@ -28359,7 +28359,7 @@ var init_package = __esm({
28359
28359
  "package.json"() {
28360
28360
  package_default = {
28361
28361
  name: "@bonginkan/maria",
28362
- version: "2.0.0",
28362
+ version: "2.0.3",
28363
28363
  description: "\u{1F9E0} MARIA Platform v2.0.0 Memory Intelligence Edition - Revolutionary Dual-Layer Memory System with Complete Local AI Integration (Ollama + vLLM + LM Studio), Context-Aware Learning, 50+ Cognitive Modes, and Enterprise-Grade Development Intelligence",
28364
28364
  keywords: [
28365
28365
  "ai",
@@ -28413,7 +28413,7 @@ var init_package = __esm({
28413
28413
  "semantic-analysis"
28414
28414
  ],
28415
28415
  author: "Bonginkan Inc.",
28416
- license: "MIT",
28416
+ license: "SEE LICENSE IN LICENSE",
28417
28417
  homepage: "https://github.com/bonginkan/maria",
28418
28418
  repository: {
28419
28419
  type: "git",