Skip to main content

process_steering

Method
This is a method of the MessageSteeringProtocol class in the protocols module.
Process any pending steering messages and update execution context. This method is called during agent execution to check for and process any steering messages that have been queued.

Signature

Parameters

Optional
Optional execution context to update

Returns

bool
True if messages were processed, False otherwise

Source

View on GitHub

praisonaiagents/agent/protocols.py at line 503