# Qwen-Agent: LLM 기반 애플리케이션 프레임워크

> Clean Markdown view of GeekNews topic #20679. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=20679](https://news.hada.io/topic?id=20679)
- GeekNews Markdown: [https://news.hada.io/topic/20679.md](https://news.hada.io/topic/20679.md)
- Type: news
- Author: [haebom](https://news.hada.io/@haebom)
- Published: 2025-05-03T21:25:06+09:00
- Updated: 2025-05-03T21:25:06+09:00
- Original source: [github.com/QwenLM](https://github.com/QwenLM/Qwen-Agent)
- Points: 7
- Comments: 0

## Summary

**Qwen-Agent**는 **LLM** 애플리케이션 개발을 위한 프레임워크로, 다양한 **애플리케이션**을 제공하며 Qwen Chat의 백엔드 역할을 합니다. 이 프레임워크는 **Qwen3** 및 **QwQ-32B**와 호환되는 **도구 호출**을 지원하며, **Gradio** 기반의 **GUI 인터페이스**를 제공합니다. 사용자는 **PyPI**를 통해 설치할 수 있으며, **DashScope**의 모델 서비스를 사용하거나 자체 **Qwen 모델**을 배포할 수 있습니다. 또한, **커스텀 도구 개발**과 **MCP** 지원, **RAG 솔루션**을 통한 대량의 문서 처리 기능을 갖추고 있습니다.

## Topic Body

**Qwen-Agent**는 Qwen의 기능(명령 수행, 도구 사용, 계획 수립, 메모리)을 활용한 LLM 애플리케이션 개발 프레임워크입니다. Browser Assistant, Code Interpreter, Custom Assistant 등의 애플리케이션을 제공하며, Qwen Chat의 백엔드 역할을 합니다.  
  
**주요 기능:**  
- Qwen3 및 QwQ-32B와 호환되는 도구 호출(Tool-call) 지원  
- LLM, Tool, Agent 등 원자적 컴포넌트 제공  
- Gradio 기반 GUI 인터페이스 제공  
  
**시작하기:**  
- PyPI에서 설치: `pip install -U "qwen-agent[gui,rag,code_interpreter,mcp]"`  
- DashScope의 모델 서비스 사용 또는 자체 Qwen 모델 배포 가능  
  
**특징:**  
- 커스텀 도구 개발 가능  
- MCP(Model Context Protocol) 지원  
- 100만 토큰 문서 처리를 위한 RAG 솔루션 제공  
- BrowserQwen: Qwen-Agent 기반 브라우저 어시스턴트

## Comments



_No public comments on this page._
