Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Example custom function for web search #675

Merged
merged 1 commit into from
Feb 12, 2025
Merged

Example custom function for web search #675

merged 1 commit into from
Feb 12, 2025

Conversation

MagMueller
Copy link
Collaborator

This pull request introduces a new advanced search functionality in the examples/custom-functions/advanced_search.py file. The changes include importing necessary libraries, setting up environment variables, and defining a new asynchronous function to search the web using the Tessa API.

Key changes:

  • Added necessary imports including json, os, sys, requests, asyncio, dotenv, langchain_openai, and pydantic.
  • Configured the Controller to exclude specific actions and set up the BEARER_TOKEN from environment variables.
  • Defined an asynchronous function search_web to perform a web search using the Tessa API and filter results based on a minimum score.
  • Implemented a main function to create a task, initialize an Agent with a specific task and model, and run the agent asynchronously.
  • Ensured the script runs the main function asynchronously when executed directly.

@MagMueller MagMueller merged commit 5b5852b into main Feb 12, 2025
3 checks passed
@MagMueller MagMueller deleted the asktessa-search branch February 12, 2025 02:26
AryamanParida pushed a commit to AryamanParida/browser-use that referenced this pull request Mar 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant