refactor(tui): improve agent node expansion handling and add tree node selection functionality
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user