Update cli_client.py
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user