Metadata-Version: 2.2
Name: mirai-ai
Version: 0.1.29
Summary: Your Autonomous AI Agent
Home-page: https://github.com/albinimpulze/mirai-ai
Author: Albin Xavier
Author-email: workwithalbin@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: MainContentExtractor>=0.0.4
Requires-Dist: beautifulsoup4>=4.12.3
Requires-Dist: httpx>=0.27.2
Requires-Dist: langchain==0.3.14
Requires-Dist: langchain-openai==0.3.1
Requires-Dist: langchain-anthropic==0.3.3
Requires-Dist: langchain-ollama==0.2.2
Requires-Dist: langchain-fireworks>=0.2.6
Requires-Dist: langchain-aws>=0.2.11
Requires-Dist: langchain-google-genai==2.0.8
Requires-Dist: pydantic>=2.10.4
Requires-Dist: python-dotenv>=1.0.1
Requires-Dist: requests>=2.32.3
Requires-Dist: posthog>=3.7.0
Requires-Dist: playwright>=1.49.0
Requires-Dist: setuptools>=75.8.0
Requires-Dist: lmnr[langchain]>=0.4.53
Provides-Extra: dev
Requires-Dist: tokencost>=0.1.16; extra == "dev"
Requires-Dist: hatch>=1.13.0; extra == "dev"
Requires-Dist: build>=1.2.2; extra == "dev"
Requires-Dist: pytest>=8.3.3; extra == "dev"
Requires-Dist: pytest-asyncio>=0.24.0; extra == "dev"
Dynamic: author-email
Dynamic: home-page
Dynamic: requires-python

# Mirai: Your Autonomous AI Agent 🚀

Mirai is an AI-powered autonomous browser agent designed to execute tasks on your behalf. Leveraging the power of the **Playwright** framework, Mirai simplifies complex browser automation workflows, enabling developers and users to focus on their goals rather than tedious repetitive tasks.

## 🌟 Features
- **Browser Automation**: Perform web scraping, form filling, data extraction, and more.
- **Task Execution**: Automate mundane or repetitive browser tasks, such as searching, downloading, or interacting with web pages.
- **AI-Powered Decisions**: Integrate AI logic to make intelligent decisions during task execution.
- **Flexible**: Works seamlessly with modern web browsers and adapts to various web environments.
- **Open Source**: Built with transparency and extensibility in mind.

## 🛠️ Installation

To get started with Mirai, simply install it using pip:

```bash
pip install mirai-ai
