Credentials, not a composer dependency
A Sylius store is software your team owns, and every third-party bundle in the composer file is a thing somebody has to test on the next minor version and explain to whoever inherits the project. There is no Sensbot bundle for Sylius, and there does not need to be. Sylius already ships an Admin API, so during onboarding we connect the assistant to your store with credentials rather than code.
Once that connection is live, answers are written from real data: orders and their state, shipments and payments, products and stock, and customer records. A shopper asking where their parcel is gets the order, the shipment 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 here is coupled to your Sylius version. No bundle, no migration, no entity extension, no upgrade path to babysit. If you rebuild the storefront next year, an API client and a mailbox are still the only two things this depends on.