diff --git a/PROJECT-MASTER-INDEX.md b/PROJECT-MASTER-INDEX.md index 40274dec..f3cd67d4 100644 --- a/PROJECT-MASTER-INDEX.md +++ b/PROJECT-MASTER-INDEX.md @@ -162,6 +162,30 @@ python3 tools/agents smoke --id # Smoke test --- +## 🛠️ Зміни 2026-02-09 + +### ✅ SenpAI Market Data Integration + +**Що зроблено:** + +1. **Market Data Pipeline deployed на NODE1:** + - `dagi-market-data-node1` (порт 8893) — Binance + Bybit WS, SQLite, NATS + - `dagi-senpai-md-consumer-node1` (порт 8892) — features, signals, alerts + +2. **Tool `market_data` інтегровано в Router:** + - Файл: `services/router/tool_manager.py` — новий tool PRIORITY 7 + - Файл: `services/router/agent_tools_config.py` — Senpai має `["market_data"]` + - Senpai може запитувати real-time ціни та аналітику через tool call + +3. **Промпт Senpai оновлено:** + - Файл: `gateway-bot/senpai_prompt.txt` + - Додано опис `market_data` tool з прикладами використання + - Змінено порядок пошуку: market_data → web_search → memory_search + +4. **SOWA:** працює штатно — в груповому чаті потрібно звертатись по імені ("Сенпай", "Gordon", "@SenpAI_agent_bot") + +--- + ## 🛠️ Зміни 2026-01-29 ### ✅ UNIFIED AGENT REGISTRY (Major Update) @@ -341,4 +365,4 @@ curl http://localhost:8892/metrics --- **Автор:** Cursor Agent -**Останнє оновлення:** 2026-02-09 +**Останнє оновлення:** 2026-02-09 (market data integration) diff --git a/docker-compose.node1.yml b/docker-compose.node1.yml index 132eb482..c62f8d3d 100644 --- a/docker-compose.node1.yml +++ b/docker-compose.node1.yml @@ -693,8 +693,8 @@ services: - CMD-SHELL - python -c "import urllib.request; urllib.request.urlopen('http://localhost:8892/health')" interval: 15s - timeout: 5s - retries: 3 + timeout: 10s + retries: 5 start_period: 15s volumes: qdrant-data-node1: null