Skip to main content

steer

Method
This is a method of the AgentSteeringProtocol class in the protocols module.
Send a steering message to the agent during execution. This can be called while the agent is running to provide real-time guidance or course corrections.

Signature

Parameters

str
required
The steering message
int
default:"5"
Message priority (higher = more urgent)

Returns

str
Message ID for tracking

Source

View on GitHub

praisonaiagents/agent/protocols.py at line 556