Metadata-Version: 2.4
Name: npmai
Version: 0.0.1
Summary: A lightweight Selenium-based LangChain-compatible multi-LLM bridge (Gemini, ChatGPT, Grok, Perplexity) built by Sonu Kumar.
Author-email: Sonu Kumar Ramashish <your@email.com>
License: MIT
Project-URL: Homepage, https://github.com/sonuramashishnpm/npmai
Project-URL: Source, https://github.com/sonuramashishnpm/npmai
Requires-Python: <3.14,>=3.12
Description-Content-Type: text/markdown
Requires-Dist: selenium>=4.10.0
Requires-Dist: langchain-core>=0.1.0

# npmai

**npmai** (by Sonu Kumar Ramashish) is a lightweight Python package that connects LangChain with real-time LLMs like **Gemini**, **ChatGPT**, **Grok**, and **Perplexity** via Selenium.

---

## 🚀 Features
- Run prompts on multiple web-based LLMs (Gemini, ChatGPT, Grok, Perplexity)
- LangChain-compatible LLM interface
- Simple `invoke()` API
- Browser automation via Selenium (headless Chrome)

---

## ⚙️ Installation
```bash
pip install npmai
