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.

on_agent_created

Method
This is a method of the AgentPluginProtocol class in the plugins module.
Called when agent is created

Signature

def on_agent_created(&self, _agent_name: &str) -> Result<(), String>

Parameters

_agent_name
&str
required
No description available.

Returns

Returns
Result<(), String>
The result of the operation.

Rust Agent

Rust Overview

Rust Quickstart

Rust Installation

Rust Autonomy