AIAny
AI Agent2023
Icon for item

Qwen-Agent

Agent framework for building tool-using applications on Qwen 3+ LLMs. Provides function calling, MCP, a Dockerized code interpreter, and RAG over documents up to 1M tokens; powers the Qwen Chat backend and a Chrome browser-assistant extension.

Introduction

Most agent frameworks chase model-agnosticism; this one makes the opposite bet. By co-designing its orchestration with the Qwen model family it targets, it can rely on capabilities generic wrappers must treat as optional — native function-calling templates, reasoning_content for thinking models, and context windows up to 1M tokens. The result is less glue code and behavior that tracks each new Qwen release rather than lagging behind it.

What Sets It Apart
  • Tool layer that assumes structured calling. Function calling, parallel calls, and MCP integration are first-class, so wiring up external tools is configuration rather than prompt hacking.
  • Sandboxed code interpreter. Generated Python runs inside a Docker sandbox, making autonomous write-execute loops safe enough to leave running unattended.
  • RAG built for very long documents. The retrieval path is tuned for inputs up to ~1M tokens, sidestepping the chunk-and-pray pipelines most stacks rely on.
  • Production pedigree. It backs the Qwen Chat service and ships BrowserQwen, a Chrome extension, so the framework is exercised by real traffic, not just demos.
Who It's For

Great fit if you are already committed to Qwen models — via DashScope, vLLM, or Ollama — and want an opinionated stack that exposes their full feature set with minimal wiring. Look elsewhere if you need vendor-neutral abstractions across GPT, Claude, and Gemini: the tight Qwen coupling that is its strength becomes a lock-in cost, and porting agents to other model families means giving up the very features it was built around.

Information

  • Websitegithub.com
  • OrganizationsAlibaba Cloud, Qwen Team
  • AuthorsQwen team (Alibaba Group), QwenLM (GitHub)
  • Published date2023/09/22

Categories

More Items

GitHub
AI Agent2025

Autonomous Red Team agent that plans and executes realistic attack chains (reconnaissance, exploitation, pivoting, C2) while producing Rules of Engagement and an OPPLAN and running actions inside a hardened sandbox; intended for authorized red-team engagements and defensive verification.

GitHub
AI Agent2026

Provides modular, AI-optimized SKILL.md instructions that ground LLMs in Android development workflows and can be installed into agent environments via the Android CLI; focuses on tasks where LLMs underperform.

GitHub
AI Agent2026

Build native desktop apps authored with declarative .native markup and TypeScript (or Zig) compiled to native code, with no browser or JS runtime in the binary. Ships a component catalog, deterministic rendering, hot reload, and an embedded automation server for AI agent workflows.