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

This commit is contained in:
0xallam
2026-01-05 16:22:51 -08:00
committed by Ahmed Allam
parent 48fb48dba3
commit 878d6ebf57
2 changed files with 28 additions and 2 deletions

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)