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

This commit is contained in:
2026-05-28 18:21:32 +03:00
parent 61d5771c9b
commit 1ed458ad3c
7 changed files with 265 additions and 138 deletions
+3 -4
View File
@@ -1,4 +1,3 @@
from .cli import main
if __name__ == "__main__":
main()
# 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.