Metadata-Version: 2.4
Name: ain-research
Version: 1.0.0
Summary: Autonomous Intelligence Network (AIN) - Core Research & Knowledge Compiler
Home-page: https://github.com/That-Tech-Geek/ain-research
Author: Sambit Mishra
Author-email: sambit1912@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: pandas
Requires-Dist: numpy
Requires-Dist: requests
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# AIN Research

> **Autonomous Intelligence Network (AIN) Core Research and Knowledge Compilation Engine.**

[![Python](https://img.shields.io/badge/python-3.9%2B-blue)](https://python.org)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
[![PyPI](https://img.shields.io/pypi/v/ain-research.svg)](https://pypi.org/project/ain-research/)

This package contains the core orchestration scripts (`ain.py`, `infinite_research_daemon.py`, `contradiction_engine.py`) that power the **Autonomous Intelligence Network (AIN)** used by the Sambit Mishra's Second Brain architecture.

---

## 🚀 Quick Start & Installation

```bash
pip install ain-research
```

**Run the daemon:**
```python
from ain_research.infinite_research_daemon import main
main()
```

> [!IMPORTANT]
> **AIN High-Fidelity Standard**: As of v1.0.0, the Autonomous Intelligence Network (AIN) has autonomously enforced rigorous Google Style docstrings and exhaustive static typing across all core modules.

---

## 🔬 Core Architecture

### AIN Compiler (`ain.py`)
Compiles Markdown vaults into a highly optimized JSON and 3D visualizer maps, maintaining the topological graph of all AI-generated research.

### Research Daemon (`infinite_research_daemon.py`)
Crawls ArXiv and GitHub based on high-signal criteria to autonomously ingest scientific literature and open-source intelligence.

### Contradiction Engine (`contradiction_engine.py`)
Utilizes internal models to identify mutually exclusive claims within the knowledge base.

---

## 🤝 Contribution & Links

- **Author**: Sambit Mishra
- **License**: MIT
