before_agent
Method
This is a method of the HookPluginProtocol class in the plugins module.Called before agent execution
Signature
Parameters
No description available.
No description available.
Returns
The result of the operation.
before_agent: Called before agent execution
This is a method of the HookPluginProtocol class in the plugins module.Called before agent execution
def before_agent(&self, _agent_name: &str, _input: &str) -> Result<Option<String>, String>