mirror of
https://github.com/home-assistant/core.git
synced 2026-07-15 10:34:19 +01:00
754de6f998
* Add shared history for conversation agents * Remove unused code * Add support for native history items * Store all assistant responses as assistant in history * Add history support to DefaultAgent.async_handle_intents * Make local fallback work * Add default agent history * Add history cleanup * Add tests * ChatHistory -> ChatSession * Address comments * Update snapshots