Skip to main content

AgentPluginProtocol

Defined in the plugins module.
Rust AI Agent SDK Agent lifecycle plugin protocol

Methods

on_agent_created

fn on_agent_created(&self, _agent_name: &str) -> Result<(), String>
Called when agent is created Parameters:
NameType
_agent_name&str

Source

View on GitHub

praisonai/src/parity/plugins.rs at line 0