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

SearxNGTool limit search to one domain #16

Open
ilanb opened this issue Aug 22, 2024 · 4 comments
Open

SearxNGTool limit search to one domain #16

ilanb opened this issue Aug 22, 2024 · 4 comments

Comments

@ilanb
Copy link

ilanb commented Aug 22, 2024

Hi,
First, thanks for atomic-agents :-) work nice for me for now.
I try demo product finder and try to restrict domain search like :

searxng_tool = SearxNGTool(SearxNGToolConfig( base_url=os.getenv("SEARXNG_BASE_URL"), max_results=5, search_params={ "engines": "google", "language": "fr", "safesearch": 0, "site": "https://www.valrhona.com" } ))

I modified agent prompt too but some responses go outside of the domain I mention
How can I limit search and response to a single domain ?

Thanks !
Ilan

@KennyVaneetvelde
Copy link
Member

Hello,

We are currently reworking the way tools are distributed. We will be ripping them out of this package and providing them in a different way where you can take full ownership over the tool's code.

So, for now I will leave this issue open as it does look like it might be a bug in the tool (or maybe just missing functionality) but it won't be fixed anymore in this repository, but in the upcoming new one

Thanks for logging it!

@ilanb
Copy link
Author

ilanb commented Aug 25, 2024

Hello thanks Kenny,
Great news, Anyway, I resolved my problem and found interesting way to use it...

I'll be following the development of atomic-agents !

@fayzfi
Copy link

fayzfi commented Aug 29, 2024

Hi!
Do you have any timeline for reworking the tools?

@KennyVaneetvelde
Copy link
Member

KennyVaneetvelde commented Sep 5, 2024

@fayzfi Should be max. another week to be usable. The CLI I am creating to get the tools is 90% done but I want to make sure we have a really good end-to-end getting-started guide as this introduces more "moving parts" so to speak.

EDIT: Welp; it's ending up to be a bit longer than a week - but it will be worth it as it will mark the official release of v1.0 of atomic agents

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

No branches or pull requests

3 participants