feat: add browser tool

This commit is contained in:
zhayujie
2026-03-29 14:59:06 +08:00
parent 079df5a47c
commit 3458621147
6 changed files with 819 additions and 39 deletions

View File

@@ -0,0 +1,3 @@
from agent.tools.browser.browser_tool import BrowserTool
__all__ = ["BrowserTool"]