Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.praison.ai/llms.txt

Use this file to discover all available pages before exploring further.

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

Rust Agent

Rust Overview

Rust Quickstart

Rust Installation

Rust Autonomy