kksasa
kksasa
win os , same issue , after install to launch it says : GraphRAG dependencies not installed. GraphRAG retriever pipeline will not work properly. later try to index gragph: C:\Users\LLM\kotaemon-app\kotaemon-app\install_dir\env\python.exe:...
> 这个是全局的配置,对于多Agent的实现来讲不友好,因为我有些Agent不希望如此。只有部分Agent,或Agent中的部分Tools需要直接返回Tool的结果 应该需要修改_run 代码。在工具定义个特殊参数,比如useraw,然后检查到这个工具有这个参数就直接返回。 我继承重写了agent,你可以参考下面实现这样的功能,在__run里 ``` python from typing import Dict, Iterator, List, Literal, Optional, Union from qwen_agent.llm import BaseChatModel from qwen_agent.llm.schema import CONTENT, DEFAULT_SYSTEM_MESSAGE, FUNCTION, ROLE, SYSTEM, ContentItem, Message...
重写是为了解决:https://github.com/QwenLM/Qwen-Agent/issues/644 & https://github.com/QwenLM/Qwen-Agent/issues/643 支持动态传入LLM配置和动态管理MCP server 官方是不是没人管这个项目了。。。。
Hi Thanks for the answer, I think the blocker is due to multiple API reqeusts access at the same time. So I wonder if dify can provide a new retrieve...