add tools.py

This commit is contained in:
2026-05-28 13:37:58 +00:00
parent 8898d37185
commit de60d75ace
+4
View File
@@ -0,0 +1,4 @@
"""Tools re-exported from agent.py for convenience."""
from agent import search_knowledge_base, add_to_knowledge_base
__all__ = ["search_knowledge_base", "add_to_knowledge_base"]