v0.0.7
版本发布时间: 2024-08-05 17:38:52
QwenLM/Qwen-Agent最新发布版本:v0.0.11(2024-11-29 16:46:45)
- 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.
-