Metadata-Version: 2.4
Name: kittycode-agent
Version: 2.0.0
Summary: The autonomous feline coding agent that works in your codebase.
Author: Quantum-Blade1
Author-email: Quantum-Blade1 <quantum.chain01@gmail.com>
Project-URL: Homepage, https://github.com/Quantum-Blade1/kitty-CLI
Project-URL: Bug Tracker, https://github.com/Quantum-Blade1/kitty-CLI/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Code Generators
Classifier: Intended Audience :: Developers
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: typer>=0.9.0
Requires-Dist: rich>=13.0.0
Requires-Dist: openai>=1.0.0
Requires-Dist: google-genai>=0.1.0
Requires-Dist: python-dotenv>=1.0.0
Requires-Dist: pyyaml>=6.0.0
Requires-Dist: anthropic>=0.5.0
Requires-Dist: tiktoken>=0.5.0
Dynamic: author
Dynamic: requires-python

# ฅ^•ﻌ•^ฅ kittycode-agent v2.0

**The Autonomous AI Coding Agent that works in your codebase.**

KittyCode is a production-grade agentic CLI that understands your entire project, plans its own tasks, and writes high-quality code across multiple files autonomously.

---

## 🚀 Quick Start (Installation)

KittyCode works on **Windows, macOS, and Linux**.

### 1. Clone the repository
```bash
git clone https://github.com/Quantum-Blade1/kitty-CLI.git
cd kitty-CLI
```

### 2. Run the Installer
*   **Windows**: Double-click `install.bat`
*   **Mac/Linux**: Run `bash install.sh`

### 3. Initialize Kitty
After installation, activate your environment and run the setup wizard:
```bash
# Windows
.venv\Scripts\activate
# Mac/Linux
source .venv/bin/activate

kitty setup
```

---

## 🛠️ Core Features

*   **Autonomous Coding**: Moves through phases (Plan -> Code -> Verify -> Commit) without needing constant guidance.
*   **Multi-Model Intelligence**: Dynamically routes tasks between Qwen 2.5 Coder, DeepSeek-R1, and GPT-4o for maximum logic and speed.
*   **Live Work Logs**: Watch Kitty work in real-time as she navigates your directories and modifies files.
*   **Glassmorphic UI**: A premium, high-contrast terminal experience designed for the modern developer.

---

## 🐈 Commands

| Command | Description |
| :--- | :--- |
| `kitty` | Launch the main REPL (Chat & Code modes) |
| `kitty setup` | Re-run the onboarding wizard |
| `kitty stats` | View model usage and health telemetry |
| `kitty about` | Learn about the project philosophy |

---

## ⚖️ License
MIT License. Created with ❤️ by Krish and the KittyCode open-source community.
