mirror of
https://github.com/mudler/LocalAGI.git
synced 2026-07-24 03:10:46 -04:00
1d574069f2
This allows to configure specifically how the Knowledge base should be accessible to the agent. - Auto search: When enabled, every message will trigger a search to the knowledge base. This is useful mostly if you mean to give immediate context to the agent. Particularly suited for search agents. - As tools: it will inject search and add tools to the knowledge base so the agent can handle these autonomously. Signed-off-by: Ettore Di Giacinto <mudler@localai.io>