AgentSteeringProtocol
Defined in the protocols module.AI Agent Protocol for agents that support message steering. This extends the agent interface with steering capabilities, allowing real-time message injection during execution.
Methods
steer()
Send a steering message to the agent during execution.
get_steering_status()
Get current steering status.
message_steering_enabled()
Whether message steering is enabled for this agent.
Source
View on GitHub
praisonaiagents/agent/protocols.py at line 548
