github goruck/home-generative-agent v3.34.0

4 hours ago

Added

  • Tools you choose can now always reach the model. Tool retrieval ranks tools by how similar their description is to your message, and that ranking systematically misses general-purpose tools on exactly the questions they exist for — "Who won the FIFA World Cup?" shares no vocabulary with a web_search tool's description, so the tool was filtered out before the model ever saw the list, and no system-prompt instruction could reach it. A new Always-included tools picker in the Options flow, beside the excluded-tools picker, lists the same tools across every selected LLM API (MCP servers included); anything you tick is appended after retrieval, on top of the retrieval limit, so it never crowds out a ranked tool. The model still decides whether to actually call it. An exclusion always beats an inclusion — the form refuses a tool ticked in both lists, and the runtime enforces the same rule — and an inclusion binds only while its API is active and the server actually advertises the tool. Requested by @krishgcek (#579).

Don't miss a new home-generative-agent release

NewReleases is sending notifications on new releases.