queue_message
Method
This is a method of the MessageSteeringProtocol class in the protocols module.Queue a steering message for the agent.
Signature
Parameters
str
required
The steering message content
int
default:"5"
Message priority (higher = more urgent)
Returns
str
Message ID for tracking
Source
View on GitHub
praisonaiagents/agent/protocols.py at line 481
