The Webpage Summary Agent is a powerful tool designed to summarize webpages using mcp-agent
, MCP servers, and Qwen. This project is particularly useful for extracting key information from webpages efficiently.
To install the Webpage Summary Agent, follow these steps:
uv venv
Before using the agent, you need to configure the API key for Qwen.
mcp_agent.secrets.yaml
.# mcp_agent.secrets.yaml
# key from: https://bailian.console.aliyun.com/?apiKey=1#/api-key
openai:
api_key: "sk-xxxxxx"
To use the Webpage Summary Agent, run the following command:
uv run main.py --url "https://docs.cline.bot/improving-your-prompting-skills/prompting#advanced-prompting-techniques"
This project is developed to provide a seamless experience in summarizing webpages using advanced AI technologies. It integrates mcp-agent
, MCP servers, and Qwen to deliver accurate and concise summaries.
No releases published
No packages published