From 9976395a8fd1cfef9821be5efdd184b019571d21 Mon Sep 17 00:00:00 2001 From: karosi12 Date: Fri, 24 Apr 2026 13:26:06 +0100 Subject: [PATCH] hotfix: Counter not defined --- backend/app/services/langgraph/streaming_agent.py | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/app/services/langgraph/streaming_agent.py b/backend/app/services/langgraph/streaming_agent.py index 2d8d31c..7037404 100644 --- a/backend/app/services/langgraph/streaming_agent.py +++ b/backend/app/services/langgraph/streaming_agent.py @@ -3,6 +3,7 @@ import json import re import time +from collections import Counter from functools import lru_cache from typing import Any, cast