mirror of
https://gitee.com/wanwujie/deer-flow
synced 2026-04-22 21:54:45 +08:00
feat: lite deep researcher implementation
This commit is contained in:
6
src/prompts/__init__.py
Normal file
6
src/prompts/__init__.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from .template import apply_prompt_template, get_prompt_template
|
||||
|
||||
__all__ = [
|
||||
"apply_prompt_template",
|
||||
"get_prompt_template",
|
||||
]
|
||||
Reference in New Issue
Block a user