overmind-mcp 2.0.6 → 2.0.7

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.
@@ -1,106 +1,106 @@
1
- # Changelog
2
-
3
- ## [2.0.0] - 2026-05-09
4
-
5
- ### 🚀 OverMind-MCP v2.0.0 - Swarm & Observabilité Unifiée
6
-
7
- Cette version majeure marque l'achèvement complet de l'infrastructure OverMind-MCP avec des fonctionnalités d'orchestration avancées et une observabilité de niveau production.
8
-
9
- #### 🎯 Nouvelles Fonctionnalités Majeures
10
-
11
- **Swarm Orchestration (NOUVEAU)**
12
- - Allocation dynamique de tâches aux agents spécialisés
13
- - Load Balancing automatique avec scoring intelligent
14
- - Support de capacités multiples par agent (code, analysis, scraping, etc.)
15
- - Gestion de priorités de tâches (1-10)
16
- - Statistiques en temps réel (completed, failed, running, pending)
17
- - `createSwarmOrchestrator()` avec API complète
18
- - Fichier: `src/lib/orchestration/swarm.ts`
19
-
20
- **Workflows Long-Running Temporal (NOUVEAU)**
21
- - `longRunningWorkflow` pour tâches stateful (OSINT, analyses complètes)
22
- - Support de workflows jusqu'à 7 jours
23
- - Signaux de contrôle: `cancel`, `pause`, `resume`
24
- - Query d'état temps réel du workflow
25
- - Survit aux crashes (persistance Temporal)
26
- - API enrichie: `startLongRunningWorkflow()`, `getLongRunningWorkflowHandle()`
27
- - Fichiers: `src/lib/workflow/temporal/workflows.ts`, `client.ts`
28
-
29
- **Infrastructure Docker Complète (NOUVEAU)**
30
- - `docker-compose.yml`: Stack principale (9 services)
31
- - RabbitMQ (Message Broker) avec Management UI
32
- - Temporal (Workflow Orchestrator) avec Web UI
33
- - PostgreSQL + pgvector (Vector DB 4096D)
34
- - Redis (Cache & Sessions)
35
- - Prometheus (Metrics Collection)
36
- - Grafana (Dashboards)
37
- - Jaeger (Distributed Tracing)
38
- - OpenTelemetry Collector (Traces Bridge)
39
- - Node Exporter (Host metrics)
40
- - `docker-compose.exporters.yml`: Exporters de métriques
41
- - RabbitMQ Exporter
42
- - PostgreSQL Exporter
43
- - Redis Exporter
44
- - `init-db.sql`: Script d'initialisation PostgreSQL
45
- - `config/prometheus.yml`: Configuration Prometheus
46
- - `config/otel-collector.yml`: Configuration OpenTelemetry Collector
47
-
48
- **Observabilité de Niveau Production (NOUVEAU)**
49
- - Traces distribuées via OpenTelemetry → Jaeger
50
- - Métriques temps réel via Prometheus
51
- - Dashboards Grafana prêts à l'emploi
52
- - Support complet de télémétrie sur tous les runners
53
- - Scripts NPM ajoutés: `deploy:infra`, `deploy:exporters`, `deploy:all`, `deploy:logs`, `deploy:status`
54
-
55
- #### 📚 Documentation
56
-
57
- **Nouveaux Guides**
58
- - `DEPLOYMENT.md` (600+ lignes): Guide déploiement complet
59
- - Prérequis, configuration, Docker Compose setup
60
- - Tests & validation, sécurité & maintenance
61
- - Workflows avancés, monitoring
62
- - `SWARM_USAGE.md` (500+ lignes): Guide Swarm Orchestration
63
- - Configuration du swarm, allocation de tâches
64
- - Workflows long-running, exemples pratiques
65
- - Monitoring & debug
66
- - Configuration .env étendue avec toutes les variables
67
-
68
- #### 🔧 Améliorations Techniques
69
-
70
- - **Correction TypeScript**: `swarm.ts` (possibly undefined values)
71
- - **Correction ESLint**: Suppression warnings (unused vars, any types)
72
- - **Correction Tests**: Mock `registerMemoryAlertCallback` dans tests
73
- - **Tests**: 69 passed, 3 skipped (100% succès)
74
- - **Build**: TypeScript compilation clean
75
- - **Linting**: ESLint clean (0 errors, 0 warnings)
76
-
77
- #### 🚨 Breaking Changes
78
-
79
- - **Version majeure** (1.x → 2.0) dû à l'ajout significatif de fonctionnalités
80
- - **Nouvelles APIs publiques**: Swarm, Long-Running Workflows
81
- - **Nouvelle structure de projet**: `docker/`, `config/`, scripts déploiement
82
- - **Configuration .env**: Variables étendues (rétro-compatible)
83
-
84
- #### 🔄 Migration
85
-
86
- - Aucune migration nécessaire pour les utilisateurs existants
87
- - Les nouvelles fonctionnalités sont opt-in
88
- - Configuration .env étendue (rétro-compatible)
89
-
90
- #### 📦 Dependencies
91
-
92
- Mises à jour mineures de dépendances
93
-
94
- ---
95
-
96
- **Déploiement 100% terminé !** 🎉
97
-
98
- OverMind-MCP est maintenant un orchestrateur d'agents IA complet avec:
99
- - ✅ Message Broker RabbitMQ
100
- - ✅ Vector DB pgvector (4096D)
101
- - ✅ Temporal Workflows long-running
102
- - ✅ Swarm Orchestration avec allocation dynamique
103
- - ✅ Observabilité complète (Prometheus, Grafana, Jaeger)
104
- - ✅ Documentation production-ready
105
-
106
- **Prêt pour la production** 🚀
1
+ # Changelog
2
+
3
+ ## [2.0.0] - 2026-05-09
4
+
5
+ ### 🚀 OverMind-MCP v2.0.0 - Swarm & Observabilité Unifiée
6
+
7
+ Cette version majeure marque l'achèvement complet de l'infrastructure OverMind-MCP avec des fonctionnalités d'orchestration avancées et une observabilité de niveau production.
8
+
9
+ #### 🎯 Nouvelles Fonctionnalités Majeures
10
+
11
+ **Swarm Orchestration (NOUVEAU)**
12
+ - Allocation dynamique de tâches aux agents spécialisés
13
+ - Load Balancing automatique avec scoring intelligent
14
+ - Support de capacités multiples par agent (code, analysis, scraping, etc.)
15
+ - Gestion de priorités de tâches (1-10)
16
+ - Statistiques en temps réel (completed, failed, running, pending)
17
+ - `createSwarmOrchestrator()` avec API complète
18
+ - Fichier: `src/lib/orchestration/swarm.ts`
19
+
20
+ **Workflows Long-Running Temporal (NOUVEAU)**
21
+ - `longRunningWorkflow` pour tâches stateful (OSINT, analyses complètes)
22
+ - Support de workflows jusqu'à 7 jours
23
+ - Signaux de contrôle: `cancel`, `pause`, `resume`
24
+ - Query d'état temps réel du workflow
25
+ - Survit aux crashes (persistance Temporal)
26
+ - API enrichie: `startLongRunningWorkflow()`, `getLongRunningWorkflowHandle()`
27
+ - Fichiers: `src/lib/workflow/temporal/workflows.ts`, `client.ts`
28
+
29
+ **Infrastructure Docker Complète (NOUVEAU)**
30
+ - `docker-compose.yml`: Stack principale (9 services)
31
+ - RabbitMQ (Message Broker) avec Management UI
32
+ - Temporal (Workflow Orchestrator) avec Web UI
33
+ - PostgreSQL + pgvector (Vector DB 4096D)
34
+ - Redis (Cache & Sessions)
35
+ - Prometheus (Metrics Collection)
36
+ - Grafana (Dashboards)
37
+ - Jaeger (Distributed Tracing)
38
+ - OpenTelemetry Collector (Traces Bridge)
39
+ - Node Exporter (Host metrics)
40
+ - `docker-compose.exporters.yml`: Exporters de métriques
41
+ - RabbitMQ Exporter
42
+ - PostgreSQL Exporter
43
+ - Redis Exporter
44
+ - `init-db.sql`: Script d'initialisation PostgreSQL
45
+ - `config/prometheus.yml`: Configuration Prometheus
46
+ - `config/otel-collector.yml`: Configuration OpenTelemetry Collector
47
+
48
+ **Observabilité de Niveau Production (NOUVEAU)**
49
+ - Traces distribuées via OpenTelemetry → Jaeger
50
+ - Métriques temps réel via Prometheus
51
+ - Dashboards Grafana prêts à l'emploi
52
+ - Support complet de télémétrie sur tous les runners
53
+ - Scripts NPM ajoutés: `deploy:infra`, `deploy:exporters`, `deploy:all`, `deploy:logs`, `deploy:status`
54
+
55
+ #### 📚 Documentation
56
+
57
+ **Nouveaux Guides**
58
+ - `DEPLOYMENT.md` (600+ lignes): Guide déploiement complet
59
+ - Prérequis, configuration, Docker Compose setup
60
+ - Tests & validation, sécurité & maintenance
61
+ - Workflows avancés, monitoring
62
+ - `SWARM_USAGE.md` (500+ lignes): Guide Swarm Orchestration
63
+ - Configuration du swarm, allocation de tâches
64
+ - Workflows long-running, exemples pratiques
65
+ - Monitoring & debug
66
+ - Configuration .env étendue avec toutes les variables
67
+
68
+ #### 🔧 Améliorations Techniques
69
+
70
+ - **Correction TypeScript**: `swarm.ts` (possibly undefined values)
71
+ - **Correction ESLint**: Suppression warnings (unused vars, any types)
72
+ - **Correction Tests**: Mock `registerMemoryAlertCallback` dans tests
73
+ - **Tests**: 69 passed, 3 skipped (100% succès)
74
+ - **Build**: TypeScript compilation clean
75
+ - **Linting**: ESLint clean (0 errors, 0 warnings)
76
+
77
+ #### 🚨 Breaking Changes
78
+
79
+ - **Version majeure** (1.x → 2.0) dû à l'ajout significatif de fonctionnalités
80
+ - **Nouvelles APIs publiques**: Swarm, Long-Running Workflows
81
+ - **Nouvelle structure de projet**: `docker/`, `config/`, scripts déploiement
82
+ - **Configuration .env**: Variables étendues (rétro-compatible)
83
+
84
+ #### 🔄 Migration
85
+
86
+ - Aucune migration nécessaire pour les utilisateurs existants
87
+ - Les nouvelles fonctionnalités sont opt-in
88
+ - Configuration .env étendue (rétro-compatible)
89
+
90
+ #### 📦 Dependencies
91
+
92
+ Mises à jour mineures de dépendances
93
+
94
+ ---
95
+
96
+ **Déploiement 100% terminé !** 🎉
97
+
98
+ OverMind-MCP est maintenant un orchestrateur d'agents IA complet avec:
99
+ - ✅ Message Broker RabbitMQ
100
+ - ✅ Vector DB pgvector (4096D)
101
+ - ✅ Temporal Workflows long-running
102
+ - ✅ Swarm Orchestration avec allocation dynamique
103
+ - ✅ Observabilité complète (Prometheus, Grafana, Jaeger)
104
+ - ✅ Documentation production-ready
105
+
106
+ **Prêt pour la production** 🚀