overmind-mcp 2.2.3 → 2.2.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 +1 -1
- package/docs/index.html +493 -569
- package/package.json +1 -1
- package/scripts/postinstall.mjs +26 -4
package/README.md
CHANGED
|
@@ -40,7 +40,7 @@ npm install -g overmind-mcp@latest
|
|
|
40
40
|
|
|
41
41
|
**🎯 Ce qui est installé automatiquement :**
|
|
42
42
|
|
|
43
|
-
1. **Détection Docker** -
|
|
43
|
+
1. **Détection Docker** - Compatible avec Docker Desktop, Podman, Rancher Desktop, Colima, OrbStack
|
|
44
44
|
2. **PostgreSQL + pgvector** - Container Docker avec extension vectorielle (si absent)
|
|
45
45
|
3. **overmind-postgres-mcp** - Serveur MCP PostgreSQL vectoriel installé automatiquement
|
|
46
46
|
4. **Configuration complète** - Fichiers .env et .mcp.json générés automatiquement
|
package/docs/index.html
CHANGED
|
@@ -1,569 +1,493 @@
|
|
|
1
|
-
<!doctype html>
|
|
2
|
-
<html lang="fr">
|
|
3
|
-
<head>
|
|
4
|
-
<meta charset="UTF-8" />
|
|
5
|
-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
6
|
-
<title>OverMind-MCP | Orchestrateur Multi-Agents IA</title>
|
|
7
|
-
<meta
|
|
8
|
-
name="description"
|
|
9
|
-
content="Orchestrateur universel d'agents IA multi-modeles via MCP pour piloter Claude-Code, Gemini, QwenCli, Nous Hermes, Kilo/Cline et plus."
|
|
10
|
-
/>
|
|
11
|
-
<link
|
|
12
|
-
rel="stylesheet"
|
|
13
|
-
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css"
|
|
14
|
-
/>
|
|
15
|
-
<link rel="stylesheet" href="styles.css?v=1.3.4" />
|
|
16
|
-
</head>
|
|
17
|
-
<body>
|
|
18
|
-
<canvas class="matrix-bg" id="matrix"></canvas>
|
|
19
|
-
<div class="grid-overlay"></div>
|
|
20
|
-
<div class="orb orb-1"></div>
|
|
21
|
-
<div class="orb orb-2"></div>
|
|
22
|
-
<div class="orb orb-3"></div>
|
|
23
|
-
|
|
24
|
-
<div class="main-content">
|
|
25
|
-
<header>
|
|
26
|
-
<div class="container">
|
|
27
|
-
<nav>
|
|
28
|
-
<div class="logo">
|
|
29
|
-
<i class="fas fa-brain"></i>
|
|
30
|
-
<span class="logo-text">OverMind-MCP</span>
|
|
31
|
-
<div class="logo-glitch"></div>
|
|
32
|
-
</div>
|
|
33
|
-
<ul class="nav-links">
|
|
34
|
-
<li><a href="library.html" class="nav-link">Bibliothèque</a></li>
|
|
35
|
-
<li>
|
|
36
|
-
<a href="prompt.html" class="nav-link"><i class="fas fa-robot"></i> Prompt</a>
|
|
37
|
-
</li>
|
|
38
|
-
<li>
|
|
39
|
-
<a
|
|
40
|
-
href="https://deamondev888.github.io/PostgreSQL-MCP-Serveur/"
|
|
41
|
-
target="_blank"
|
|
42
|
-
class="nav-link nav-link-highlight"
|
|
43
|
-
><i class="fas fa-database"></i> PostgreSQL-MCP</a
|
|
44
|
-
>
|
|
45
|
-
</li>
|
|
46
|
-
</ul>
|
|
47
|
-
<div class="mobile-toggle">
|
|
48
|
-
<span></span>
|
|
49
|
-
<span></span>
|
|
50
|
-
<span></span>
|
|
51
|
-
</div>
|
|
52
|
-
</nav>
|
|
53
|
-
</div>
|
|
54
|
-
</header>
|
|
55
|
-
|
|
56
|
-
<section class="hero">
|
|
57
|
-
<div class="container">
|
|
58
|
-
<div class="hero-content">
|
|
59
|
-
<h1 class="hero-title">
|
|
60
|
-
<span class="glitch" data-text="OverMind">OverMind</span
|
|
61
|
-
><span class="gradient-text">-MCP</span>
|
|
62
|
-
</h1>
|
|
63
|
-
<p class="hero-subtitle elite-subtitle">
|
|
64
|
-
Orchestrateur universel d'agents IA multi-modeles via MCP pour piloter
|
|
65
|
-
<span class="highlight-model">Claude-Code</span>,
|
|
66
|
-
<span class="highlight-model">Gemini-cli</span>,
|
|
67
|
-
<span class="highlight-model">QwenCli</span>,
|
|
68
|
-
<span class="highlight-model">Nous Hermes</span>,
|
|
69
|
-
<span class="highlight-model">DeepSeek V4 Pro</span>,
|
|
70
|
-
<span class="highlight-model">Kilo/Cline</span>,
|
|
71
|
-
<span class="rebel-model">OpenClaw</span>, <span class="highlight-model">GLM</span>,
|
|
72
|
-
<span class="highlight-model">Minimax</span>,
|
|
73
|
-
<span class="highlight-model">Kimi</span>,
|
|
74
|
-
<span class="highlight-model">Ollama</span> et plus sans limite.
|
|
75
|
-
</p>
|
|
76
|
-
|
|
77
|
-
<div class="hero-actions">
|
|
78
|
-
<a href="#install" class="btn btn-primary elite-btn">
|
|
79
|
-
<i class="fas fa-rocket"></i>
|
|
80
|
-
<span>Déploier l'OverMind</span>
|
|
81
|
-
<div class="btn-glow"></div>
|
|
82
|
-
</a>
|
|
83
|
-
<a
|
|
84
|
-
href="https://deamondev888.github.io/PostgreSQL-MCP-Serveur/"
|
|
85
|
-
target="_blank"
|
|
86
|
-
class="btn btn-secondary elite-btn-secondary"
|
|
87
|
-
>
|
|
88
|
-
<i class="fas fa-database"></i>
|
|
89
|
-
<span>PostgreSQL-MCP</span>
|
|
90
|
-
</a>
|
|
91
|
-
<a
|
|
92
|
-
href="https://discord.gg/4AR82phtBz"
|
|
93
|
-
target="_blank"
|
|
94
|
-
class="btn btn-secondary elite-btn-secondary"
|
|
95
|
-
>
|
|
96
|
-
<i class="fab fa-discord"></i>
|
|
97
|
-
<span>Discord</span>
|
|
98
|
-
</a>
|
|
99
|
-
</div>
|
|
100
|
-
|
|
101
|
-
<div class="hero-terminal">
|
|
102
|
-
<div class="terminal-header">
|
|
103
|
-
<span class="dot"></span>
|
|
104
|
-
<span class="dot"></span>
|
|
105
|
-
<span class="dot"></span>
|
|
106
|
-
<span class="terminal-title">TERMINAL_SECURE_CHANNEL</span>
|
|
107
|
-
</div>
|
|
108
|
-
<div class="terminal-body">
|
|
109
|
-
<span class="prompt">$</span>
|
|
110
|
-
<span class="command">npm install -g overmind-mcp</span>
|
|
111
|
-
<button
|
|
112
|
-
class="terminal-copy"
|
|
113
|
-
onclick="copyToClipboard('npm install -g overmind-mcp')"
|
|
114
|
-
>
|
|
115
|
-
<i class="fas fa-copy"></i>
|
|
116
|
-
</button>
|
|
117
|
-
</div>
|
|
118
|
-
</div>
|
|
119
|
-
|
|
120
|
-
<div class="hero-stats elite-stats">
|
|
121
|
-
<div class="stat elite-stat">
|
|
122
|
-
<div class="stat-value" data-target="15">0</div>
|
|
123
|
-
<div class="stat-label">Modèles Supportés</div>
|
|
124
|
-
</div>
|
|
125
|
-
<div class="stat elite-stat">
|
|
126
|
-
<div class="stat-value" data-target="4096">0</div>
|
|
127
|
-
<div class="stat-label">Dimensions Mémoire</div>
|
|
128
|
-
</div>
|
|
129
|
-
<div class="stat elite-stat">
|
|
130
|
-
<div class="stat-value" data-target="100">0</div>
|
|
131
|
-
<div class="stat-label">% Domination</div>
|
|
132
|
-
</div>
|
|
133
|
-
</div>
|
|
134
|
-
</div>
|
|
135
|
-
<div class="hero-visual">
|
|
136
|
-
<div class="orchestration-cortex">
|
|
137
|
-
<div class="cortex-core">
|
|
138
|
-
<i class="fas fa-brain"></i>
|
|
139
|
-
<div class="core-rings">
|
|
140
|
-
<div class="ring ring-1"></div>
|
|
141
|
-
<div class="ring ring-2"></div>
|
|
142
|
-
<div class="ring ring-3"></div>
|
|
143
|
-
</div>
|
|
144
|
-
</div>
|
|
145
|
-
<div class="agent-fleet" id="agent-fleet">
|
|
146
|
-
<!-- Dynamically generated agent nodes -->
|
|
147
|
-
</div>
|
|
148
|
-
<div class="cortex-links" id="cortex-links">
|
|
149
|
-
<!-- Dynamically generated connections -->
|
|
150
|
-
</div>
|
|
151
|
-
<div class="hologram-data">
|
|
152
|
-
<div class="data-line">STATUS: SUPREME</div>
|
|
153
|
-
<div class="data-line">NODES: ACTIVE</div>
|
|
154
|
-
<div class="data-line">MISSION: DOMINATION</div>
|
|
155
|
-
</div>
|
|
156
|
-
</div>
|
|
157
|
-
</div>
|
|
158
|
-
</div>
|
|
159
|
-
</section>
|
|
160
|
-
|
|
161
|
-
<section class="features" id="features">
|
|
162
|
-
<div class="container">
|
|
163
|
-
<div class="section-header">
|
|
164
|
-
<h2 class="section-title">
|
|
165
|
-
<i class="fas fa-microchip"></i>
|
|
166
|
-
Fonctionnalités
|
|
167
|
-
</h2>
|
|
168
|
-
<p class="section-subtitle">La puissance ultime pour orchestrer vos agents IA</p>
|
|
169
|
-
</div>
|
|
170
|
-
<div class="features-grid">
|
|
171
|
-
<div class="feature-card">
|
|
172
|
-
<div class="feature-icon">
|
|
173
|
-
<i class="fas fa-plug"></i>
|
|
174
|
-
<div class="icon-bg"></div>
|
|
175
|
-
</div>
|
|
176
|
-
<h3>Contrôle Total</h3>
|
|
177
|
-
<p>
|
|
178
|
-
Lancez des missions complexes via MCP ou directement via le code avec une interface
|
|
179
|
-
simple et puissante.
|
|
180
|
-
</p>
|
|
181
|
-
<div class="feature-border"></div>
|
|
182
|
-
</div>
|
|
183
|
-
<div class="feature-card">
|
|
184
|
-
<div class="feature-icon">
|
|
185
|
-
<i class="fas fa-building"></i>
|
|
186
|
-
<div class="icon-bg"></div>
|
|
187
|
-
</div>
|
|
188
|
-
<h3>Architecture Pro</h3>
|
|
189
|
-
<p>
|
|
190
|
-
Basé sur des services (AgentManager, ClaudeRunner, PromptManager) pour une stabilité
|
|
191
|
-
maximale.
|
|
192
|
-
</p>
|
|
193
|
-
<div class="feature-border"></div>
|
|
194
|
-
</div>
|
|
195
|
-
<div class="feature-card">
|
|
196
|
-
<div class="feature-icon">
|
|
197
|
-
<i class="fas fa-brain"></i>
|
|
198
|
-
<div class="icon-bg"></div>
|
|
199
|
-
</div>
|
|
200
|
-
<h3>Mémoire 4096D</h3>
|
|
201
|
-
<p>
|
|
202
|
-
Système RAG intégré via PostgreSQL + pgvector supportant les embeddings SOTA (Qwen
|
|
203
|
-
8B).
|
|
204
|
-
</p>
|
|
205
|
-
<div class="feature-border"></div>
|
|
206
|
-
</div>
|
|
207
|
-
<div class="feature-card">
|
|
208
|
-
<div class="feature-icon">
|
|
209
|
-
<i class="fas fa-shield-alt"></i>
|
|
210
|
-
<div class="icon-bg"></div>
|
|
211
|
-
</div>
|
|
212
|
-
<h3>Mémoire Ségréguée</h3>
|
|
213
|
-
<p>
|
|
214
|
-
Chaque agent peut posséder ses propres souvenirs isolés tout en ayant accès au socle
|
|
215
|
-
global.
|
|
216
|
-
</p>
|
|
217
|
-
<div class="feature-border"></div>
|
|
218
|
-
</div>
|
|
219
|
-
<div class="feature-card">
|
|
220
|
-
<div class="feature-icon">🔍</div>
|
|
221
|
-
<h3>Auto-Diagnostic CLI</h3>
|
|
222
|
-
<p>
|
|
223
|
-
Détection automatique des runners manquants avec instructions d'installation et
|
|
224
|
-
liens officiels vers les kits (NPM/GitHub).
|
|
225
|
-
</p>
|
|
226
|
-
</div>
|
|
227
|
-
<div class="feature-card">
|
|
228
|
-
<div class="feature-icon">💾</div>
|
|
229
|
-
<h3>Mémoire Long Terme</h3>
|
|
230
|
-
<p>
|
|
231
|
-
Indexation sémantique (PostgreSQL Vector) de chaque interaction pour une cohérence
|
|
232
|
-
parfaite sur la durée.
|
|
233
|
-
</p>
|
|
234
|
-
</div>
|
|
235
|
-
<div class="feature-card">
|
|
236
|
-
<div class="feature-icon">
|
|
237
|
-
<i class="fas fa-tools"></i>
|
|
238
|
-
<div class="icon-bg"></div>
|
|
239
|
-
</div>
|
|
240
|
-
<h3>Capacités Étendues</h3>
|
|
241
|
-
<p>
|
|
242
|
-
L'agent piloté peut utiliser VOS outils (Base de données, Scrapers, etc.) sans
|
|
243
|
-
limite.
|
|
244
|
-
</p>
|
|
245
|
-
<div class="feature-border"></div>
|
|
246
|
-
</div>
|
|
247
|
-
<div class="feature-card">
|
|
248
|
-
<div class="feature-icon">
|
|
249
|
-
<i class="fas fa-robot"></i>
|
|
250
|
-
<div class="icon-bg"></div>
|
|
251
|
-
</div>
|
|
252
|
-
<h3>Multi-Agents</h3>
|
|
253
|
-
<p>
|
|
254
|
-
Créez, configurez et gérez des personnalités d'agents isolées avec Prompts &
|
|
255
|
-
Settings dédiés.
|
|
256
|
-
</p>
|
|
257
|
-
<div class="feature-border"></div>
|
|
258
|
-
</div>
|
|
259
|
-
<div class="feature-card">
|
|
260
|
-
<div class="feature-icon">
|
|
261
|
-
<i class="fas fa-
|
|
262
|
-
<div class="icon-bg"></div>
|
|
263
|
-
</div>
|
|
264
|
-
<h3>
|
|
265
|
-
<p>
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
</p>
|
|
269
|
-
<div class="feature-border"></div>
|
|
270
|
-
</div>
|
|
271
|
-
<div class="feature-card">
|
|
272
|
-
<div class="feature-icon">
|
|
273
|
-
<i class="fas fa-bolt"></i>
|
|
274
|
-
<div class="icon-bg"></div>
|
|
275
|
-
</div>
|
|
276
|
-
<h3>Runner Hermes</h3>
|
|
277
|
-
<p>
|
|
278
|
-
Propulsé par <strong>NVIDIA NIM</strong>. Utilise DeepSeek V4 Pro/Flash pour un
|
|
279
|
-
raisonnement profond et une exécution ultra-rapide.
|
|
280
|
-
</p>
|
|
281
|
-
<div class="feature-border"></div>
|
|
282
|
-
</div>
|
|
283
|
-
<div class="feature-card">
|
|
284
|
-
<div class="feature-icon">
|
|
285
|
-
<i class="fas fa-coins"></i>
|
|
286
|
-
<div class="icon-bg"></div>
|
|
287
|
-
</div>
|
|
288
|
-
<h3>Orchestrateur Pur</h3>
|
|
289
|
-
<p>
|
|
290
|
-
Mode Économie Maximale : délègue tout aux sous-agents, capitalise la mémoire et
|
|
291
|
-
répond en moins de 3 lignes pour économiser vos tokens.
|
|
292
|
-
</p>
|
|
293
|
-
<div class="feature-border"></div>
|
|
294
|
-
</div>
|
|
295
|
-
</div>
|
|
296
|
-
</div>
|
|
297
|
-
</section>
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
</div>
|
|
372
|
-
</div>
|
|
373
|
-
</div>
|
|
374
|
-
</section>
|
|
375
|
-
|
|
376
|
-
<section class="
|
|
377
|
-
<div class="container">
|
|
378
|
-
<div class="section-header">
|
|
379
|
-
<h2 class="section-title">
|
|
380
|
-
<i class="fas fa-
|
|
381
|
-
|
|
382
|
-
</h2>
|
|
383
|
-
</div>
|
|
384
|
-
<div class="
|
|
385
|
-
<
|
|
386
|
-
<
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
</
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
<p class="system-note">
|
|
495
|
-
<i class="fas fa-exclamation-triangle"></i>
|
|
496
|
-
Note : L'OverMind maintient l'ordre parmi tous les agents IA. Même les
|
|
497
|
-
<strong>OpenClaw</strong> rebelles finissent par obéir. 😈
|
|
498
|
-
</p>
|
|
499
|
-
</div>
|
|
500
|
-
</div>
|
|
501
|
-
|
|
502
|
-
<footer>
|
|
503
|
-
<div class="container">
|
|
504
|
-
<div class="footer-content">
|
|
505
|
-
<div class="footer-brand">
|
|
506
|
-
<div class="footer-logo">
|
|
507
|
-
<i class="fas fa-brain"></i>
|
|
508
|
-
<span>OverMind-MCP</span>
|
|
509
|
-
</div>
|
|
510
|
-
<p>Le futur de l'orchestration IA</p>
|
|
511
|
-
</div>
|
|
512
|
-
<div class="footer-social">
|
|
513
|
-
<a href="https://www.npmjs.com/package/overmind-mcp" target="_blank" title="NPM">
|
|
514
|
-
<i class="fab fa-npm"></i>
|
|
515
|
-
</a>
|
|
516
|
-
<a href="https://github.com/DeamonDev888/overmind-mcp" target="_blank" title="GitHub">
|
|
517
|
-
<i class="fab fa-github"></i>
|
|
518
|
-
</a>
|
|
519
|
-
<a href="https://discord.gg/4AR82phtBz" target="_blank" title="Discord">
|
|
520
|
-
<i class="fab fa-discord"></i>
|
|
521
|
-
</a>
|
|
522
|
-
<a
|
|
523
|
-
href="https://deamondev888.github.io/PostgreSQL-MCP-Serveur/"
|
|
524
|
-
target="_blank"
|
|
525
|
-
title="PostgreSQL-MCP"
|
|
526
|
-
>
|
|
527
|
-
<i class="fas fa-database"></i>
|
|
528
|
-
</a>
|
|
529
|
-
</div>
|
|
530
|
-
</div>
|
|
531
|
-
<div class="footer-bottom">
|
|
532
|
-
<p>Projet propulsé par DeaMoN888 - 2026</p>
|
|
533
|
-
</div>
|
|
534
|
-
</div>
|
|
535
|
-
</footer>
|
|
536
|
-
|
|
537
|
-
<!-- SVG Visual Effects Definitions -->
|
|
538
|
-
<svg style="position: absolute; width: 0; height: 0" aria-hidden="true" focusable="false">
|
|
539
|
-
<defs>
|
|
540
|
-
<filter id="cyber-glitch">
|
|
541
|
-
<feTurbulence type="fractalNoise" baseFrequency="0.00001" numOctaves="1" result="noise" />
|
|
542
|
-
<feOffset dx="0" dy="0" result="offset" />
|
|
543
|
-
<feDisplacementMap in="SourceGraphic" in2="noise" scale="2" />
|
|
544
|
-
</filter>
|
|
545
|
-
|
|
546
|
-
<filter id="noiseFilter">
|
|
547
|
-
<feTurbulence
|
|
548
|
-
type="fractalNoise"
|
|
549
|
-
baseFrequency="0.6"
|
|
550
|
-
numOctaves="3"
|
|
551
|
-
stitchTiles="stitch"
|
|
552
|
-
/>
|
|
553
|
-
<feColorMatrix type="saturate" values="0" />
|
|
554
|
-
<feComponentTransfer>
|
|
555
|
-
<feFuncA type="linear" slope="0.05" />
|
|
556
|
-
</feComponentTransfer>
|
|
557
|
-
</filter>
|
|
558
|
-
|
|
559
|
-
<linearGradient id="cyber-gradient" x1="0%" y1="0%" x2="100%" y2="0%">
|
|
560
|
-
<stop offset="0%" stop-color="var(--neon-cyan)" />
|
|
561
|
-
<stop offset="50%" stop-color="var(--neon-blue)" />
|
|
562
|
-
<stop offset="100%" stop-color="var(--neon-cyan)" />
|
|
563
|
-
</linearGradient>
|
|
564
|
-
</defs>
|
|
565
|
-
</svg>
|
|
566
|
-
|
|
567
|
-
<script src="script.js?v=1.3.4" defer></script>
|
|
568
|
-
</body>
|
|
569
|
-
</html>
|
|
1
|
+
<!doctype html>
|
|
2
|
+
<html lang="fr">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="UTF-8" />
|
|
5
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
6
|
+
<title>OverMind-MCP | Orchestrateur Multi-Agents IA</title>
|
|
7
|
+
<meta
|
|
8
|
+
name="description"
|
|
9
|
+
content="Orchestrateur universel d'agents IA multi-modeles via MCP pour piloter Claude-Code, Gemini, QwenCli, Nous Hermes, Kilo/Cline et plus."
|
|
10
|
+
/>
|
|
11
|
+
<link
|
|
12
|
+
rel="stylesheet"
|
|
13
|
+
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css"
|
|
14
|
+
/>
|
|
15
|
+
<link rel="stylesheet" href="styles.css?v=1.3.4" />
|
|
16
|
+
</head>
|
|
17
|
+
<body>
|
|
18
|
+
<canvas class="matrix-bg" id="matrix"></canvas>
|
|
19
|
+
<div class="grid-overlay"></div>
|
|
20
|
+
<div class="orb orb-1"></div>
|
|
21
|
+
<div class="orb orb-2"></div>
|
|
22
|
+
<div class="orb orb-3"></div>
|
|
23
|
+
|
|
24
|
+
<div class="main-content">
|
|
25
|
+
<header>
|
|
26
|
+
<div class="container">
|
|
27
|
+
<nav>
|
|
28
|
+
<div class="logo">
|
|
29
|
+
<i class="fas fa-brain"></i>
|
|
30
|
+
<span class="logo-text">OverMind-MCP</span>
|
|
31
|
+
<div class="logo-glitch"></div>
|
|
32
|
+
</div>
|
|
33
|
+
<ul class="nav-links">
|
|
34
|
+
<li><a href="library.html" class="nav-link">Bibliothèque</a></li>
|
|
35
|
+
<li>
|
|
36
|
+
<a href="prompt.html" class="nav-link"><i class="fas fa-robot"></i> Prompt</a>
|
|
37
|
+
</li>
|
|
38
|
+
<li>
|
|
39
|
+
<a
|
|
40
|
+
href="https://deamondev888.github.io/PostgreSQL-MCP-Serveur/"
|
|
41
|
+
target="_blank"
|
|
42
|
+
class="nav-link nav-link-highlight"
|
|
43
|
+
><i class="fas fa-database"></i> PostgreSQL-MCP</a
|
|
44
|
+
>
|
|
45
|
+
</li>
|
|
46
|
+
</ul>
|
|
47
|
+
<div class="mobile-toggle">
|
|
48
|
+
<span></span>
|
|
49
|
+
<span></span>
|
|
50
|
+
<span></span>
|
|
51
|
+
</div>
|
|
52
|
+
</nav>
|
|
53
|
+
</div>
|
|
54
|
+
</header>
|
|
55
|
+
|
|
56
|
+
<section class="hero">
|
|
57
|
+
<div class="container">
|
|
58
|
+
<div class="hero-content">
|
|
59
|
+
<h1 class="hero-title">
|
|
60
|
+
<span class="glitch" data-text="OverMind">OverMind</span
|
|
61
|
+
><span class="gradient-text">-MCP</span>
|
|
62
|
+
</h1>
|
|
63
|
+
<p class="hero-subtitle elite-subtitle">
|
|
64
|
+
Orchestrateur universel d'agents IA multi-modeles via MCP pour piloter
|
|
65
|
+
<span class="highlight-model">Claude-Code</span>,
|
|
66
|
+
<span class="highlight-model">Gemini-cli</span>,
|
|
67
|
+
<span class="highlight-model">QwenCli</span>,
|
|
68
|
+
<span class="highlight-model">Nous Hermes</span>,
|
|
69
|
+
<span class="highlight-model">DeepSeek V4 Pro</span>,
|
|
70
|
+
<span class="highlight-model">Kilo/Cline</span>,
|
|
71
|
+
<span class="rebel-model">OpenClaw</span>, <span class="highlight-model">GLM</span>,
|
|
72
|
+
<span class="highlight-model">Minimax</span>,
|
|
73
|
+
<span class="highlight-model">Kimi</span>,
|
|
74
|
+
<span class="highlight-model">Ollama</span> et plus sans limite.
|
|
75
|
+
</p>
|
|
76
|
+
|
|
77
|
+
<div class="hero-actions">
|
|
78
|
+
<a href="#install" class="btn btn-primary elite-btn">
|
|
79
|
+
<i class="fas fa-rocket"></i>
|
|
80
|
+
<span>Déploier l'OverMind</span>
|
|
81
|
+
<div class="btn-glow"></div>
|
|
82
|
+
</a>
|
|
83
|
+
<a
|
|
84
|
+
href="https://deamondev888.github.io/PostgreSQL-MCP-Serveur/"
|
|
85
|
+
target="_blank"
|
|
86
|
+
class="btn btn-secondary elite-btn-secondary"
|
|
87
|
+
>
|
|
88
|
+
<i class="fas fa-database"></i>
|
|
89
|
+
<span>PostgreSQL-MCP</span>
|
|
90
|
+
</a>
|
|
91
|
+
<a
|
|
92
|
+
href="https://discord.gg/4AR82phtBz"
|
|
93
|
+
target="_blank"
|
|
94
|
+
class="btn btn-secondary elite-btn-secondary"
|
|
95
|
+
>
|
|
96
|
+
<i class="fab fa-discord"></i>
|
|
97
|
+
<span>Discord</span>
|
|
98
|
+
</a>
|
|
99
|
+
</div>
|
|
100
|
+
|
|
101
|
+
<div class="hero-terminal">
|
|
102
|
+
<div class="terminal-header">
|
|
103
|
+
<span class="dot"></span>
|
|
104
|
+
<span class="dot"></span>
|
|
105
|
+
<span class="dot"></span>
|
|
106
|
+
<span class="terminal-title">TERMINAL_SECURE_CHANNEL</span>
|
|
107
|
+
</div>
|
|
108
|
+
<div class="terminal-body">
|
|
109
|
+
<span class="prompt">$</span>
|
|
110
|
+
<span class="command">npm install -g overmind-mcp</span>
|
|
111
|
+
<button
|
|
112
|
+
class="terminal-copy"
|
|
113
|
+
onclick="copyToClipboard('npm install -g overmind-mcp')"
|
|
114
|
+
>
|
|
115
|
+
<i class="fas fa-copy"></i>
|
|
116
|
+
</button>
|
|
117
|
+
</div>
|
|
118
|
+
</div>
|
|
119
|
+
|
|
120
|
+
<div class="hero-stats elite-stats">
|
|
121
|
+
<div class="stat elite-stat">
|
|
122
|
+
<div class="stat-value" data-target="15">0</div>
|
|
123
|
+
<div class="stat-label">Modèles Supportés</div>
|
|
124
|
+
</div>
|
|
125
|
+
<div class="stat elite-stat">
|
|
126
|
+
<div class="stat-value" data-target="4096">0</div>
|
|
127
|
+
<div class="stat-label">Dimensions Mémoire</div>
|
|
128
|
+
</div>
|
|
129
|
+
<div class="stat elite-stat">
|
|
130
|
+
<div class="stat-value" data-target="100">0</div>
|
|
131
|
+
<div class="stat-label">% Domination</div>
|
|
132
|
+
</div>
|
|
133
|
+
</div>
|
|
134
|
+
</div>
|
|
135
|
+
<div class="hero-visual">
|
|
136
|
+
<div class="orchestration-cortex">
|
|
137
|
+
<div class="cortex-core">
|
|
138
|
+
<i class="fas fa-brain"></i>
|
|
139
|
+
<div class="core-rings">
|
|
140
|
+
<div class="ring ring-1"></div>
|
|
141
|
+
<div class="ring ring-2"></div>
|
|
142
|
+
<div class="ring ring-3"></div>
|
|
143
|
+
</div>
|
|
144
|
+
</div>
|
|
145
|
+
<div class="agent-fleet" id="agent-fleet">
|
|
146
|
+
<!-- Dynamically generated agent nodes -->
|
|
147
|
+
</div>
|
|
148
|
+
<div class="cortex-links" id="cortex-links">
|
|
149
|
+
<!-- Dynamically generated connections -->
|
|
150
|
+
</div>
|
|
151
|
+
<div class="hologram-data">
|
|
152
|
+
<div class="data-line">STATUS: SUPREME</div>
|
|
153
|
+
<div class="data-line">NODES: ACTIVE</div>
|
|
154
|
+
<div class="data-line">MISSION: DOMINATION</div>
|
|
155
|
+
</div>
|
|
156
|
+
</div>
|
|
157
|
+
</div>
|
|
158
|
+
</div>
|
|
159
|
+
</section>
|
|
160
|
+
|
|
161
|
+
<section class="features" id="features">
|
|
162
|
+
<div class="container">
|
|
163
|
+
<div class="section-header">
|
|
164
|
+
<h2 class="section-title">
|
|
165
|
+
<i class="fas fa-microchip"></i>
|
|
166
|
+
Fonctionnalités
|
|
167
|
+
</h2>
|
|
168
|
+
<p class="section-subtitle">La puissance ultime pour orchestrer vos agents IA</p>
|
|
169
|
+
</div>
|
|
170
|
+
<div class="features-grid">
|
|
171
|
+
<div class="feature-card">
|
|
172
|
+
<div class="feature-icon">
|
|
173
|
+
<i class="fas fa-plug"></i>
|
|
174
|
+
<div class="icon-bg"></div>
|
|
175
|
+
</div>
|
|
176
|
+
<h3>Contrôle Total</h3>
|
|
177
|
+
<p>
|
|
178
|
+
Lancez des missions complexes via MCP ou directement via le code avec une interface
|
|
179
|
+
simple et puissante.
|
|
180
|
+
</p>
|
|
181
|
+
<div class="feature-border"></div>
|
|
182
|
+
</div>
|
|
183
|
+
<div class="feature-card">
|
|
184
|
+
<div class="feature-icon">
|
|
185
|
+
<i class="fas fa-building"></i>
|
|
186
|
+
<div class="icon-bg"></div>
|
|
187
|
+
</div>
|
|
188
|
+
<h3>Architecture Pro</h3>
|
|
189
|
+
<p>
|
|
190
|
+
Basé sur des services (AgentManager, ClaudeRunner, PromptManager) pour une stabilité
|
|
191
|
+
maximale.
|
|
192
|
+
</p>
|
|
193
|
+
<div class="feature-border"></div>
|
|
194
|
+
</div>
|
|
195
|
+
<div class="feature-card">
|
|
196
|
+
<div class="feature-icon">
|
|
197
|
+
<i class="fas fa-brain"></i>
|
|
198
|
+
<div class="icon-bg"></div>
|
|
199
|
+
</div>
|
|
200
|
+
<h3>Mémoire 4096D</h3>
|
|
201
|
+
<p>
|
|
202
|
+
Système RAG intégré via PostgreSQL + pgvector supportant les embeddings SOTA (Qwen
|
|
203
|
+
8B).
|
|
204
|
+
</p>
|
|
205
|
+
<div class="feature-border"></div>
|
|
206
|
+
</div>
|
|
207
|
+
<div class="feature-card">
|
|
208
|
+
<div class="feature-icon">
|
|
209
|
+
<i class="fas fa-shield-alt"></i>
|
|
210
|
+
<div class="icon-bg"></div>
|
|
211
|
+
</div>
|
|
212
|
+
<h3>Mémoire Ségréguée</h3>
|
|
213
|
+
<p>
|
|
214
|
+
Chaque agent peut posséder ses propres souvenirs isolés tout en ayant accès au socle
|
|
215
|
+
global.
|
|
216
|
+
</p>
|
|
217
|
+
<div class="feature-border"></div>
|
|
218
|
+
</div>
|
|
219
|
+
<div class="feature-card">
|
|
220
|
+
<div class="feature-icon">🔍</div>
|
|
221
|
+
<h3>Auto-Diagnostic CLI</h3>
|
|
222
|
+
<p>
|
|
223
|
+
Détection automatique des runners manquants avec instructions d'installation et
|
|
224
|
+
liens officiels vers les kits (NPM/GitHub).
|
|
225
|
+
</p>
|
|
226
|
+
</div>
|
|
227
|
+
<div class="feature-card">
|
|
228
|
+
<div class="feature-icon">💾</div>
|
|
229
|
+
<h3>Mémoire Long Terme</h3>
|
|
230
|
+
<p>
|
|
231
|
+
Indexation sémantique (PostgreSQL Vector) de chaque interaction pour une cohérence
|
|
232
|
+
parfaite sur la durée.
|
|
233
|
+
</p>
|
|
234
|
+
</div>
|
|
235
|
+
<div class="feature-card">
|
|
236
|
+
<div class="feature-icon">
|
|
237
|
+
<i class="fas fa-tools"></i>
|
|
238
|
+
<div class="icon-bg"></div>
|
|
239
|
+
</div>
|
|
240
|
+
<h3>Capacités Étendues</h3>
|
|
241
|
+
<p>
|
|
242
|
+
L'agent piloté peut utiliser VOS outils (Base de données, Scrapers, etc.) sans
|
|
243
|
+
limite.
|
|
244
|
+
</p>
|
|
245
|
+
<div class="feature-border"></div>
|
|
246
|
+
</div>
|
|
247
|
+
<div class="feature-card">
|
|
248
|
+
<div class="feature-icon">
|
|
249
|
+
<i class="fas fa-robot"></i>
|
|
250
|
+
<div class="icon-bg"></div>
|
|
251
|
+
</div>
|
|
252
|
+
<h3>Multi-Agents</h3>
|
|
253
|
+
<p>
|
|
254
|
+
Créez, configurez et gérez des personnalités d'agents isolées avec Prompts &
|
|
255
|
+
Settings dédiés.
|
|
256
|
+
</p>
|
|
257
|
+
<div class="feature-border"></div>
|
|
258
|
+
</div>
|
|
259
|
+
<div class="feature-card">
|
|
260
|
+
<div class="feature-icon">
|
|
261
|
+
<i class="fas fa-bolt"></i>
|
|
262
|
+
<div class="icon-bg"></div>
|
|
263
|
+
</div>
|
|
264
|
+
<h3>Runner Hermes</h3>
|
|
265
|
+
<p>
|
|
266
|
+
Propulsé par <strong>NVIDIA NIM</strong>. Utilise DeepSeek V4 Pro/Flash pour un
|
|
267
|
+
raisonnement profond et une exécution ultra-rapide.
|
|
268
|
+
</p>
|
|
269
|
+
<div class="feature-border"></div>
|
|
270
|
+
</div>
|
|
271
|
+
<div class="feature-card">
|
|
272
|
+
<div class="feature-icon">
|
|
273
|
+
<i class="fas fa-bolt"></i>
|
|
274
|
+
<div class="icon-bg"></div>
|
|
275
|
+
</div>
|
|
276
|
+
<h3>Runner Hermes</h3>
|
|
277
|
+
<p>
|
|
278
|
+
Propulsé par <strong>NVIDIA NIM</strong>. Utilise DeepSeek V4 Pro/Flash pour un
|
|
279
|
+
raisonnement profond et une exécution ultra-rapide.
|
|
280
|
+
</p>
|
|
281
|
+
<div class="feature-border"></div>
|
|
282
|
+
</div>
|
|
283
|
+
<div class="feature-card">
|
|
284
|
+
<div class="feature-icon">
|
|
285
|
+
<i class="fas fa-coins"></i>
|
|
286
|
+
<div class="icon-bg"></div>
|
|
287
|
+
</div>
|
|
288
|
+
<h3>Orchestrateur Pur</h3>
|
|
289
|
+
<p>
|
|
290
|
+
Mode Économie Maximale : délègue tout aux sous-agents, capitalise la mémoire et
|
|
291
|
+
répond en moins de 3 lignes pour économiser vos tokens.
|
|
292
|
+
</p>
|
|
293
|
+
<div class="feature-border"></div>
|
|
294
|
+
</div>
|
|
295
|
+
</div>
|
|
296
|
+
</div>
|
|
297
|
+
</section>
|
|
298
|
+
|
|
299
|
+
|
|
300
|
+
<section class="installation" id="install">
|
|
301
|
+
<div class="container">
|
|
302
|
+
<div class="section-header">
|
|
303
|
+
<h2 class="section-title">
|
|
304
|
+
<i class="fas fa-download"></i>
|
|
305
|
+
Installation
|
|
306
|
+
</h2>
|
|
307
|
+
</div>
|
|
308
|
+
<div class="install-tabs">
|
|
309
|
+
<button class="tab-btn active" data-tab="global">
|
|
310
|
+
<i class="fas fa-globe"></i>
|
|
311
|
+
Globale via NPM
|
|
312
|
+
</button>
|
|
313
|
+
<button class="tab-btn" data-tab="local">
|
|
314
|
+
<i class="fas fa-folder"></i>
|
|
315
|
+
Locale (Dev)
|
|
316
|
+
</button>
|
|
317
|
+
</div>
|
|
318
|
+
<div class="tab-content active" id="global">
|
|
319
|
+
<div class="code-container">
|
|
320
|
+
<div class="code-header">
|
|
321
|
+
<span class="code-title">Terminal</span>
|
|
322
|
+
<div class="code-actions">
|
|
323
|
+
<button class="copy-btn">
|
|
324
|
+
<i class="fas fa-copy"></i>
|
|
325
|
+
</button>
|
|
326
|
+
</div>
|
|
327
|
+
</div>
|
|
328
|
+
<pre><code class="language-bash"># Installation globale
|
|
329
|
+
npm install -g overmind-mcp
|
|
330
|
+
|
|
331
|
+
# Configuration MCP pour Client IDE ou CLI
|
|
332
|
+
{
|
|
333
|
+
"mcpServers": {
|
|
334
|
+
"overmind": {
|
|
335
|
+
"command": "npx",
|
|
336
|
+
"args": ["-y", "overmind-mcp@latest"]
|
|
337
|
+
}
|
|
338
|
+
}
|
|
339
|
+
}</code></pre>
|
|
340
|
+
</div>
|
|
341
|
+
</div>
|
|
342
|
+
<div class="tab-content" id="local">
|
|
343
|
+
<div class="code-container">
|
|
344
|
+
<div class="code-header">
|
|
345
|
+
<span class="code-title">Terminal</span>
|
|
346
|
+
<div class="code-actions">
|
|
347
|
+
<button class="copy-btn">
|
|
348
|
+
<i class="fas fa-copy"></i>
|
|
349
|
+
</button>
|
|
350
|
+
</div>
|
|
351
|
+
</div>
|
|
352
|
+
<pre><code class="language-bash"># 1. Cloner le repo localement
|
|
353
|
+
git clone https://github.com/DeamonDev888/overmind-mcp
|
|
354
|
+
cd overmind-mcp
|
|
355
|
+
|
|
356
|
+
# 2. Installer les dépendances
|
|
357
|
+
pnpm install
|
|
358
|
+
|
|
359
|
+
# 3. Build le projet
|
|
360
|
+
pnpm run build
|
|
361
|
+
|
|
362
|
+
# Configuration MCP
|
|
363
|
+
{
|
|
364
|
+
"mcpServers": {
|
|
365
|
+
"overmind": {
|
|
366
|
+
"command": "node",
|
|
367
|
+
"args": ["PATH/ABSOLU/dist/bin/cli.js"]
|
|
368
|
+
}
|
|
369
|
+
}
|
|
370
|
+
}</code></pre>
|
|
371
|
+
</div>
|
|
372
|
+
</div>
|
|
373
|
+
</div>
|
|
374
|
+
</section>
|
|
375
|
+
|
|
376
|
+
<section class="library" id="library">
|
|
377
|
+
<div class="container">
|
|
378
|
+
<div class="section-header">
|
|
379
|
+
<h2 class="section-title">
|
|
380
|
+
<i class="fas fa-code"></i>
|
|
381
|
+
Utilisation comme Bibliothèque
|
|
382
|
+
</h2>
|
|
383
|
+
</div>
|
|
384
|
+
<div class="code-container large">
|
|
385
|
+
<div class="code-header">
|
|
386
|
+
<span class="code-title">TypeScript</span>
|
|
387
|
+
<div class="code-actions">
|
|
388
|
+
<button class="copy-btn">
|
|
389
|
+
<i class="fas fa-copy"></i>
|
|
390
|
+
</button>
|
|
391
|
+
</div>
|
|
392
|
+
</div>
|
|
393
|
+
<pre><code class="language-typescript">import { runAgent, AgentManager, updateConfig } from 'overmind-mcp';
|
|
394
|
+
|
|
395
|
+
// 1. Initialisation
|
|
396
|
+
updateConfig('./settings.json', './mcp.local.json');
|
|
397
|
+
|
|
398
|
+
// 2. Gestion des agents
|
|
399
|
+
const manager = new AgentManager();
|
|
400
|
+
await manager.createAgent('expert-seo', 'Tu es un expert SEO...', 'claude-3-5-sonnet');
|
|
401
|
+
|
|
402
|
+
// 3. Lancer une exécution via l'Orchestrateur Unifié
|
|
403
|
+
// Cette méthode gère automatiquement la persistence, l'isolation et les logs.
|
|
404
|
+
const { content, isError } = await runAgent({
|
|
405
|
+
runner: 'claude',
|
|
406
|
+
agentName: 'expert-seo',
|
|
407
|
+
prompt: 'Analyse le site example.com',
|
|
408
|
+
autoResume: true,
|
|
409
|
+
});
|
|
410
|
+
|
|
411
|
+
if (!isError) {
|
|
412
|
+
console.log('🤖 Résultat:', content[0].text);
|
|
413
|
+
}</code></pre>
|
|
414
|
+
</div>
|
|
415
|
+
</div>
|
|
416
|
+
</section>
|
|
417
|
+
<div class="container">
|
|
418
|
+
<p class="system-note">
|
|
419
|
+
<i class="fas fa-exclamation-triangle"></i>
|
|
420
|
+
Note : L'OverMind maintient l'ordre parmi tous les agents IA. Même les
|
|
421
|
+
<strong>OpenClaw</strong> rebelles finissent par obéir. 😈
|
|
422
|
+
</p>
|
|
423
|
+
</div>
|
|
424
|
+
</div>
|
|
425
|
+
|
|
426
|
+
<footer>
|
|
427
|
+
<div class="container">
|
|
428
|
+
<div class="footer-content">
|
|
429
|
+
<div class="footer-brand">
|
|
430
|
+
<div class="footer-logo">
|
|
431
|
+
<i class="fas fa-brain"></i>
|
|
432
|
+
<span>OverMind-MCP</span>
|
|
433
|
+
</div>
|
|
434
|
+
<p>Le futur de l'orchestration IA</p>
|
|
435
|
+
</div>
|
|
436
|
+
<div class="footer-social">
|
|
437
|
+
<a href="https://www.npmjs.com/package/overmind-mcp" target="_blank" title="NPM">
|
|
438
|
+
<i class="fab fa-npm"></i>
|
|
439
|
+
</a>
|
|
440
|
+
<a href="https://github.com/DeamonDev888/overmind-mcp" target="_blank" title="GitHub">
|
|
441
|
+
<i class="fab fa-github"></i>
|
|
442
|
+
</a>
|
|
443
|
+
<a href="https://discord.gg/4AR82phtBz" target="_blank" title="Discord">
|
|
444
|
+
<i class="fab fa-discord"></i>
|
|
445
|
+
</a>
|
|
446
|
+
<a
|
|
447
|
+
href="https://deamondev888.github.io/PostgreSQL-MCP-Serveur/"
|
|
448
|
+
target="_blank"
|
|
449
|
+
title="PostgreSQL-MCP"
|
|
450
|
+
>
|
|
451
|
+
<i class="fas fa-database"></i>
|
|
452
|
+
</a>
|
|
453
|
+
</div>
|
|
454
|
+
</div>
|
|
455
|
+
<div class="footer-bottom">
|
|
456
|
+
<p>Projet propulsé par DeaMoN888 - 2026</p>
|
|
457
|
+
</div>
|
|
458
|
+
</div>
|
|
459
|
+
</footer>
|
|
460
|
+
|
|
461
|
+
<!-- SVG Visual Effects Definitions -->
|
|
462
|
+
<svg style="position: absolute; width: 0; height: 0" aria-hidden="true" focusable="false">
|
|
463
|
+
<defs>
|
|
464
|
+
<filter id="cyber-glitch">
|
|
465
|
+
<feTurbulence type="fractalNoise" baseFrequency="0.00001" numOctaves="1" result="noise" />
|
|
466
|
+
<feOffset dx="0" dy="0" result="offset" />
|
|
467
|
+
<feDisplacementMap in="SourceGraphic" in2="noise" scale="2" />
|
|
468
|
+
</filter>
|
|
469
|
+
|
|
470
|
+
<filter id="noiseFilter">
|
|
471
|
+
<feTurbulence
|
|
472
|
+
type="fractalNoise"
|
|
473
|
+
baseFrequency="0.6"
|
|
474
|
+
numOctaves="3"
|
|
475
|
+
stitchTiles="stitch"
|
|
476
|
+
/>
|
|
477
|
+
<feColorMatrix type="saturate" values="0" />
|
|
478
|
+
<feComponentTransfer>
|
|
479
|
+
<feFuncA type="linear" slope="0.05" />
|
|
480
|
+
</feComponentTransfer>
|
|
481
|
+
</filter>
|
|
482
|
+
|
|
483
|
+
<linearGradient id="cyber-gradient" x1="0%" y1="0%" x2="100%" y2="0%">
|
|
484
|
+
<stop offset="0%" stop-color="var(--neon-cyan)" />
|
|
485
|
+
<stop offset="50%" stop-color="var(--neon-blue)" />
|
|
486
|
+
<stop offset="100%" stop-color="var(--neon-cyan)" />
|
|
487
|
+
</linearGradient>
|
|
488
|
+
</defs>
|
|
489
|
+
</svg>
|
|
490
|
+
|
|
491
|
+
<script src="script.js?v=1.3.4" defer></script>
|
|
492
|
+
</body>
|
|
493
|
+
</html>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "overmind-mcp",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.4",
|
|
4
4
|
"preferGlobal": true,
|
|
5
5
|
"description": "Orchestrateur universel agents IA multi-modeles via MCP. Inclut le protocole 'Custom-Nickname' pour identifier vos agents avec des surnoms originaux (The Chaos Prophet, Shadow Sniper, etc.), l'isolation mémoire (Private Memory Context) et le support pour QwenCli et Nous Hermes. Installation automatique des dépendances Docker (PostgreSQL, pgvector) inclus.",
|
|
6
6
|
"type": "module",
|
package/scripts/postinstall.mjs
CHANGED
|
@@ -96,18 +96,40 @@ async function checkDocker() {
|
|
|
96
96
|
|
|
97
97
|
const platform = process.platform;
|
|
98
98
|
if (platform === 'win32') {
|
|
99
|
-
console.log(' Windows:
|
|
99
|
+
console.log(' Windows: Docker Desktop, Rancher Desktop, ou Podman');
|
|
100
|
+
console.log(' https://www.docker.com/products/docker-desktop/');
|
|
100
101
|
} else if (platform === 'darwin') {
|
|
101
|
-
console.log(' macOS:
|
|
102
|
+
console.log(' macOS: Docker Desktop, Colima, OrbStack, ou Podman');
|
|
103
|
+
console.log(' https://www.docker.com/products/docker-desktop/');
|
|
102
104
|
} else {
|
|
103
|
-
console.log(' Linux:
|
|
105
|
+
console.log(' Linux: Docker Engine, Podman, ou rootless Docker');
|
|
106
|
+
console.log(' https://docs.docker.com/engine/install/');
|
|
107
|
+
console.log(' Podman: https://podman.io/getting-started/installation');
|
|
104
108
|
}
|
|
105
109
|
|
|
106
110
|
log(COLORS.cyan, '\nAprès installation de Docker, relancez: npm install -g overmind-mcp');
|
|
107
111
|
return false;
|
|
108
112
|
}
|
|
109
113
|
|
|
114
|
+
// Détecter le type d'implémentation Docker
|
|
115
|
+
let implType = 'Docker';
|
|
116
|
+
try {
|
|
117
|
+
const dockerInfo = runCommand('docker info --format "{{.ServerVersion}}"');
|
|
118
|
+
if (dockerInfo) {
|
|
119
|
+
// Essayer de détecter Podman
|
|
120
|
+
const podmanCheck = runCommand('docker info --format "{{.OperatingSystem}}"');
|
|
121
|
+
if (podmanCheck && podmanCheck.toLowerCase().includes('podman')) {
|
|
122
|
+
implType = 'Podman';
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
} catch (e) {
|
|
126
|
+
// Ignorer les erreurs de détection
|
|
127
|
+
}
|
|
128
|
+
|
|
110
129
|
log(COLORS.green, '✅ Docker détecté: ' + version.trim());
|
|
130
|
+
if (implType !== 'Docker') {
|
|
131
|
+
log(COLORS.cyan, ' Implémentation: ' + implType);
|
|
132
|
+
}
|
|
111
133
|
return true;
|
|
112
134
|
}
|
|
113
135
|
|
|
@@ -406,7 +428,7 @@ function showSummary() {
|
|
|
406
428
|
log(COLORS.yellow, "📋 COMPOSANTS INSTALLÉS:");
|
|
407
429
|
console.log('');
|
|
408
430
|
console.log('┌─────────────────────────────────────────────────────────────────┐');
|
|
409
|
-
console.log('│ ' + COLORS.cyan + 'Ouvrez
|
|
431
|
+
console.log('│ ' + COLORS.cyan + 'Ouvrez votre interface Docker (Containers)' + COLORS.reset + ' │');
|
|
410
432
|
console.log('│ ' + COLORS.cyan + 'Vous verrez le service OverMind actif:' + COLORS.reset + ' │');
|
|
411
433
|
console.log('│ ' + COLORS.green + ' • PostgreSQL + pgvector (Mémoire Vectorielle)' + COLORS.reset + ' │');
|
|
412
434
|
console.log('│ │');
|