AgentPluginProtocol
Defined in the plugins module.Rust AI Agent SDK Agent lifecycle plugin protocol
Methods
on_agent_created
| Name | Type |
|---|---|
_agent_name | &str |
Source
View on GitHub
praisonai/src/parity/plugins.rs at line 0AgentPluginProtocol: Agent lifecycle plugin protocol
Defined in the plugins module.Rust AI Agent SDK Agent lifecycle plugin protocol
on_agent_createdfn on_agent_created(&self, _agent_name: &str) -> Result<(), String>
| Name | Type |
|---|---|
_agent_name | &str |
praisonai/src/parity/plugins.rs at line 0