diff --git a/swarms/structs/agent.py b/swarms/structs/agent.py index bd245ba7..a5173482 100644 --- a/swarms/structs/agent.py +++ b/swarms/structs/agent.py @@ -9,7 +9,7 @@ from typing import Any, Callable, Dict, List, Optional, Tuple from termcolor import colored -from swarms.memory.base_vectordb import AbstractDatabase +from swarms.memory.base_vectordb import AbstractVectorDatabase from swarms.prompts.agent_system_prompts import ( AGENT_SYSTEM_PROMPT_3, )