Eldan445/Genesis_core
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
# 🛰️ Genesis: The Self-Healing AI Agent **Genesis** is an autonomous "Code Surgeon" that monitors, diagnoses, and repairs software crashes in real-time using the Gemini 3.1 Pro Brain. ## 🚀 The Vision Genesis isn't just a debugger; she's an agentic partner. Unlike static tools, Genesis: * **Monitors** your app's heartbeat. * **Diagnoses** complex logic flaws (KeyErrors, ZeroDivision, SyntaxErrors). * **Asks Permission** before performing "surgery" on your codebase. ## 🧠 Tech Stack * **LLM:** Gemini 3.1 Pro (Primary) & Gemini 3 Flash (High-speed Fallback) * **SDK:** Google GenAI SDK (2026 Edition) * **Logic:** Recursive Error Analysis & Permission-Gated Execution ## 🛠️ Quick Start 1. Clone the repo: `git clone https://github.com/Eldan445/genesis_core.git` 2. Add your API key to `.env` 3. Run the heartbeat: `python main.py` --- *Built for the 2026 Quantum AI Sprint.*