mirror of
https://github.com/home-assistant/core.git
synced 2026-08-29 02:35:05 -05:00
The Assist API's built-in tools (date/time, calendar, todo, script, live context, intents) now come from the llm integration's tool platform, so the llm integration must be loaded for an Assist LLM API to expose them. Add llm to conversation's dependencies so it loads wherever the conversation stack (and thus any LLM agent) is active. This makes the registry tools reach Assist consumers, which surfaces in anthropic's test_extended_thinking_tool_call: it patched AssistAPI._async_get_tools to control the tool set, but tools now also come from the registry. Empty the registry in that test so its tool set stays the single mock tool. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>