Metadata-Version: 2.4
Name: veridian-guard
Version: 0.1.1
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 Guard 🌿

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

When your AI agent crashes, the API rate-limits you, or a network request fails, **Veridian Guard** gracefully catches the errors, retries the execution with custom delays, and provides safe fallbacks to prevent production crashes.

## 🚀 Installation

```bash
pip install veridian-guard
```
