start
AsyncMethod
This is a method of the BasePlatformAdapter class in the base module.Establish the connection and run the inbound loop until stopped. This is the seam the wrapper’s supervision layer wraps: an adapter’s
start should run its inbound source (poll/listen/socket) and only
return when the channel is stopped cleanly, raising on an unexpected
drop so the supervisor can reconnect with backoff. Concrete adapters
override this with their platform run loop.
Signature
Uses
NotImplementedError
Used By
Source
View on GitHub
praisonaiagents/bots/base.py at line 423
