Architecture
Enabling a Notification Platform
Recipe for enabling a notification platform for an LLM agent in Stubber
User Engagement
Example User Requests :
- How can I enable my Stubber agent to communicate on [notification platform]?
- I want my bot engage on [notification platform], how do I do that?
Clarification Questions
- Which notification platform are you referring to?
- Have you already implemented a notification profile on Stubber?
- Should I update the _create context too?
Implementation Plan
Implementation Steps:
- Find the correct feedback action from the actions library and add it to the flow (from library)
- Amend the _update_from_chat_assistant_task to send a notification if the communication_channel is the specified platform
- Add the feedback action (typically _update_from_[notification platform]) to the _create context (from library)
- Amend the _create action on the default context to run a send action task if the incoming [notification platform] data is in the stub.data