fix: unify naming

This commit is contained in:
Li Xin
2025-05-08 08:59:18 +08:00
parent 867a158c6b
commit daf2e57f14
3 changed files with 9 additions and 8 deletions

View File

@@ -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(