From db18a17994cd0b15240f4b9c02f7679ffc17ee7b Mon Sep 17 00:00:00 2001 From: balabanovan530 <175+balabanovan530@noreply.localhost> Date: Tue, 2 Jun 2026 06:31:40 +0000 Subject: [PATCH] Update cli_client.py --- cli_client.py | 2 -- 1 file changed, 2 deletions(-) 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: