> ## 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.

#  Version • AI Agent SDK

> Version utilities for praisonaiagents package.

# \_version

<Badge color="blue">AI Agent</Badge>

Version utilities for praisonaiagents package.

This module provides version information by reading from pyproject.toml
to avoid duplication and ensure the single source of truth.

## Import

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
from praisonaiagents import _version
```

## Functions

<CardGroup cols={2}>
  <Card title="get_version()" icon="function" href="../functions/get_version">
    Get the version string from pyproject.toml.
  </Card>
</CardGroup>
