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

This commit is contained in:
2026-05-28 18:52:29 +03:00
parent 1ed458ad3c
commit 59c47e5a35
9 changed files with 146 additions and 302 deletions
+4 -3
View File
@@ -1,3 +1,4 @@
# This file is intentionally left empty.
# The application entry point is defined in src/cli.py.
# Importing src.cli.main will start the CLI when executed as a script.
from src.cli import main
if __name__ == "__main__":
main()