Skip to main content

on_agent_created

Method
This is a method of the AgentPluginProtocol class in the plugins module.
Called when agent is created

Signature

def on_agent_created(&self, _agent_name: &str) -> Result<(), String>

Parameters

_agent_name
&str
required
No description available.

Returns

Returns
Result<(), String>
The result of the operation.