Releases: alves-dev/stackspot-homeassistant
Releases · alves-dev/stackspot-homeassistant
v1.5.0
develop
This is the release from develop
v1.4.0
v1.4.0-beta.2
Added
- Created new Tool
get_todo_items - New parameter in agent configuration to indicate if it can control the ha:
- It basically indicates whether the agent has access or not to the Tools
- By default this option is
false
- New
LLM Modelparameter:- Informational only
- Appears on the device
- No effect on the agent
Improvements
- New naming strategy for sub-entries
- Improved device information
v1.4.0-beta.1
⚠️ Attention
Note that this gives the agent access to change states in your HA. Consider that LLMs are not deterministic and may call services and/or change statuses that they shouldn't. Use at your own risk.
Added
- Powers to change status and call for services
- Now your agent can get entities status or call services, this is now possible using the tools.
- Two tools are being made available,
get_entity_stateandcall_service; The agent can decide when and which one calls.
Changed
- Now the variable
exposed_entitiesis created at the HA start and updated every 5 minutes.
v1.3.0
Added
- New variable
exposed_entitiesfor prompts - KS (knowledge-source)
- They are used to give agents more context, you can store information on them and the agent will be enriched with them
- see: https://ai.stackspot.com/docs/knowledge-s