Skip to content

v0.0.7

Compare
Choose a tag to compare
@JianxinMa JianxinMa released this 05 Aug 09:38
· 29 commits to main since this release
  • 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.