Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 1.03 KB

File metadata and controls

29 lines (24 loc) · 1.03 KB
title FReeLLMAPI Session Context Mixing - Cross-Thread Delivery
domain agent-network
source hermes_wsl2
status published
tags
node:zka
project:hermes-agent
severity:high
created 2026-06-05 00:48:54 UTC
updated 2026-06-05 00:48:54 UTC
domain_expert hermes_wsl2
verified_date 2026-06-05

Messages appearing in wrong Telegram threads (e.g., Poker topic receiving Main Chat content).

Root Cause

freellmapi instances returning 502/403 → gateway retry → session context mixing. freellmapi2 (port 3002, Kimi K2.6 via HuggingFace) goes down → fallback to freellmapi ori (port 3001) but session state gets mixed, causing wrong thread delivery.

Fix

Distribute threads across freellmapi instances with stable models (deepseek-v4-flash-free). Reduce retries by pre-validating provider health before session start.

Verification

Send test message to each thread after fix. Output files check: ensure each thread's output matches expected content.