Inform
open class Inform<P>(val from: ProcessModel.Entity, val payload: P, val conversationId: String? = null) : AgentMessage(source)
An informational message that conveys a fact (payload) to the recipient without expecting any particular response.
Properties
Link copied to clipboard
Optional identifier that groups messages belonging to the same logical exchange (a Contract-Net call, a multi-turn negotiation, a tracked task lifecycle). Use a fresh value per conversation when grouping matters; leave null for one-shot messages.
Link copied to clipboard
The entity (typically an AgentModel.Agent) that sent this message.