This component should rely on the asterai:host-cron interface to schedule a call-component-function with given args. For example an LLM can use this to schedule itself to be prompted, which would then be able to call tools or reply to the user with a specific reminder.
Components can still use asterai:host-cron directly, but having it as a component allows for better composability and for LLMs to use this as a tool.
This component should rely on the
asterai:host-croninterface to schedule acall-component-functionwith given args. For example an LLM can use this to schedule itself to be prompted, which would then be able to call tools or reply to the user with a specific reminder.Components can still use
asterai:host-crondirectly, but having it as a component allows for better composability and for LLMs to use this as a tool.