Metadata-Version: 2.4
Name: serpentex
Version: 1.0.1
Summary: The un-crashable self-healing AI runtime framework for Python.
Author-email: ben bgd <your.email@example.com>
Requires-Python: >=3.9
Requires-Dist: google-genai>=0.1.1
Description-Content-Type: text/markdown

# 🐍 serpentex 🐍

### *The Self-Healing AI Runtime Framework that Refuses to Let Your Code Die.*

`serpentex` is an advanced, autonomous runtime supervisor that intercepts fatal Python exceptions, invokes a fast LLM context, live-patches the broken source code directly on your disk, and seamlessly resumes execution in-memory without dropping the application state.

---

## ⚡ Key Features

* **Autonomous Exception Hooking:** Steps between the operating system and your failing execution frames.
* **Disk-to-Memory Mutation:** Overwrites structural code flaws on your drive while updating active bytecode in the RAM.
* **Defensive AI Adaptation:** Automatically introduces syntax checks, `.get()` fallbacks, and localized try-except paradigms on the fly.

---

## 🚀 Installation

Install the package within your project environment:

```bash
pip install serpentex