基于python开发的agent,怎么集成此agent #87
Unanswered
Justpipidog
asked this question in
Q&A
Replies: 1 comment 2 replies
-
|
如果你只是希望控制一个浏览器的话,建议使用 browser use,如果你希望控制用户浏览器,而且已经有了自己的 agent,可以看下 chrome 现在内置的 mcp 协议。如果你希望浏览器作为一个 agent 来调用的话,我正在封装浏览器插件的版本,在那之前恐怕没法直接通过 python 调用。 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
我现在已经有一个基于python开发的agent,我对TS不怎么熟悉,需要基于此agent,启动一个MCP server。然后在我自己的agent中通过tolls接入吗?
还是我需要通过TS重构我现在的agent?
Beta Was this translation helpful? Give feedback.
All reactions