Metadata-Version: 2.4
Name: xmode-ai
Version: 6.4.0
Summary: XMode — free AI client with automatic language detection and history
Author-email: OOO 'IKSMOD' <info@xmode.space>
License: MIT
Project-URL: Homepage, https://xmode.space
Project-URL: Repository, https://github.com/kl6388760-prog/xmode
Project-URL: Telegram, https://t.me/xmode_deepseek
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests>=2.25.0
Requires-Dist: aiohttp>=3.8.0
Requires-Dist: pillow>=9.0.0
Requires-Dist: click>=8.0.0
Requires-Dist: langchain-core>=0.1.0
Dynamic: license-file

# 🚀 XMode — The Ultimate AI Artillery

[![PyPI version](https://img.shields.io/pypi/v/xmode-ai.svg)](https://pypi.org/project/xmode-ai/)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Telegram](https://img.shields.io/badge/Telegram-@xmode_deepseek-blue?logo=telegram)](https://t.me/xmode_deepseek)
[![GitHub stars](https://img.shields.io/github/stars/kl6388760-prog/xmode?style=social)](https://github.com/kl6388760-prog/xmode)

**XMode** is a powerful, unified Python client for **17+ AI models** (Anthropic Claude, OpenAI GPT, Google Gemini). One API to rule them all.

---

## ✨ What's New in 6.4.0?

| Feature | Description |
|---------|-------------|
| 🧠 **Function Calling** | Models can call your Python functions automatically |
| 🖼️ **Multimodal (Vision)** | Send images (Gemini / GPT‑4 Vision) |
| 💾 **Caching** | Repeated requests don't waste tokens or time |
| ⚡ **Batch Processing** | Up to 100 requests at once |
| 🖥️ **CLI Interface** | Use XMode directly from your terminal (bug fix) |
| 🔗 **LangChain Integration** | Ready‑to‑use LLM wrapper |
| 🌊 **Async & Streaming** | All methods available in async versions |
| 📂 **History Export/Import** | Save and load dialogues as JSON |
| 🔄 **Automatic Retries** | Exponential backoff for temporary failures |
| 🎛️ **Preset Prompts** | Built‑in templates: `"coder"`, `"analyst"`, `"creative"` |

---

## 📦 Installation

```bash
pip install --no-cache-dir xmode-ai==6.4.0
