Metadata-Version: 2.4
Name: veridian-ozereray
Version: 0.1.0
Summary: Lightweight guard layer for AI agents — retry, catch, log.
License-Expression: MIT
Project-URL: Homepage, https://github.com/KULLANICI_ADIN/veridian
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Requires-Dist: build; extra == "dev"
Requires-Dist: twine; extra == "dev"

# Veridian 🌿

Robust retry and fallback decorators for unpredictable AI agents, LLM calls, and flaky network requests.

When your agent crashes or the API rate-limits you, Veridian gracefully handles the errors, retries the execution, and provides safe fallbacks.

## Installation

```bash
pip install veridian
```
