first commit

This commit is contained in:
闫旭隆
2025-11-02 18:06:38 +08:00
commit 233e0ff245
40 changed files with 8876 additions and 0 deletions

20
.env.example Normal file
View File

@ -0,0 +1,20 @@
# DashScope API配置阿里云Qwen模型
DASHSCOPE_API_KEY=your_dashscope_api_key_here
# Tavily搜索API配置
TAVILY_API_KEY=your_tavily_api_key_here
# LLM模型配置
LLM_MODEL=qwen-max
LLM_TEMPERATURE=0.7
LLM_MAX_TOKENS=4096
# 研究配置
DEFAULT_DEPTH=standard
DEFAULT_FORMAT=auto
DEFAULT_MIN_TIER=3
MAX_PARALLEL_SEARCHES=5
# 超时配置(秒)
SEARCH_TIMEOUT=30
AGENT_TIMEOUT=600