v0.0.7
版本发布时间: 2024-08-05 17:38:52
QwenLM/Qwen-Agent最新发布版本:v0.0.10(2024-09-18 22:21:05)
- Make dependencies for the code interpreter and RAG optional.
-
pip install qwen-agent
now only installs minimal dependencies for function calling. -
pip install qwen-agent[rag,code_interpreter,gui]
installs optional dependencies for RAG, Code Interpreter, and GUI.
-