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.
AGUI
Defined in the ui module.
Rust AI Agent SDK
AG-UI Interface for PraisonAI Agents Exposes a PraisonAI Agent via the AG-UI protocol, enabling integration with CopilotKit and other AG-UI compatible frontends.
Fields
Name Type Description nameStringAgent name descriptionStringAgent description prefixStringURL prefix for router tagsVec<String>OpenAPI tags
Methods
new
fn new ( name : impl Into < String >) -> Self
Create a new AGUI interface
Parameters:
Name Type nameimpl Into<String>
description
fn description ( mut self , description : impl Into < String >) -> Self
Set description
Parameters:
Name Type descriptionimpl Into<String>
prefix
fn prefix ( mut self , prefix : impl Into < String >) -> Self
Set URL prefix
Parameters:
Name Type prefiximpl Into<String>
get_status
fn get_status ( & self ) -> HashMap < String , String >
Get status
Source
View on GitHub praisonai/src/parity/ui.rs at line 331