An experimental plugin that leverages the WhiteRabbit component to integrate scheduling into your tools without the need to write custom scheduling code. Using the @white_rabbit_tool annotation, it extends the traditional @tool and enables the Cheshire Cat framework to decide if a function should run immediately or be scheduled for later, including cron-based scheduling.
It also expose some basic tools to manage scheduled jobs in a conversational way.
Be aware that this is an experimental feature (pretty wild indeed). Scheduling jobs in a conversational way is quite hard, letting the model do that on its own is even harder. π€π£