[Ollama] Silent disconnection handling without error logging #92
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What's happening: Ollama disconnections (e.g., server disconnect) result in silent continuation without error logging or recovery attempts.
Expected behavior: System should log disconnection events, trigger health checks, and halt with clear error messages.
Suggested fix: Add error handling in
memory_system.py's Ollama health check loop to log disconnections and halt execution.Acceptance criteria: Disconnected Ollama produces 'Ollama disconnected' error log and halts processing.
Auto-filed by Timmy's thinking engine