feat: Composio tools execute on-the-fly (#999)
This commit is contained in:
@@ -5,9 +5,10 @@ from typing import List, Optional
|
||||
from colorama import Fore, Style, init
|
||||
|
||||
from letta.constants import CLI_WARNING_PREFIX
|
||||
from letta.helpers.json_helpers import json_loads
|
||||
from letta.local_llm.constants import ASSISTANT_MESSAGE_CLI_SYMBOL, INNER_THOUGHTS_CLI_SYMBOL
|
||||
from letta.schemas.message import Message
|
||||
from letta.utils import json_loads, printd
|
||||
from letta.utils import printd
|
||||
|
||||
init(autoreset=True)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user