An integration user, not another extension
Magento stores are heavy, and every extension is a thing somebody has to regression-test before the next release goes out. There is no Sensbot extension, and there does not need to be. Magento already ships a REST API, on Open Source and on Adobe Commerce alike, so during onboarding we connect the assistant with an integration token instead of code.
Once that connection is live, answers are written from real data: orders and their status, shipments and tracking, credit memos and refunds, products and stock, and customer records. A shopper asking where a parcel is gets the order, the carrier and the date. An operator opening the inbox finds the reply already written around it.
Two products run on top of it. The Email Assistant reads the mailbox your team already answers from, over Gmail, Outlook or IMAP, and leaves the drafted reply in your drafts folder. The Chatbot answers on the storefront, in the customer's own language, at whatever hour the question arrives.
Nothing is deployed into your codebase, so nothing has to survive your next upgrade. An integration token and a mailbox are the only two things this depends on, whether you are on Magento Open Source or Adobe Commerce.