Metadata-Version: 2.3
Name: aigarth-it
Version: 0.1.0
Summary: Aigarth Intelligent Tissue
License: Aigarth
Keywords: Aigarth,AI
Author: ambient@mailbox.org
Requires-Python: >=3.11
Classifier: Development Status :: 4 - Beta
Classifier: License :: Other/Proprietary License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Scientific/Engineering :: Artificial Life
Classifier: Topic :: Software Development :: Libraries
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Requires-Dist: packaging (>=25.0,<26.0)
Requires-Dist: pydantic (>=2.11.7,<3.0.0)
Requires-Dist: sqlite-construct (>=0,<1)
Requires-Dist: sqlite-kvdb (>=0,<1)
Project-URL: Repository, https://github.com/aigarth/aigarth-it
Description-Content-Type: text/markdown

# Aigarth Intelligent Tissue

----------------------------

## TOC

1. [Abstract](#1-abstract)  
2. [Get Started](#2-get-started)  
  2.1 [Install the Package](#21-install-the-package)  
  

## 1. Abstract

--------------
  The **Aigarth Intelligent Tissue (AIT)** is a basic material for building AI modules able to autonomously develop 
problem-solving capabilities through the process of continuous self-modification and selection of the fittest 
instances, resembling biological evolution [1].

>**_Reference:_**  
[1] [Qubic AGI Journey Human and Artificial Intelligence: Toward an AGI with Aigarth](https://www.researchgate.net/publication/387364505_Qubic_AGI_Journey_Human_and_Artificial_Intelligence_Toward_an_AGI_with_Aigarth)  

[[TOC]](#toc "Back to Table Of Content")


## 2. Get Started

-----------------

### 2.1 Install the Package

-------------------------------------
  You install the `aigarth-it` package like any other regular Python package:

```terminal
pip install aigarth-it
```

[[TOC]](#toc "Table Of Content")

