Skip to content

Instantly share code, notes, and snippets.

View tweibley's full-sized avatar

Taylor Weibley tweibley

View GitHub Profile
@tweibley
tweibley / buse-demo.py
Created January 28, 2025 01:45
An example browser-use script for deepseek-r1 hosted locally via ollama
import asyncio
from browser_use import Agent
from browser_use.agent.views import AgentHistoryList
from langchain_ollama import ChatOllama
async def run_search():
agent = Agent(
task=('search for browser-use and summarize the first three results on google.com (do not click or attempt to sign in)'),
llm=ChatOllama(