@bonginkan/maria 1.7.3 → 1.7.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/README.md +26 -27
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# 🤖 MARIA Platform v1.7.
|
|
1
|
+
# 🤖 MARIA Platform v1.7.4 "Algorithm Education Revolution"
|
|
2
2
|
|
|
3
3
|
[](https://www.typescriptlang.org/)
|
|
4
4
|
[](https://nodejs.org/)
|
|
@@ -8,39 +8,38 @@
|
|
|
8
8
|
[](https://github.com/bonginkan/maria)
|
|
9
9
|
[](https://github.com/bonginkan/maria)
|
|
10
10
|
|
|
11
|
-
> 🎉 **MARIA Platform v1.7.
|
|
11
|
+
> 🎉 **MARIA Platform v1.7.4** - Enterprise AI Development CLI with **Complete Local LLM Integration** (Ollama, vLLM, LM Studio), **Automatic Setup**, 36+ Interactive Commands, and **Privacy-First Development** Environment!
|
|
12
12
|
|
|
13
|
-
## 🌟
|
|
13
|
+
## 🌟 Key Features - Local AI & Privacy-First Development
|
|
14
14
|
|
|
15
|
-
###
|
|
15
|
+
### 🏠 **Complete Local LLM Integration**
|
|
16
|
+
- **Automatic Detection & Setup**: Auto-configures Ollama, vLLM, LM Studio
|
|
17
|
+
- **Privacy-First Development**: All processing runs locally on your machine
|
|
18
|
+
- **Zero Cloud Dependencies**: Work offline with full AI capabilities
|
|
19
|
+
- **Multi-Model Support**: Seamlessly switch between 20+ local models
|
|
20
|
+
- **One-Command Setup**: `maria setup-ollama` / `maria setup-vllm` for instant configuration
|
|
16
21
|
|
|
17
|
-
|
|
18
|
-
- Complete
|
|
19
|
-
-
|
|
20
|
-
-
|
|
21
|
-
-
|
|
22
|
-
|
|
23
|
-
### 📚 Algorithm Education Platform
|
|
24
|
-
|
|
25
|
-
- Interactive QuickSort implementation with visualization
|
|
26
|
-
- Performance analysis and benchmarking tools
|
|
27
|
-
- Memory profiling and optimization
|
|
28
|
-
- Computer science curriculum integration
|
|
29
|
-
- Educational sorting algorithms collection
|
|
30
|
-
|
|
31
|
-
### 🧠 Internal Mode System - Cognitive Adaptation Engine
|
|
32
|
-
|
|
33
|
-
- **50 Cognitive Modes**: Revolutionary thinking states across 9 categories (Reasoning, Creative, Analytical, etc.)
|
|
34
|
-
- **Real-time Recognition**: <200ms automatic mode switching based on context and intent
|
|
35
|
-
- **Adaptive Learning**: AI learns your patterns and personalizes cognitive approaches
|
|
36
|
-
- **Visual Indicators**: Beautiful ✽ symbols showing current cognitive state
|
|
22
|
+
### 🤖 **Enterprise AI Development**
|
|
23
|
+
- **Autonomous Coding Agent**: Complete project development from requirements
|
|
24
|
+
- **Real-time Code Analysis**: Live quality feedback and optimization suggestions
|
|
25
|
+
- **Multi-Provider Support**: OpenAI, Anthropic, Google, Groq + Local LLMs
|
|
26
|
+
- **Interactive Commands**: 36+ slash commands for development workflow
|
|
27
|
+
- **Professional Engineering Modes**: 50+ specialized AI cognitive states
|
|
37
28
|
|
|
29
|
+
### 🚀 **Instant Setup & Usage**
|
|
38
30
|
```bash
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
31
|
+
npm install -g @bonginkan/maria
|
|
32
|
+
maria setup-ollama # Auto-install local AI
|
|
33
|
+
maria # Start interactive development
|
|
42
34
|
```
|
|
43
35
|
|
|
36
|
+
**Core Capabilities:**
|
|
37
|
+
- ✅ **Local AI Models**: Complete offline development environment
|
|
38
|
+
- ✅ **Code Generation**: AI-powered development assistance
|
|
39
|
+
- ✅ **Quality Analysis**: Real-time code review and optimization
|
|
40
|
+
- ✅ **Multi-Language**: Support for all major programming languages
|
|
41
|
+
- ✅ **Enterprise Ready**: Professional development workflows
|
|
42
|
+
|
|
44
43
|
### 🎯 Key Features
|
|
45
44
|
|
|
46
45
|
- **Interactive Learning**: Hands-on algorithm education with visualization
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bonginkan/maria",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.4",
|
|
4
4
|
"description": "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",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ai",
|