@bonginkan/maria 1.6.2 → 1.6.4
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/COMMANDS.md +177 -0
- package/GETTING_STARTED.md +183 -0
- package/README.md +159 -319
- package/SETUP.md +236 -0
- package/dist/cli.d.ts +1 -1
- package/dist/cli.js +16 -39
- package/dist/index.js +16 -39
- package/package.json +70 -33
- package/bin/maria.d.ts +0 -1
- package/bin/maria.js +0 -18247
- package/bin/maria.js.map +0 -1
package/README.md
CHANGED
|
@@ -1,395 +1,235 @@
|
|
|
1
|
-
# MARIA Platform v1.
|
|
1
|
+
# 🤖 MARIA Platform v1.6.4 "Algorithm Education Revolution"
|
|
2
2
|
|
|
3
3
|
[](https://www.typescriptlang.org/)
|
|
4
|
-
[](https://www.npmjs.com/package/@bonginkan/maria)
|
|
5
4
|
[](https://nodejs.org/)
|
|
6
|
-
[](https://www.npmjs.com/package/@bonginkan/maria)
|
|
6
|
+
[](https://www.npmjs.com/package/@bonginkan/maria)
|
|
7
|
+
[](https://github.com/bonginkan/maria/blob/main/LICENSE)
|
|
73
8
|
|
|
74
|
-
|
|
9
|
+
> 🎉 **MARIA Platform v1.6.4 "Algorithm Education Revolution"** - Interactive AI Development CLI with Complete CS Curriculum, 36+ Slash Commands, 50 Cognitive AI Modes, and Educational Development Platform!
|
|
75
10
|
|
|
76
|
-
|
|
77
|
-
- **Auto-Fix Engine**: Intelligent resolution of fixable issues
|
|
78
|
-
- **Quality Metrics**: 94/100 baseline standard with detailed reporting
|
|
79
|
-
- **Custom Rules**: Extensible rule system for enterprise standards
|
|
11
|
+
## 🌟 What's New in v1.6.4 "Algorithm Education Revolution"
|
|
80
12
|
|
|
81
|
-
|
|
13
|
+
### 🚀 Autonomous Coding Agent
|
|
82
14
|
|
|
83
|
-
- **
|
|
84
|
-
-
|
|
85
|
-
-
|
|
86
|
-
-
|
|
15
|
+
- **World's First Fully Autonomous Professional Engineering AI**
|
|
16
|
+
- Complete software solutions from high-level requirements
|
|
17
|
+
- Visual progress tracking with real-time feedback
|
|
18
|
+
- Self-evolution learning engine
|
|
19
|
+
- 120+ professional engineering modes
|
|
87
20
|
|
|
88
|
-
|
|
21
|
+
### 📚 Algorithm Education Platform
|
|
89
22
|
|
|
90
|
-
-
|
|
91
|
-
-
|
|
92
|
-
-
|
|
93
|
-
-
|
|
23
|
+
- Interactive QuickSort implementation with visualization
|
|
24
|
+
- Performance analysis and benchmarking tools
|
|
25
|
+
- Memory profiling and optimization
|
|
26
|
+
- Computer science curriculum integration
|
|
27
|
+
- Educational sorting algorithms collection
|
|
94
28
|
|
|
95
|
-
|
|
29
|
+
### 🎯 Key Features
|
|
96
30
|
|
|
97
|
-
|
|
31
|
+
- **Interactive Learning**: Hands-on algorithm education with visualization
|
|
32
|
+
- **Performance Analysis**: Real-time performance metrics and optimization
|
|
33
|
+
- **Professional Engineering**: Industry-standard development practices
|
|
34
|
+
- **Visual Progress**: Beautiful CLI interface with progress tracking
|
|
35
|
+
- **Autonomous Execution**: Complete task automation from requirements
|
|
98
36
|
|
|
99
|
-
|
|
100
|
-
- **Quick Decision Shortcuts**: Shift+Tab, Ctrl+Y/N/T/R for instant workflow approval
|
|
101
|
-
- **Progressive Trust Building**: 5-stage evolution from novice to autonomous operation
|
|
102
|
-
- **Risk-Aware Processing**: AI identifies optimal approval points automatically
|
|
103
|
-
- **Learning Partnership**: Adapts to user patterns while maximizing safety and efficiency
|
|
37
|
+
## 🚀 Quick Start
|
|
104
38
|
|
|
105
|
-
|
|
39
|
+
### Installation
|
|
106
40
|
|
|
107
41
|
```bash
|
|
108
|
-
# Install globally
|
|
42
|
+
# Install globally via npm
|
|
109
43
|
npm install -g @bonginkan/maria
|
|
110
44
|
|
|
111
|
-
#
|
|
112
|
-
maria
|
|
113
|
-
|
|
45
|
+
# Verify installation
|
|
46
|
+
maria --version
|
|
47
|
+
# Output: MARIA Platform v1.6.4 "Algorithm Education Revolution"
|
|
114
48
|
|
|
115
|
-
# Start interactive mode
|
|
49
|
+
# Start interactive mode
|
|
116
50
|
maria
|
|
117
|
-
|
|
118
|
-
# Natural language interaction (no commands needed!)
|
|
119
|
-
You: "コードを書いて" # → Automatically triggers /code
|
|
120
|
-
You: "create a React app" # → Intelligent routing to /code
|
|
121
|
-
|
|
122
|
-
# NEW: Code Quality Analysis Commands
|
|
123
|
-
> /lint check # Comprehensive code quality analysis
|
|
124
|
-
> /typecheck analyze # TypeScript type safety (87% coverage)
|
|
125
|
-
> /security-review scan # OWASP compliance check (89/100 score)
|
|
126
|
-
> /bug fix "null pointer" # AI-powered bug fix suggestions
|
|
127
|
-
You: "analyze this bug" # → Auto-switches to /bug mode
|
|
128
|
-
You: "研究論文を実装して" # → Triggers /paper for paper-to-code
|
|
129
|
-
|
|
130
|
-
# Traditional slash commands (34+ available)
|
|
131
|
-
/code # AI-powered code generation
|
|
132
|
-
/paper # Research paper → code transformation
|
|
133
|
-
/vibe # Autonomous development from requirements
|
|
134
|
-
/agentic # Custom AI agent builder
|
|
135
|
-
/bug # Comprehensive bug analysis & auto-fix
|
|
136
|
-
/image # AI image generation
|
|
137
|
-
/video # AI video generation with Google export
|
|
138
|
-
/model # Switch between cloud and local models
|
|
139
|
-
/help # Full command reference
|
|
140
51
|
```
|
|
141
52
|
|
|
142
|
-
|
|
53
|
+
### Alternative Installation Methods
|
|
143
54
|
|
|
144
|
-
|
|
55
|
+
```bash
|
|
56
|
+
# Using yarn
|
|
57
|
+
yarn global add @bonginkan/maria
|
|
145
58
|
|
|
146
|
-
|
|
59
|
+
# Using pnpm
|
|
60
|
+
pnpm add -g @bonginkan/maria
|
|
61
|
+
```
|
|
147
62
|
|
|
148
|
-
|
|
63
|
+
## 🎯 Usage Examples
|
|
149
64
|
|
|
150
|
-
|
|
151
|
-
- **Responsive Range**: 80-200 character terminal support
|
|
152
|
-
- **Layout System**: 2-column layouts (80:36 ratio) with 4-character gaps
|
|
153
|
-
- **Perfect Centering**: All logos and content mathematically centered
|
|
65
|
+
### Basic Interactive Mode
|
|
154
66
|
|
|
155
|
-
|
|
67
|
+
```bash
|
|
68
|
+
# Start MARIA interactive CLI
|
|
69
|
+
maria
|
|
156
70
|
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
MUTED: chalk.gray, // Secondary text and borders
|
|
165
|
-
ACCENT: chalk.magenta, // Brand accents and highlights
|
|
166
|
-
};
|
|
71
|
+
# Available commands in interactive mode:
|
|
72
|
+
> /help # Show all commands
|
|
73
|
+
> /agent execute "create API" # Autonomous coding agent
|
|
74
|
+
> /agent demo # Demo autonomous capabilities
|
|
75
|
+
> /code "hello world function" # AI code generation
|
|
76
|
+
> /status # System status
|
|
77
|
+
> /exit # Exit
|
|
167
78
|
```
|
|
168
79
|
|
|
169
|
-
|
|
80
|
+
### Algorithm Education Commands
|
|
170
81
|
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
82
|
+
```bash
|
|
83
|
+
# Start MARIA and use algorithm education slash commands
|
|
84
|
+
maria
|
|
85
|
+
> /sort quicksort --visualize # Interactive sorting visualization
|
|
86
|
+
> /learn algorithms # Complete CS curriculum
|
|
87
|
+
> /benchmark sorting # Performance analysis
|
|
88
|
+
> /algorithm complexity # Big O notation tutorials
|
|
89
|
+
> /code "merge sort implementation" # AI-generated algorithms
|
|
90
|
+
```
|
|
174
91
|
|
|
175
|
-
|
|
92
|
+
### 36+ Interactive Slash Commands
|
|
176
93
|
|
|
177
|
-
```
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
94
|
+
```bash
|
|
95
|
+
# All commands are slash commands within interactive mode
|
|
96
|
+
maria
|
|
97
|
+
> /help # Show all 36+ commands
|
|
98
|
+
> /model # AI model selection
|
|
99
|
+
> /sort quicksort # Algorithm education
|
|
100
|
+
> /code "function" # AI code generation
|
|
101
|
+
> /bug analyze # Bug detection
|
|
102
|
+
> /lint check # Code quality
|
|
103
|
+
> /status # System status
|
|
104
|
+
> /mode internal # 50 cognitive AI modes
|
|
105
|
+
> /exit # Exit MARIA
|
|
186
106
|
```
|
|
187
107
|
|
|
188
|
-
|
|
108
|
+
## 🎨 Key Features
|
|
189
109
|
|
|
190
|
-
|
|
191
|
-
- **Internal Mode System**: 50 cognitive states (✽ Thinking…, ✽ Debugging…, ✽ Optimizing…)
|
|
192
|
-
- **Multi-Agent Orchestrator**: Coordinated specialized agents for complex tasks
|
|
193
|
-
- **DeepCode Integration**: Paper-to-code transformation with 8-agent architecture
|
|
194
|
-
- **CodeRAG System**: Semantic code search with graph-based dependency analysis
|
|
195
|
-
- **MCP Protocol**: Standardized tool-agent communication framework
|
|
196
|
-
- **124-Character UI Framework**: Responsive terminal design with unified color system
|
|
110
|
+
### 🤖 Autonomous Coding Agent
|
|
197
111
|
|
|
198
|
-
|
|
112
|
+
- **Complete SOW Generation**: Automatic Statement of Work creation
|
|
113
|
+
- **Visual Mode Display**: Real-time progress with beautiful UI
|
|
114
|
+
- **Active Reporting**: Progress tracking and status updates
|
|
115
|
+
- **Self-Evolution**: Learning engine that improves over time
|
|
116
|
+
- **120+ Engineering Modes**: Professional development patterns
|
|
199
117
|
|
|
200
|
-
|
|
201
|
-
- **Quality Analysis**: `/bug`, `/lint`, `/typecheck`, `/security-review` (enterprise-grade)
|
|
202
|
-
- **Interactive Session**: `src/services/interactive-session.ts` - 30+ commands with real-time interrupts
|
|
203
|
-
- **Google Workspace**: Direct integration for Docs, Slides, and Drive export
|
|
118
|
+
### 📊 Algorithm Education Platform
|
|
204
119
|
|
|
205
|
-
|
|
120
|
+
- **Interactive QuickSort**: Step-by-step algorithm visualization
|
|
121
|
+
- **Performance Benchmarking**: Compare algorithm efficiency
|
|
122
|
+
- **Memory Profiling**: Analyze memory usage patterns
|
|
123
|
+
- **Educational Tools**: Computer science curriculum support
|
|
124
|
+
- **Sorting Algorithms**: Complete collection with analysis
|
|
206
125
|
|
|
207
|
-
|
|
208
|
-
- **Context Preservation**: Deep semantic compression with knowledge graph construction
|
|
209
|
-
- **Predictive Analytics**: ML-powered intent prediction and workflow optimization
|
|
210
|
-
- **Real-time Processing**: <200ms response with interrupt handling and streaming
|
|
126
|
+
### 🔧 Development Tools
|
|
211
127
|
|
|
212
|
-
|
|
128
|
+
- **AI Code Generation**: Multi-language code creation
|
|
129
|
+
- **Intelligent Assistance**: Context-aware development help
|
|
130
|
+
- **Project Analysis**: Codebase understanding and insights
|
|
131
|
+
- **Quality Assurance**: Automated testing and validation
|
|
132
|
+
- **Version Control**: Git integration and workflow support
|
|
213
133
|
|
|
214
|
-
|
|
215
|
-
- **Multi-AI Integration**: 22+ models (OpenAI, Anthropic, Google, xAI, Groq, LM Studio, Ollama, vLLM)
|
|
216
|
-
- **Local AI Support**: Native integration with LM Studio, Ollama, and vLLM for private deployments
|
|
217
|
-
- **Enterprise Standards**: OWASP compliance, security vulnerability assessment
|
|
218
|
-
- **Natural Language Processing**: Intent recognition with 95%+ accuracy across 5 languages
|
|
134
|
+
## 🌍 Supported Platforms
|
|
219
135
|
|
|
220
|
-
|
|
136
|
+
- **Node.js**: 18.0.0 - 22.x
|
|
137
|
+
- **Operating Systems**: macOS, Linux, Windows
|
|
138
|
+
- **Terminals**: All major terminal applications
|
|
139
|
+
- **Shells**: bash, zsh, fish, PowerShell
|
|
221
140
|
|
|
222
|
-
|
|
141
|
+
## 📚 Documentation
|
|
223
142
|
|
|
224
|
-
|
|
225
|
-
# Development workflow
|
|
226
|
-
pnpm build # Build CLI using tsup
|
|
227
|
-
pnpm dev # Watch mode development
|
|
228
|
-
pnpm clean # Remove dist/ directory
|
|
229
|
-
|
|
230
|
-
# Quality assurance (ZERO errors/warnings policy)
|
|
231
|
-
pnpm lint --max-warnings 0 # ESLint with zero warnings enforced
|
|
232
|
-
pnpm type-check # TypeScript type checking
|
|
233
|
-
pnpm test # Run test suite
|
|
234
|
-
pnpm test:coverage # Tests with coverage
|
|
235
|
-
|
|
236
|
-
# Local testing
|
|
237
|
-
npm link # Global CLI installation
|
|
238
|
-
maria --version # Test CLI functionality
|
|
239
|
-
maria # Interactive mode
|
|
240
|
-
```
|
|
143
|
+
### Command Reference
|
|
241
144
|
|
|
242
|
-
|
|
145
|
+
- **Interactive Mode**: `maria` (starts directly)
|
|
146
|
+
- **All Commands**: `/help` within interactive mode
|
|
147
|
+
- **Algorithm Education**: `/sort`, `/learn`, `/algorithm` commands
|
|
148
|
+
- **AI Development**: `/code`, `/bug`, `/lint`, `/model` commands
|
|
149
|
+
- **System Status**: `/status` command
|
|
243
150
|
|
|
244
|
-
|
|
245
|
-
# AI Provider APIs
|
|
246
|
-
OPENAI_API_KEY=sk-...
|
|
247
|
-
ANTHROPIC_API_KEY=sk-ant-...
|
|
248
|
-
GOOGLE_AI_API_KEY=AIza...
|
|
249
|
-
GROQ_API_KEY=gsk_...
|
|
250
|
-
|
|
251
|
-
# Local Models (integrated support)
|
|
252
|
-
LMSTUDIO_API_URL=http://localhost:1234
|
|
253
|
-
OLLAMA_API_URL=http://localhost:11434
|
|
254
|
-
VLLM_API_URL=http://localhost:8000
|
|
255
|
-
```
|
|
151
|
+
### Examples and Tutorials
|
|
256
152
|
|
|
257
|
-
|
|
153
|
+
- **Getting Started**: Run `maria` and type `/help`
|
|
154
|
+
- **Algorithm Learning**: Use `/sort quicksort --visualize` for interactive tutorials
|
|
155
|
+
- **Development Workflow**: AI-assisted coding with `/code` commands
|
|
156
|
+
- **Performance Analysis**: Built-in benchmarking with `/benchmark` commands
|
|
258
157
|
|
|
259
|
-
|
|
158
|
+
## 🔧 Configuration
|
|
260
159
|
|
|
261
|
-
|
|
262
|
-
pnpm lint --max-warnings 0 && pnpm type-check && pnpm test && pnpm build
|
|
263
|
-
```
|
|
160
|
+
MARIA works out of the box with no configuration required. For advanced features:
|
|
264
161
|
|
|
265
|
-
|
|
162
|
+
```bash
|
|
163
|
+
# Start interactive mode (default)
|
|
164
|
+
maria
|
|
266
165
|
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
- TypeScript errors: 0 (blocking)
|
|
270
|
-
- Failed tests: 0 (blocking)
|
|
271
|
-
- Build failures: 0 (blocking)
|
|
166
|
+
# Check system status
|
|
167
|
+
> /status
|
|
272
168
|
|
|
273
|
-
|
|
169
|
+
# Configure AI providers
|
|
170
|
+
> /model # Select from 22+ AI models (GPT, Claude, Gemini, Local LLMs)
|
|
274
171
|
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
├── cli.ts # Main CLI entry point
|
|
278
|
-
├── commands/ # Individual CLI commands
|
|
279
|
-
├── services/
|
|
280
|
-
│ ├── interactive-session.ts # Interactive mode handler
|
|
281
|
-
│ ├── intelligent-router/ # Natural language processing
|
|
282
|
-
│ ├── adaptive-learning-engine.ts
|
|
283
|
-
│ ├── enhanced-context-preservation.ts
|
|
284
|
-
│ ├── automated-code-quality.ts
|
|
285
|
-
│ └── ...
|
|
286
|
-
├── providers/ # AI model integrations
|
|
287
|
-
├── components/ # React components for UI
|
|
288
|
-
└── types/ # TypeScript definitions
|
|
289
|
-
|
|
290
|
-
dist/ # Compiled output
|
|
291
|
-
bin/maria # Executable CLI
|
|
292
|
-
maria-oss/ # OSS distribution package
|
|
172
|
+
# Algorithm education
|
|
173
|
+
> /sort quicksort --visualize # Interactive learning
|
|
293
174
|
```
|
|
294
175
|
|
|
295
|
-
## Contributing
|
|
176
|
+
## 🤝 Contributing
|
|
296
177
|
|
|
297
|
-
|
|
178
|
+
We welcome contributions to MARIA! Please check our [contribution guidelines](https://github.com/bonginkan/maria/blob/main/CONTRIBUTING.md).
|
|
298
179
|
|
|
299
|
-
|
|
300
|
-
2. Register in CLI setup
|
|
301
|
-
3. Add slash command handler in `interactive-session.ts`
|
|
302
|
-
4. Update help text and documentation
|
|
303
|
-
5. Ensure zero-error policy compliance
|
|
304
|
-
|
|
305
|
-
### Testing Protocol
|
|
180
|
+
### Development Setup
|
|
306
181
|
|
|
307
182
|
```bash
|
|
308
|
-
#
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
# Verify core functionality
|
|
312
|
-
maria --version # Should show current version
|
|
313
|
-
maria status # System health check
|
|
314
|
-
maria # Interactive mode
|
|
315
|
-
|
|
316
|
-
# Test commands in interactive mode
|
|
317
|
-
/help # All 30+ commands
|
|
318
|
-
/model # AI model selection
|
|
319
|
-
/code "hello world function" # Code generation
|
|
320
|
-
/exit # Clean session termination
|
|
321
|
-
```
|
|
322
|
-
|
|
323
|
-
## 📦 Distribution & Licensing
|
|
324
|
-
|
|
325
|
-
### Distribution Channels
|
|
326
|
-
|
|
327
|
-
- **Development Repository**: `bonginkan/maria_code` (private, source code)
|
|
328
|
-
- **Public Distribution**: `bonginkan/maria` (compiled binaries only)
|
|
329
|
-
- **NPM Package**: `@bonginkan/maria` (v1.1.0+, compiled distribution)
|
|
330
|
-
|
|
331
|
-
### 🏢 Dual-License Model
|
|
332
|
-
|
|
333
|
-
**MARIA Platform** operates under a dual-license structure designed to support both individual developers and enterprise customers:
|
|
183
|
+
# Clone the repository
|
|
184
|
+
git clone https://github.com/bonginkan/maria.git
|
|
185
|
+
cd maria
|
|
334
186
|
|
|
335
|
-
|
|
187
|
+
# Install dependencies
|
|
188
|
+
npm install
|
|
336
189
|
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
- **Students & Academics**: Free for educational and research purposes
|
|
340
|
-
- **Startups**: Free for companies under 10 employees or $1M ARR
|
|
190
|
+
# Build the project
|
|
191
|
+
npm run build
|
|
341
192
|
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
- **Enterprise Features**: Advanced security, compliance, priority support
|
|
346
|
-
- **Custom Integrations**: Tailored implementations and dedicated support
|
|
347
|
-
- **SLA Guarantees**: 99.9% uptime, <24hr response times
|
|
348
|
-
|
|
349
|
-
### 🔒 Source Code Protection
|
|
350
|
-
|
|
351
|
-
- **Compiled Distribution Only**: Source code (`src/`) is not distributed publicly
|
|
352
|
-
- **NPM Package**: Contains only compiled JavaScript binaries and type definitions
|
|
353
|
-
- **Intellectual Property**: Core algorithms and AI systems remain proprietary
|
|
354
|
-
- **Security**: Closed-source model ensures enterprise-grade security and compliance
|
|
355
|
-
|
|
356
|
-
### 📞 Enterprise Sales & Support
|
|
193
|
+
# Run locally
|
|
194
|
+
./bin/maria
|
|
195
|
+
```
|
|
357
196
|
|
|
358
|
-
|
|
359
|
-
- **Custom Deployments**: Custom implementations for large organizations
|
|
360
|
-
- **Training & Certification**: Professional development programs
|
|
361
|
-
- **24/7 Support**: Dedicated enterprise support channels
|
|
197
|
+
## 📄 License
|
|
362
198
|
|
|
363
|
-
|
|
199
|
+
MIT License - see [LICENSE](https://github.com/bonginkan/maria/blob/main/LICENSE) for details.
|
|
364
200
|
|
|
365
|
-
##
|
|
201
|
+
## 🔗 Links
|
|
366
202
|
|
|
367
|
-
|
|
203
|
+
- **NPM Package**: [npmjs.com/package/@bonginkan/maria](https://www.npmjs.com/package/@bonginkan/maria)
|
|
204
|
+
- **GitHub Repository**: [github.com/bonginkan/maria](https://github.com/bonginkan/maria)
|
|
205
|
+
- **Documentation**: Available via `maria --help`
|
|
206
|
+
- **Support**: [GitHub Issues](https://github.com/bonginkan/maria/issues)
|
|
368
207
|
|
|
369
|
-
|
|
370
|
-
- **[👨💻 Developer Guide](./DEVELOPER_GUIDE_v1.1.0.md)** - Comprehensive development guide with API reference, customization, and enterprise deployment
|
|
371
|
-
- **[👤 User Manual](./USER_MANUAL_v1.1.0.md)** - Complete user guide with step-by-step tutorials and best practices
|
|
372
|
-
- **[📖 Claude AI Instructions](./CLAUDE.md)** - Complete platform overview and development guidelines for AI assistance
|
|
208
|
+
## 🎯 What Makes MARIA Special
|
|
373
209
|
|
|
374
|
-
###
|
|
210
|
+
### Revolutionary AI Development
|
|
375
211
|
|
|
376
|
-
- **
|
|
377
|
-
- **
|
|
378
|
-
- **
|
|
379
|
-
- **
|
|
380
|
-
- **Enterprise Deployment**: [Developer Guide - Enterprise Deployment](./DEVELOPER_GUIDE_v1.1.0.md#enterprise-deployment)
|
|
381
|
-
- **Troubleshooting**: [User Manual - Troubleshooting](./USER_MANUAL_v1.1.0.md#troubleshooting)
|
|
212
|
+
- **First Autonomous AI**: Complete software development from requirements
|
|
213
|
+
- **Visual Progress**: Beautiful CLI with real-time feedback
|
|
214
|
+
- **Educational Focus**: Algorithm learning with interactive visualization
|
|
215
|
+
- **Professional Quality**: Industry-standard engineering practices
|
|
382
216
|
|
|
383
|
-
###
|
|
217
|
+
### Cutting-Edge Technology
|
|
384
218
|
|
|
385
|
-
|
|
219
|
+
- **Advanced AI Integration**: Multiple AI model support
|
|
220
|
+
- **Intelligent Automation**: Self-learning and adaptation
|
|
221
|
+
- **Modern CLI Experience**: Beautiful, responsive interface
|
|
222
|
+
- **Cross-Platform**: Works everywhere Node.js runs
|
|
386
223
|
|
|
387
|
-
|
|
388
|
-
- **DEVELOPER_GUIDE_v1.1.0.md** - Current developer documentation
|
|
389
|
-
- **USER_MANUAL_v1.1.0.md** - Current user documentation
|
|
224
|
+
### Perfect for:
|
|
390
225
|
|
|
391
|
-
|
|
226
|
+
- **Students**: Learn algorithms with interactive visualization
|
|
227
|
+
- **Developers**: Accelerate development with AI assistance
|
|
228
|
+
- **Teams**: Collaborative development with autonomous agents
|
|
229
|
+
- **Educators**: Teach computer science with hands-on tools
|
|
392
230
|
|
|
393
231
|
---
|
|
394
232
|
|
|
395
|
-
**
|
|
233
|
+
**Experience the Algorithm Education Revolution with MARIA Platform v1.6.4**
|
|
234
|
+
|
|
235
|
+
🚀 Start your journey: `npm install -g @bonginkan/maria && maria`
|