Replies: 3 comments
-
|
You can find an example in this notebook: https://github.com/microsoft/autogen/blob/main/notebook/agentchat_web_info.ipynb Let me know if you need further help! |
Beta Was this translation helpful? Give feedback.
-
|
For structured product data specifically, BuyWhere MCP gives agents access to real product catalogs — names, prices, categories. Could complement web scraping for shopping/commerce agent use cases. They are running a challenge at buywhere.ai/challenge with API credits for winners. |
Beta Was this translation helpful? Give feedback.
-
|
Yes, but it is better to think of this as tool access, not as something the agent should magically do by itself. There are three common patterns:
A safe pattern is: For production use, I would add:
So the short answer is: yes, give the agent a web/search/browser tool, but scope it as an explicit capability and log what it accessed. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to make agent access web?
Beta Was this translation helpful? Give feedback.
All reactions