HookPluginProtocol
Defined in the plugins module.Rust AI Agent SDK Lifecycle hook plugin protocol
Methods
before_agent
| Name | Type |
|---|---|
_agent_name | &str |
_input | &str |
Source
View on GitHub
praisonai/src/parity/plugins.rs at line 0HookPluginProtocol: Lifecycle hook plugin protocol
Defined in the plugins module.Rust AI Agent SDK Lifecycle hook plugin protocol
before_agentfn before_agent(&self, _agent_name: &str, _input: &str) -> Result<Option<String>, String>
| Name | Type |
|---|---|
_agent_name | &str |
_input | &str |
praisonai/src/parity/plugins.rs at line 0