mirror of
https://gitee.com/wanwujie/deer-flow
synced 2026-04-30 09:14:47 +08:00
fix: unify naming
This commit is contained in:
5
main.py
5
main.py
@@ -2,15 +2,16 @@
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
"""
|
||||
Entry point script for the Deer project.
|
||||
Entry point script for the DeerFlow project.
|
||||
"""
|
||||
|
||||
import argparse
|
||||
import asyncio
|
||||
|
||||
from InquirerPy import inquirer
|
||||
|
||||
from src.workflow import run_agent_workflow_async
|
||||
from src.config.questions import BUILT_IN_QUESTIONS, BUILT_IN_QUESTIONS_ZH_CN
|
||||
from src.workflow import run_agent_workflow_async
|
||||
|
||||
|
||||
def ask(
|
||||
|
||||
Reference in New Issue
Block a user