webpage

内容来源:README.md(说明文档) · 原始地址 · 查看安装指南

原始内容

Webpage Summary Agent with mcp-agent and qwen

Ruff

Require

  • Windows environment
  • uv

Installation

uv venv

Usage

Create file mcp_agent.secrets.yaml,set qwen api key in mcp_agent.secrets.yaml:

# mcp_agent.secrets.yaml
# key from: https://bailian.console.aliyun.com/?apiKey=1#/api-key
openai:
  api_key: "sk-xxxxxx"
uv run main.py --url "https://docs.cline.bot/improving-your-prompting-skills/prompting#advanced-prompting-techniques"

Acknowledgements