From 462fa54389a8b3f9c6ca8f5115cfbe4f8fbd477f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Umut=20Cans=C4=B1n=20Torgayl=C4=B1?= Date: Tue, 28 Jul 2026 18:49:16 +0300 Subject: [PATCH] fix(agent): import Any in agent_loop to fix NameError --- src/agent_loop.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/agent_loop.py b/src/agent_loop.py index 592ebaec1..cca93fe56 100644 --- a/src/agent_loop.py +++ b/src/agent_loop.py @@ -12,7 +12,7 @@ import json import re import time import logging -from typing import AsyncGenerator, List, Dict, Optional, Set +from typing import Any, AsyncGenerator, List, Dict, Optional, Set from urllib.parse import urlparse from src.llm_core import (