feat: solution for 'Практическое задание: Агент с RAG-памятью'

This commit is contained in:
2026-05-28 21:17:44 +03:00
parent 59c47e5a35
commit 835f5dd233
8 changed files with 253 additions and 151 deletions
+4 -4
View File
@@ -1,4 +1,4 @@
from src.cli import main
if __name__ == "__main__":
main()
# This file is intentionally left blank.
# The CLI functionality is provided in src/cli.py.
# To run the application, execute:
# python -m src.cli