refactor(tui): improve agent node expansion handling and add tree node selection functionality

This commit is contained in:
0xallam
2026-01-06 16:44:22 -08:00
committed by Ahmed Allam
parent 013806f4d2
commit e6ca63066a
2 changed files with 28 additions and 2 deletions
+3
View File
@@ -1,3 +1,5 @@
import logging
import litellm
from .config import LLMConfig
@@ -11,3 +13,4 @@ __all__ = [
]
litellm._logging._disable_debugging()
logging.getLogger("aiohttp").setLevel(logging.CRITICAL)