@bonginkan/maria 2.1.2 โ 2.1.5
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 +75 -26
- package/package.json +2 -2
- package/dist/bin/maria.d.ts +0 -2
- package/dist/bin/maria.js +0 -41393
- package/dist/bin/maria.js.map +0 -1
- package/dist/cli.d.ts +0 -18
- package/dist/cli.js +0 -40544
- package/dist/cli.js.map +0 -1
- package/dist/index.d.ts +0 -1408
- package/dist/index.js +0 -131662
- package/dist/index.js.map +0 -1
- package/dist/metafile-cjs.json +0 -1
- package/dist/services/linux-command-intelligence/command-knowledge-base.d.ts +0 -96
- package/dist/services/linux-command-intelligence/command-knowledge-base.js +0 -597
- package/dist/services/linux-command-intelligence/command-knowledge-base.js.map +0 -1
- package/dist/services/linux-command-intelligence/context-analyzer.d.ts +0 -111
- package/dist/services/linux-command-intelligence/context-analyzer.js +0 -427
- package/dist/services/linux-command-intelligence/context-analyzer.js.map +0 -1
package/README.md
CHANGED
|
@@ -1,19 +1,21 @@
|
|
|
1
|
-
# ๐ค MARIA Platform v2.1.
|
|
1
|
+
# ๐ค MARIA Platform v2.1.4 "ML Intelligence Edition"
|
|
2
2
|
|
|
3
3
|
[](https://www.typescriptlang.org/)
|
|
4
4
|
[](https://nodejs.org/)
|
|
5
5
|
[](https://www.npmjs.com/package/@bonginkan/maria)
|
|
6
6
|
[](https://www.npmjs.com/package/@bonginkan/maria)
|
|
7
|
-
[](https://github.com/bonginkan/maria/blob/main/LICENSE)
|
|
8
8
|
[](https://github.com/bonginkan/maria)
|
|
9
|
-
[](https://github.com/bonginkan/maria)
|
|
10
|
+
[](https://github.com/bonginkan/maria)
|
|
11
|
+
[](https://github.com/bonginkan/maria)
|
|
12
|
+
[](https://github.com/bonginkan/maria)
|
|
11
13
|
|
|
12
|
-
>
|
|
14
|
+
> ๐ค **MARIA Platform v2.1.4** - Machine Learning Intelligence Edition with **AI Self-Improvement Cycle**, **5 New ML Commands** (/train /eval /rlhf /self_play /auto_tune), **Hyperparameter Optimization**, **Synthetic Data Generation**, plus **Research Paper System**, **Memory Intelligence**, and **GraphRAG Analysis**!
|
|
13
15
|
|
|
14
16
|
## ๐ฅ๏ธ **MARIA CODE CLI Interface**
|
|
15
17
|
|
|
16
|
-

|
|
17
19
|
|
|
18
20
|
_MARIA's beautiful startup interface with automatic AI service initialization and local LLM detection_
|
|
19
21
|
|
|
@@ -37,18 +39,56 @@ MARIA่ตทๅๅพใซใ่ชๅใงๅพ
ๆฉใใๅ
้จใขใผใใจใใฆใSelf-Questio
|
|
|
37
39
|
- **ๆจๆธฌๆ นๆ ๆ็คบ**: ๆจๆธฌๅ
ๅฎนใจไฟก้ ผๅบฆ๏ผ0.1-1.0๏ผใ้ๆๅใใฆๆ็คบ
|
|
38
40
|
- **ๆ่ป้ฉๅฟ**: ๆจๆธฌใๅคใใฆใไฟฎๆญฃๅฏ่ฝใชๅ็ญๆง้ ใ่ชๅ็ถญๆ
|
|
39
41
|
|
|
40
|
-
### ๐ **New in v2.1.
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
- **/
|
|
44
|
-
-
|
|
45
|
-
-
|
|
46
|
-
-
|
|
47
|
-
- **/
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
-
|
|
51
|
-
-
|
|
42
|
+
### ๐ **New in v2.1.4: Machine Learning Intelligence Edition**
|
|
43
|
+
|
|
44
|
+
**๐ค 5 New ML Commands - AI Self-Improvement Cycle:**
|
|
45
|
+
- **/train**: Complete model training and fine-tuning with progress visualization
|
|
46
|
+
- Local & S3 dataset support with hyperparameter configuration
|
|
47
|
+
- Real-time progress display and ASCII learning curves
|
|
48
|
+
- Automatic model checkpointing and comprehensive training reports
|
|
49
|
+
- **/eval**: Model evaluation and benchmarking with multiple metrics
|
|
50
|
+
- Performance analysis (accuracy, F1, BLEU, latency)
|
|
51
|
+
- Confusion matrix visualization and category-wise analysis
|
|
52
|
+
- Automatic improvement suggestions and detailed evaluation reports
|
|
53
|
+
- **/rlhf**: Reinforcement Learning from Human Feedback
|
|
54
|
+
- Feedback data analysis and reward model training
|
|
55
|
+
- Policy optimization (PPO) with improvement visualization
|
|
56
|
+
- **/self_play**: AI self-dialogue for synthetic data generation
|
|
57
|
+
- Task-specific dialogue generation (bug_fixing, code_review, qa_generation)
|
|
58
|
+
- High-quality synthetic datasets in JSONL format
|
|
59
|
+
- **/auto_tune**: Automated hyperparameter optimization
|
|
60
|
+
- Grid, random, and Bayesian search strategies
|
|
61
|
+
- Parameter importance analysis and optimal configuration discovery
|
|
62
|
+
|
|
63
|
+
**๐ Complete AI Self-Improvement Pipeline:**
|
|
64
|
+
1. **๐ฏ Auto-Training**: `/train` learns from datasets
|
|
65
|
+
2. **๐ Performance Evaluation**: `/eval` measures objective performance
|
|
66
|
+
3. **๐ Feedback Integration**: `/rlhf` incorporates human feedback
|
|
67
|
+
4. **๐ฎ Data Expansion**: `/self_play` generates additional training data
|
|
68
|
+
5. **โก Parameter Optimization**: `/auto_tune` discovers optimal settings
|
|
69
|
+
|
|
70
|
+
### ๐ **Enhanced Research & Memory Intelligence**
|
|
71
|
+
|
|
72
|
+
**๐ฌ Research Paper Generation System:**
|
|
73
|
+
- **/paper**: Complete research workflow from theme to published paper
|
|
74
|
+
- 6-stage research process (Theme โ Literature Review โ Design โ Analysis โ Paper)
|
|
75
|
+
- Bilingual support (Japanese/English)
|
|
76
|
+
- GraphRAG & Agentic RAG specialized knowledge
|
|
77
|
+
- Auto-citation and reference management
|
|
78
|
+
- Organized research papers folder structure
|
|
79
|
+
|
|
80
|
+
**๐ง Enhanced Memory System:**
|
|
81
|
+
- **/memory**: Advanced context preservation and learning
|
|
82
|
+
- Dual-layer memory architecture
|
|
83
|
+
- Cross-session learning persistence
|
|
84
|
+
- Project-specific context management
|
|
85
|
+
- Personalized response pattern learning
|
|
86
|
+
|
|
87
|
+
**๐๏ธ Microservice Architecture:**
|
|
88
|
+
- **SlashCommandManager**: Phase-based migration system
|
|
89
|
+
- **PaperResearchService**: Dedicated research workflow service
|
|
90
|
+
- **BaseCommandService**: Extensible service framework
|
|
91
|
+
- Full TypeScript strict mode compliance
|
|
52
92
|
|
|
53
93
|
### ๐ **Complete Local LLM Integration**
|
|
54
94
|
|
|
@@ -79,6 +119,7 @@ maria # Start interactive development
|
|
|
79
119
|
|
|
80
120
|
- โ
**Local AI Models**: Complete offline development environment
|
|
81
121
|
- โ
**Code Generation**: AI-powered development assistance
|
|
122
|
+
- โ
**Machine Learning**: 5 ML commands for AI self-improvement cycle
|
|
82
123
|
- โ
**Quality Analysis**: Real-time code review and optimization
|
|
83
124
|
- โ
**Multi-Language**: Support for all major programming languages
|
|
84
125
|
- โ
**Enterprise Ready**: Professional development workflows
|
|
@@ -201,7 +242,7 @@ npm install -g @bonginkan/maria
|
|
|
201
242
|
|
|
202
243
|
# Verify installation
|
|
203
244
|
maria --version
|
|
204
|
-
# Output: MARIA Platform v2.
|
|
245
|
+
# Output: MARIA Platform v2.1.4 "ML Intelligence Edition"
|
|
205
246
|
|
|
206
247
|
# Setup local AI models (optional)
|
|
207
248
|
maria setup-ollama # Install and configure Ollama
|
|
@@ -213,7 +254,7 @@ maria
|
|
|
213
254
|
|
|
214
255
|
### ๐ฅ๏ธ **Live CLI Session Example**
|
|
215
256
|
|
|
216
|
-

|
|
217
258
|
|
|
218
259
|
**Terminal Output:**
|
|
219
260
|
|
|
@@ -240,6 +281,16 @@ vLLM [โโโโโโโโโโโโโโโโโโโ] 0% โ
|
|
|
240
281
|
/paper <query> # Transform research papers into working code
|
|
241
282
|
```
|
|
242
283
|
|
|
284
|
+
**๐ค Machine Learning Commands (AI Self-Improvement):**
|
|
285
|
+
|
|
286
|
+
```bash
|
|
287
|
+
/train <dataset> <model> # Train/fine-tune models with progress visualization
|
|
288
|
+
/eval <model> <test-data> # Evaluate model performance with metrics
|
|
289
|
+
/rlhf <model> <feedback> # Reinforcement learning from human feedback
|
|
290
|
+
/self_play <model> <tasks> # Generate synthetic training data via AI dialogue
|
|
291
|
+
/auto_tune <model> <data> # Optimize hyperparameters automatically
|
|
292
|
+
```
|
|
293
|
+
|
|
243
294
|
**๐ Local AI Integration (Privacy-First Development):**
|
|
244
295
|
|
|
245
296
|
```bash
|
|
@@ -382,6 +433,7 @@ maria
|
|
|
382
433
|
- **All Commands**: `/help` within interactive mode
|
|
383
434
|
- **Algorithm Education**: `/sort`, `/learn`, `/algorithm` commands
|
|
384
435
|
- **AI Development**: `/code`, `/bug`, `/lint`, `/model` commands
|
|
436
|
+
- **Machine Learning**: `/train`, `/eval`, `/rlhf`, `/self_play`, `/auto_tune` commands
|
|
385
437
|
- **System Status**: `/status` command
|
|
386
438
|
|
|
387
439
|
### Examples and Tutorials
|
|
@@ -432,13 +484,10 @@ npm run build
|
|
|
432
484
|
|
|
433
485
|
## ๐ License
|
|
434
486
|
|
|
435
|
-
**
|
|
487
|
+
**MIT License**: Free and open-source for all users
|
|
436
488
|
|
|
437
|
-
|
|
438
|
-
- **Enterprise**: Commercial license required for larger organizations
|
|
439
|
-
- **Contact**: enterprise@bonginkan.ai for enterprise licensing
|
|
489
|
+
This project is licensed under the MIT License - see the [LICENSE](./LICENSE) file for details.
|
|
440
490
|
|
|
441
|
-
See [LICENSE](https://github.com/bonginkan/maria/blob/main/LICENSE) for complete terms.
|
|
442
491
|
|
|
443
492
|
## ๐ Links
|
|
444
493
|
|
|
@@ -472,7 +521,7 @@ See [LICENSE](https://github.com/bonginkan/maria/blob/main/LICENSE) for complete
|
|
|
472
521
|
|
|
473
522
|
---
|
|
474
523
|
|
|
475
|
-
**Experience the
|
|
524
|
+
**Experience the Machine Learning Intelligence Revolution with MARIA Platform v2.1.4**
|
|
476
525
|
|
|
477
526
|
๐ Start your journey: `npm install -g @bonginkan/maria && maria`
|
|
478
527
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bonginkan/maria",
|
|
3
|
-
"version": "2.1.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "2.1.5",
|
|
4
|
+
"description": "๐ฌ MARIA Platform v2.1.3 Research & Memory Intelligence Edition - AI-Powered Research Paper Generation (/paper) + Enhanced Memory System (/memory) + GraphRAG Analysis + Bilingual Academic Papers + Microservice Architecture + Advanced Context Preservation",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ai",
|
|
7
7
|
"cli",
|
package/dist/bin/maria.d.ts
DELETED