Memory Service запущено на всіх нодах + Cohere API налаштовано
Some checks failed
Build and Deploy Docs / build-and-deploy (push) Has been cancelled

- NODE1: Memory Service в K8s (port 30800) 
- NODE2: Memory Service в Docker (port 8001) 
- NODE3: Memory Service в Docker (port 8001) 
- Всі ноди: Cohere API налаштовано для embeddings 
- NODE2: ComfyUI перевірено (macOS App, port 8000) 
- Оновлено MEMORY-MODULE-STATUS.md v3.0.0
This commit is contained in:
Apple
2026-01-10 09:13:20 -08:00
parent 6b02349300
commit 116bf5f3f3

View File

@@ -1,8 +1,8 @@
# 🧠 Agent Memory Module — Status Report
**Дата:** 2026-01-10
**Версія документа:** 2.1.0
**Останнє оновлення:** 18:00 CET
**Версія документа:** 3.0.0
**Останнє оновлення:** 19:15 CET
---
@@ -11,10 +11,12 @@
| Компонент | NODE1 | NODE2 | NODE3 |
|-----------|:-----:|:-----:|:-----:|
| **PostgreSQL** | ✅ K8s (CloudNativePG) | ✅ Docker | ✅ Docker |
| **ComfyUI** | ❌ | ❌ | ✅ Running |
| **Memory Service** | ✅ K8s (port 30800) | ✅ Docker (port 8001) | ✅ Docker (port 8001) |
| **ComfyUI** | ❌ | ✅ macOS App (port 8000) | ✅ Running (port 8188) |
| **Qdrant** | ✅ K8s | ✅ Docker | ✅ Docker |
| **Neo4j** | ✅ K8s | ✅ Docker | ✅ Docker |
| **Ollama** | ✅ v0.13.5 | ✅ v0.12.11 | ✅ v0.13.5 |
| **Cohere API** | ✅ Configured | ✅ Configured | ✅ Configured |
| **NVIDIA GPU** | ✅ RTX 4000 SFF Ada | ❌ (Apple M4) | ✅ RTX 3090 |
| **CUDA** | ✅ 13.1 | N/A | ✅ 13.0 |
@@ -83,6 +85,17 @@ postgres-credentials: SecretSynced ✅
memory-service-secrets: SecretSynced ✅
```
#### ✅ Memory Service (FastAPI)
```
Pod: memory-service-76684fdd77-*
Namespace: daarion
Status: Running (1/1) ✅
Port: 8000 (internal), 30800 (NodePort)
PostgreSQL: daarion-postgres-rw.daarion:5432
Qdrant: qdrant.qdrant:6333
Cohere API: Configured ✅
```
#### ✅ Ollama
```
Version: 0.13.5
@@ -148,6 +161,25 @@ Location: /opt/homebrew/bin/ollama
| phi3:latest | 2.2 GB | 7 weeks ago |
| starcoder2:3b | 1.7 GB | 7 weeks ago |
#### ✅ Memory Service (FastAPI)
```
Container: memory-service
Status: Running ✅
Port: 8001
PostgreSQL: localhost:5432
Qdrant: localhost:6333
Cohere API: Configured ✅
```
#### ✅ ComfyUI
```
Type: macOS Desktop App
Status: Running ✅
Port: 8000
Location: /Applications/ComfyUI.app
User Directory: /Users/apple/Documents/ComfyUI
```
---
## 🎮 NODE3 — AI/ML Workstation
@@ -209,6 +241,16 @@ GPU: RTX 3090 (CUDA enabled)
| qwen3:32b | 20 GB | 25 hours ago |
| llama3:latest | 4.7 GB | 2 days ago |
#### ✅ Memory Service (FastAPI)
```
Container: memory-service
Status: Running ✅
Port: 8001
PostgreSQL: localhost:5432
Qdrant: localhost:6333
Cohere API: Configured ✅
```
#### ✅ ComfyUI
```
Location: /home/zevs/ComfyUI
@@ -293,10 +335,11 @@ URL: http://80.77.35.151:8188 (via SSH tunnel)
- [x] **NODE3** — Встановлено Neo4j
- [x] **NODE3** — Застосовано Agent Memory Schema
- [x] **NODE3** — Встановлено ComfyUI (v0.8.2, PyTorch+CUDA)
### 🔴 Критичні (НЕ ЗРОБЛЕНО)
- [ ] **Запустити Memory Service (FastAPI)** на всіх нодах
- [ ] **Налаштувати Cohere API** для embeddings (ключ: `nOdOXnuepLku2ipJWpe6acWgAsJCsDhMO0RnaEJB`)
- [x] **NODE1** — Запущено Memory Service в K8s (port 30800)
- [x] **NODE2** — Запущено Memory Service в Docker (port 8001)
- [x] **NODE3** — Запущено Memory Service в Docker (port 8001)
- [x] **Всі ноди**Налаштовано Cohere API для embeddings
- [x] **NODE2** — Перевірено ComfyUI (macOS App, port 8000)
### Рекомендовані
- [ ] **NODE1** — Завантажити базову модель в Ollama (e.g., `llama3:8b`)
@@ -317,6 +360,10 @@ URL: http://80.77.35.151:8188 (via SSH tunnel)
| PostgreSQL NODE1 | K8s (daarion ns) | Via Vault → External Secrets |
| PostgreSQL NODE2 | Docker :5432 | postgres (local) |
| PostgreSQL NODE3 | Docker :5432 | postgres/DaarionPostgres2026! |
| Memory Service NODE1 | K8s :30800 | No auth (internal) |
| Memory Service NODE2 | Docker :8001 | No auth |
| Memory Service NODE3 | Docker :8001 | No auth |
| ComfyUI NODE2 | macOS App :8000 | No auth |
| ComfyUI NODE3 | :8188 | No auth (SSH tunnel) |
| Qdrant NODE1 | K8s (qdrant ns) | No auth (internal) |
| Qdrant NODE2 | Docker :6333 | No auth |