Skip to main content

AgentAppProtocol

Defined in the extras module.
Rust AI Agent SDK Agent application protocol

Methods

name

fn name(&self) -> &str
Get the app name

version

fn version(&self) -> &str
Get the app version

start

fn start(&self) -> crate::error::Result<()>
Start the application

stop

fn stop(&self) -> crate::error::Result<()>
Stop the application

Source

View on GitHub

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