feat: Enable flash mode for Agent in bu_oss example

Co-authored-by: mailmertunsal <mailmertunsal@gmail.com>
This commit is contained in:
Cursor Agent
2025-12-16 22:06:49 +00:00
parent a102128317
commit b79dffeca4

View File

@@ -25,5 +25,6 @@ llm = ChatBrowserUse(
agent = Agent(
task='Find the number of stars of browser-use and stagehand. Tell me which one has more stars :)',
llm=llm,
flash_mode=True,
)
agent.run_sync()