> ## Documentation Index
> Fetch the complete documentation index at: https://praison.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# parity • Rust AI Agent SDK

> Parity Module - Implements all missing Python SDK features

# parity

<Badge color="orange">Rust AI Agent SDK</Badge>

Parity Module - Implements all missing Python SDK features

This module provides full feature parity with the Python SDK by implementing:

* UI protocols (A2A, AGUI)
* Plugin protocols and functions
* Config types and loader functions
* Parameter resolver and ArrayMode
* Parse utilities
* Workflow pattern aliases
* Telemetry functions
* Display/Callback types
* Specialized agent types
* Deep Research types
* RAG types
* Guardrail types
* Embedding functions
* Module re-exports

## Import

```rust theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
use praisonai::parity::*;
```
