Maplemx

Results 17 comments of Maplemx

Exception: [Agent Request] Error: Request timed out. Please check your connection to model. If you're firewall blocked, use a proxy and set proxy server host and port into SETTINGS.yaml.

因为DeepSeek使用的是OpenAI兼容接口,所以只需要把模型供应商设置改为: `MODEL_PROVIDER: OAIClient` 这里的确有一个容易误解的命名问题,MODEL_PROVIDER应该是MODEL_CLIENT_PROVIDER

Hi, please check: https://github.com/AgentEra/Agently-Daily-News-Collector/issues/4

> Has the problem been solved? It's because the search tool require proxy

这个项目使用的Agently版本是Agently==3.3.4.7,需要手动回退 Agently 3.4版本重构了Workflow的底层

```python # 搜索工具 def search(keywords:list): payload = json.dumps({ "q": ' '.join(keywords) if isinstance(keywords, list) else keywords, }) headers = { 'X-API-KEY': os.environ.get("SERPER_API_KEY"), 'Content-Type': 'application/json' } response = requests.request("POST", "https://google.serper.dev/search", headers=headers,...

ddgs更新速度有点快,现在是限制的>=5.3,建议是使用前直接pip install -U