Skip to content

Releases: QwenLM/Qwen-Agent

v0.0.10

18 Sep 14:21
Compare
Choose a tag to compare

v0.0.9

04 Sep 10:26
Compare
Choose a tag to compare
  • Bug fix: Incomplete PyPI packaging caused by the absence of __init__.py.

v0.0.8

03 Sep 08:52
Compare
Choose a tag to compare

v0.0.7

05 Aug 09:38
Compare
Choose a tag to compare
  • 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.

v0.0.6

26 Jun 14:47
Compare
Choose a tag to compare

v0.0.5

06 Jun 08:48
Compare
Choose a tag to compare
  • Added long-context agents to understand 1-million-token documents. Read the blog for technical details.

v0.0.4

11 May 14:58
Compare
Choose a tag to compare
  • Added experimental support for Gradio-based web GUI components for easy prototyping.
  • Added vector retrieval, hybrid retrieval, and keyword stemming to improve RAG performance.

v0.0.3

25 Apr 05:04
Compare
Choose a tag to compare
  • Improved the accuracy of the fast RAG strategy.
  • Reorganized the implementations of RAG-related tools.

v0.0.2

17 Apr 06:04
Compare
Choose a tag to compare
  • Improved documentation.
  • Support local image files for DashScope Qwen-VL.

v0.0.1

07 Apr 13:25
Compare
Choose a tag to compare
  • Qwen-Agent v0.0.1 released and uploaded to pypi.org.