@bonginkan/maria 2.1.5 → 2.1.6
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/LICENSE +21 -106
- package/README.md +14 -86
- package/dist/bin/maria.d.ts +2 -0
- package/dist/bin/maria.js +39100 -0
- package/dist/bin/maria.js.map +1 -0
- package/dist/cli.d.ts +18 -0
- package/dist/cli.js +39041 -0
- package/dist/cli.js.map +1 -0
- package/dist/index.d.ts +1408 -0
- package/dist/index.js +131183 -0
- package/dist/index.js.map +1 -0
- package/dist/metafile-cjs.json +1 -0
- package/package.json +14 -6
package/LICENSE
CHANGED
|
@@ -1,106 +1,21 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
Copyright (c) 2025 Bonginkan Inc.
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
- Educational and research purposes
|
|
23
|
-
- Non-commercial open source software development
|
|
24
|
-
- Evaluation and testing in non-production environments
|
|
25
|
-
|
|
26
|
-
RESTRICTIONS:
|
|
27
|
-
- Commercial use by organizations exceeding the startup threshold
|
|
28
|
-
- Redistribution of source code (compiled binaries only)
|
|
29
|
-
- Modification of core algorithms or security features
|
|
30
|
-
- Reverse engineering or decompilation attempts
|
|
31
|
-
|
|
32
|
-
================================================================================
|
|
33
|
-
ENTERPRISE LICENSE (PAID)
|
|
34
|
-
================================================================================
|
|
35
|
-
|
|
36
|
-
Commercial organizations exceeding the personal use thresholds require an
|
|
37
|
-
Enterprise License. Contact enterprise@bonginkan.ai for licensing terms.
|
|
38
|
-
|
|
39
|
-
ENTERPRISE LICENSE INCLUDES:
|
|
40
|
-
- Commercial usage rights for organizations of any size
|
|
41
|
-
- Priority technical support with SLA guarantees
|
|
42
|
-
- Access to enterprise security and compliance features
|
|
43
|
-
- Custom integration and deployment assistance
|
|
44
|
-
- Professional training and certification programs
|
|
45
|
-
|
|
46
|
-
ENTERPRISE RESTRICTIONS:
|
|
47
|
-
- Source code remains proprietary and is not distributed
|
|
48
|
-
- Custom modifications require explicit written permission
|
|
49
|
-
- Redistribution rights are limited to compiled binaries
|
|
50
|
-
|
|
51
|
-
================================================================================
|
|
52
|
-
SOURCE CODE PROTECTION
|
|
53
|
-
================================================================================
|
|
54
|
-
|
|
55
|
-
PROPRIETARY TECHNOLOGY:
|
|
56
|
-
The source code of MARIA Platform contains proprietary algorithms, AI models,
|
|
57
|
-
and enterprise-grade security implementations that are not distributed publicly.
|
|
58
|
-
|
|
59
|
-
DISTRIBUTION MODEL:
|
|
60
|
-
- Only compiled JavaScript binaries are distributed via NPM
|
|
61
|
-
- Source code access is restricted to authorized development team
|
|
62
|
-
- TypeScript definitions provided for API compatibility
|
|
63
|
-
|
|
64
|
-
INTELLECTUAL PROPERTY:
|
|
65
|
-
All core algorithms, AI training data, and security implementations remain
|
|
66
|
-
the exclusive intellectual property of Bonginkan Inc.
|
|
67
|
-
|
|
68
|
-
================================================================================
|
|
69
|
-
WARRANTY AND LIABILITY
|
|
70
|
-
================================================================================
|
|
71
|
-
|
|
72
|
-
PERSONAL USE DISCLAIMER:
|
|
73
|
-
This software is provided "AS IS" for personal use without warranty of any kind.
|
|
74
|
-
Users assume all risks associated with personal use applications.
|
|
75
|
-
|
|
76
|
-
ENTERPRISE WARRANTY:
|
|
77
|
-
Enterprise licenses include appropriate warranties and liability coverage
|
|
78
|
-
as specified in individual license agreements.
|
|
79
|
-
|
|
80
|
-
NO LIABILITY:
|
|
81
|
-
In no event shall Bonginkan Inc. be liable for any claim, damages, or other
|
|
82
|
-
liability arising from personal use of this software.
|
|
83
|
-
|
|
84
|
-
================================================================================
|
|
85
|
-
COMPLIANCE AND ENFORCEMENT
|
|
86
|
-
================================================================================
|
|
87
|
-
|
|
88
|
-
LICENSE COMPLIANCE:
|
|
89
|
-
Users must comply with license terms appropriate to their usage classification.
|
|
90
|
-
Unauthorized commercial use will result in license termination and legal action.
|
|
91
|
-
|
|
92
|
-
AUDIT RIGHTS:
|
|
93
|
-
Bonginkan Inc. reserves the right to audit compliance with license terms and
|
|
94
|
-
pursue legal remedies for violations.
|
|
95
|
-
|
|
96
|
-
CONTACT INFORMATION:
|
|
97
|
-
- Personal Use Support: github.com/bonginkan/maria_code/issues
|
|
98
|
-
- Enterprise Licensing: enterprise@bonginkan.ai
|
|
99
|
-
- Legal Inquiries: legal@bonginkan.ai
|
|
100
|
-
|
|
101
|
-
================================================================================
|
|
102
|
-
|
|
103
|
-
By using MARIA Platform, you acknowledge that you have read, understood, and
|
|
104
|
-
agree to be bound by the terms of this dual-license agreement.
|
|
105
|
-
|
|
106
|
-
For the most current license terms, visit: https://docs.maria-platform.ai/license
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2025 Bonginkan Inc.
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
package/README.md
CHANGED
|
@@ -1,21 +1,19 @@
|
|
|
1
|
-
# 🤖 MARIA Platform v2.
|
|
1
|
+
# 🤖 MARIA Platform v2.0.7 "Memory 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)
|
|
12
|
-
[](https://github.com/bonginkan/maria)
|
|
9
|
+
[](https://github.com/bonginkan/maria)
|
|
10
|
+
[](https://github.com/bonginkan/maria)
|
|
13
11
|
|
|
14
|
-
>
|
|
12
|
+
> 🎉 **MARIA Platform v2.0.7** - 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**, 50+ Interactive Commands, and **Privacy-First Development** Environment!
|
|
15
13
|
|
|
16
14
|
## 🖥️ **MARIA CODE CLI Interface**
|
|
17
15
|
|
|
18
|
-

|
|
16
|
+

|
|
19
17
|
|
|
20
18
|
_MARIA's beautiful startup interface with automatic AI service initialization and local LLM detection_
|
|
21
19
|
|
|
@@ -29,67 +27,6 @@ _MARIA's beautiful startup interface with automatic AI service initialization an
|
|
|
29
27
|
- **Personalized Experience**: Adapts to your coding style and preferences
|
|
30
28
|
- **60% Faster Startup**: Lazy loading with <50ms memory operations
|
|
31
29
|
|
|
32
|
-
### 🤔 **Self-Questioning Internal Mode (Auto-Active)**
|
|
33
|
-
|
|
34
|
-
MARIA起動後に、自動で待機する内部モードとして、Self-Questioning内部モードを追加しました。このモードは以下の機能を提供します:
|
|
35
|
-
|
|
36
|
-
- **文脈推測**: 理解困難・矛盾・不明瞭な入力でも文脈から意図を自動推測
|
|
37
|
-
- **Ultrathink発動**: 複雑な場合に深層思考モードで多角的分析を実行
|
|
38
|
-
- **矛盾解析**: 相反する要求の根本原因を探り優先順位仮説を構築
|
|
39
|
-
- **推測根拠明示**: 推測内容と信頼度(0.1-1.0)を透明化して提示
|
|
40
|
-
- **柔軟適応**: 推測が外れても修正可能な回答構造を自動維持
|
|
41
|
-
|
|
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
|
|
92
|
-
|
|
93
30
|
### 🏠 **Complete Local LLM Integration**
|
|
94
31
|
|
|
95
32
|
- **Automatic Detection & Setup**: Auto-configures Ollama, vLLM, LM Studio
|
|
@@ -119,7 +56,6 @@ maria # Start interactive development
|
|
|
119
56
|
|
|
120
57
|
- ✅ **Local AI Models**: Complete offline development environment
|
|
121
58
|
- ✅ **Code Generation**: AI-powered development assistance
|
|
122
|
-
- ✅ **Machine Learning**: 5 ML commands for AI self-improvement cycle
|
|
123
59
|
- ✅ **Quality Analysis**: Real-time code review and optimization
|
|
124
60
|
- ✅ **Multi-Language**: Support for all major programming languages
|
|
125
61
|
- ✅ **Enterprise Ready**: Professional development workflows
|
|
@@ -242,7 +178,7 @@ npm install -g @bonginkan/maria
|
|
|
242
178
|
|
|
243
179
|
# Verify installation
|
|
244
180
|
maria --version
|
|
245
|
-
# Output: MARIA Platform v2.
|
|
181
|
+
# Output: MARIA Platform v2.0.7 "Memory Intelligence Edition"
|
|
246
182
|
|
|
247
183
|
# Setup local AI models (optional)
|
|
248
184
|
maria setup-ollama # Install and configure Ollama
|
|
@@ -254,7 +190,7 @@ maria
|
|
|
254
190
|
|
|
255
191
|
### 🖥️ **Live CLI Session Example**
|
|
256
192
|
|
|
257
|
-

|
|
193
|
+

|
|
258
194
|
|
|
259
195
|
**Terminal Output:**
|
|
260
196
|
|
|
@@ -281,16 +217,6 @@ vLLM [●●●●●●●●●●●●●●●●●●●] 0% ⚙
|
|
|
281
217
|
/paper <query> # Transform research papers into working code
|
|
282
218
|
```
|
|
283
219
|
|
|
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
|
-
|
|
294
220
|
**🏠 Local AI Integration (Privacy-First Development):**
|
|
295
221
|
|
|
296
222
|
```bash
|
|
@@ -433,7 +359,6 @@ maria
|
|
|
433
359
|
- **All Commands**: `/help` within interactive mode
|
|
434
360
|
- **Algorithm Education**: `/sort`, `/learn`, `/algorithm` commands
|
|
435
361
|
- **AI Development**: `/code`, `/bug`, `/lint`, `/model` commands
|
|
436
|
-
- **Machine Learning**: `/train`, `/eval`, `/rlhf`, `/self_play`, `/auto_tune` commands
|
|
437
362
|
- **System Status**: `/status` command
|
|
438
363
|
|
|
439
364
|
### Examples and Tutorials
|
|
@@ -484,10 +409,13 @@ npm run build
|
|
|
484
409
|
|
|
485
410
|
## 📄 License
|
|
486
411
|
|
|
487
|
-
**
|
|
412
|
+
**Dual-License Model**: Personal Use (Free) / Enterprise (Paid)
|
|
488
413
|
|
|
489
|
-
|
|
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
|
|
490
417
|
|
|
418
|
+
See [LICENSE](https://github.com/bonginkan/maria/blob/main/LICENSE) for complete terms.
|
|
491
419
|
|
|
492
420
|
## 🔗 Links
|
|
493
421
|
|
|
@@ -521,7 +449,7 @@ This project is licensed under the MIT License - see the [LICENSE](./LICENSE) fi
|
|
|
521
449
|
|
|
522
450
|
---
|
|
523
451
|
|
|
524
|
-
**Experience the
|
|
452
|
+
**Experience the Algorithm Education Revolution with MARIA Platform v1.6.4**
|
|
525
453
|
|
|
526
454
|
🚀 Start your journey: `npm install -g @bonginkan/maria && maria`
|
|
527
455
|
|