on_agent_created
Method
This is a method of the AgentPluginProtocol class in the plugins module.Called when agent is created
Signature
Parameters
No description available.
Returns
The result of the operation.
on_agent_created: Called when agent is created
This is a method of the AgentPluginProtocol class in the plugins module.Called when agent is created
def on_agent_created(&self, _agent_name: &str) -> Result<(), String>