before_agent
Method
This is a method of the HookRunner class in the hooks module.Run before-agent hooks
Signature
Parameters
No description available.
No description available.
No description available.
Returns
The result of the operation.
before_agent: Run before-agent hooks
This is a method of the HookRunner class in the hooks module.Run before-agent hooks
def before_agent(
&self,
session_id: &str,
agent_name: &str,
message: &str,
) -> Result<HookResult>