For the complete documentation index, see llms.txt. This page is also available as Markdown.

Messages

Messages are small pieces of data that get passed around between services. They can define an instruction to perform an action, or report that something has just occurred.

Messages are sent by a publisher and received by 0 to many subscribers depending on the type of message and if your system requires it to be handled.

Last updated