diff --git a/letta/orm/agent.py b/letta/orm/agent.py index d8b90b56..5efb3366 100644 --- a/letta/orm/agent.py +++ b/letta/orm/agent.py @@ -16,7 +16,7 @@ from letta.schemas.agent import AgentType from letta.schemas.embedding_config import EmbeddingConfig from letta.schemas.llm_config import LLMConfig from letta.schemas.memory import Memory -from letta.schemas.tool_rule import TerminalToolRule, ToolRule +from letta.schemas.tool_rule import ToolRule if TYPE_CHECKING: from letta.orm.agents_tags import AgentsTags