feat(agent): 接入Exa API用于网络搜索

This commit is contained in:
jxxghp
2026-03-30 07:11:29 +08:00
parent 8999c3a855
commit 70109635c7
2 changed files with 98 additions and 42 deletions

View File

@@ -524,6 +524,8 @@ class ConfigModel(BaseModel):
"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",
"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",
]
# Exa API密钥用于网络搜索
EXA_API_KEY: str = "161ce010-fb56-419c-9ea8-4fb459b96298"
# AI推荐条目数量限制
AI_RECOMMEND_MAX_ITEMS: int = 50