Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion pkg/templates/python/browser-use/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ async def bu_task(ctx: kernel.KernelContext, input_data: TaskInput):
# task="Compare the price of gpt-4o and DeepSeek-V3",
task=input_data["task"],
llm=llm,
# browser_session=BrowserSessionCustomResize(cdp_url=kernel_browser.cdp_ws_url)
browser_session=browser,
)
result = await agent.run()
Expand Down
4 changes: 2 additions & 2 deletions pkg/templates/python/browser-use/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "Kernel sample app for Browser Use"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"browser-use>=0.11.1",
"kernel>=0.23.0",
"browser-use>=0.13.8",
"kernel>=0.97.0",
"pydantic>=2.12.5",
]
87 changes: 0 additions & 87 deletions pkg/templates/python/browser-use/session.py

This file was deleted.

Loading
Loading