refactor(tools): extract search domain into src/tools/search.py

This commit is contained in:
yuandonghao
2026-06-16 14:57:59 +08:00
parent 00e9f511f6
commit 73d28a1462
3 changed files with 55 additions and 44 deletions
+1
View File
@@ -21,3 +21,4 @@ from src.tools.cookbook import ( # noqa: F401
_scan_running_model_processes, _cookbook_kill_session,
_MODEL_PROCESS_PATTERNS,
)
from src.tools.search import do_search_chats # noqa: F401