Update src/__init__.py

This commit is contained in:
2026-06-05 10:25:41 +00:00
parent bb94b74bb8
commit 5b14d74a5e
+8 -1
View File
@@ -1 +1,8 @@
# Init file for src package
"""Package initialization for the RAG agent project.
This file exposes the public classes and functions that are intended to be
imported by users of the package.
"""
from .vector_store import KnowledgeBase
from .tools import search_knowledge_base, add_to_knowledge_base