agentscope/examples/integration/qwen_deep_research_model
xiaoxue 4060f1f09d 同步完整源码 - 2026-05-25 2026-05-25 01:46:32 +08:00
..
README.md 同步完整源码 - 2026-05-25 2026-05-25 01:46:32 +08:00
main.py 同步完整源码 - 2026-05-25 2026-05-25 01:46:32 +08:00
qwen_deep_research_agent.py 同步完整源码 - 2026-05-25 2026-05-25 01:46:32 +08:00

README.md

Deep Research Agent Example with Qwen-Deep-Research Model

What This Example Demonstrates

This example shows an Agent implementation with Qwen-Deep-Research model using the AgentScope framework. It can break down complex problems, uses web searches to perform analysis, and generates research reports.

Reference: https://www.alibabacloud.com/help/en/model-studio/qwen-deep-research

Prerequisites

How to Run This Example

  1. Set Environment Variable:
    export DASHSCOPE_API_KEY="your_dashscope_api_key_here"
    
  2. Run the script:
    python main.py