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 |
|---|---|---|
name | String | Agent name |
description | String | Agent description |
prefix | String | URL prefix for router |
tags | Vec<String> | OpenAPI tags |
Methods
new
| Name | Type |
|---|---|
name | impl Into<String> |
description
| Name | Type |
|---|---|
description | impl Into<String> |
prefix
| Name | Type |
|---|---|
prefix | impl Into<String> |
get_status
Source
View on GitHub
praisonai/src/parity/ui.rs at line 331
