Update cli_client.py

This commit is contained in:
2026-06-02 06:31:40 +00:00
parent fe918a68b4
commit db18a17994
-2
View File
@@ -1,10 +1,8 @@
"""Interactive CLI client for the RAG agent.""" """Interactive CLI client for the RAG agent."""
import argparse import argparse
from typing import Any
from .rag_tools import search_knowledge_base, add_to_knowledge_base from .rag_tools import search_knowledge_base, add_to_knowledge_base
from .agent import executor
def main() -> None: def main() -> None: