diff --git a/cli_client.py b/cli_client.py index d80ae5d..f755a61 100644 --- a/cli_client.py +++ b/cli_client.py @@ -1,10 +1,8 @@ """Interactive CLI client for the RAG agent.""" import argparse -from typing import Any from .rag_tools import search_knowledge_base, add_to_knowledge_base -from .agent import executor def main() -> None: