KwaiAgents icon indicating copy to clipboard operation
KwaiAgents copied to clipboard

A generalized information-seeking agent system with Large Language Models (LLMs).

Results 15 KwaiAgents issues
Sort by recently updated
recently updated
newest added

kagentsys --query="刘德华老婆是谁?" --llm_name="kagentlms_qwen_7b_mat" --use_local_llm --local_llm_host="localhost" --local_llm_port=8899 --lang="zh" File "/opt/conda/lib/python3.10/site-packages/trio-0.24.0-py3.10.egg/trio/_core/_io_epoll.py", line 203, in EpollIOManager _epoll: select.epoll = attr.ib(factory=select.epoll) AttributeError: module 'eventlet.green.select' has no attribute 'epoll' --------------------------------- 还有就是:单卡模型推理服务 ,加载模型后隔一小段时间后就会崩溃,然后出现以下提示 ValueError: The model's...

Traceback (most recent call last): File "c:\users\user\desktop\kwaiagents-main\kwaiagents-main\kwaiagents\tools\search.py", line 119, in _retry_search_result if not search_results and counter >= 2: ^^^^^^^^^^^^^^ UnboundLocalError: cannot access local variable 'search_results' where it is not associated...

如何向KAgentSys添加新的tool,有更详细的文档吗