Martin
Martin
try to formulate differently, it should have routed to the planner agent for the task. you could insist on the task complexity or divide into multiple clear step.
What model are you using ?
I would advice against using model from openai as they are really bad at following instructions. "Failed to make plan. Retrying... " happen when the model didn't follow our prompting...
I think you could configure searxng to use your own database as specified in their documentation : https://docs.searxng.org/dev/engines/offline_concept.html I haven't personally dig into it, it seem possible but you would...
Hello, thank you for the reporting multiple issues, I will look into each one. For now one thing caught my eyes: You said that the command : `cd F:\agentic_seek_workspace &&...
You can see the code for the check in sources/tools/safety.py If you wish you could set self.safe_mode = False in the tools base class (sources/tools/tools.py
Very interesting, will look it up later this this week when I have time! You could do one or multiple pull request as "draft" that I will review @christiancoleman
it will be easier to install on non-debian linux once we get full dockerization of backend. Should be merged this week hopefully
@mannubaveja007 Have a look at the docker_deployement branch, this is my current attempt but I was running into issue with chromium crashing on docker. Didn't have the time to fix...
You might consider using the fully dockerized version on the dev branch. You will have to read the readme again since setup is bit different