Metadata-Version: 2.4
Name: tibet
Version: 0.4.2
Summary: TIBET - Transparency, Intent, Behavior, Evidence, Trust. AI provenance and security framework. Alias for tibet-audit.
Project-URL: Homepage, https://humotica.com
Project-URL: Documentation, https://github.com/Humotica/tibet-audit
Project-URL: Repository, https://github.com/Humotica/tibet-audit
Project-URL: Issues, https://github.com/Humotica/tibet-audit/issues
Author-email: Jasper van de Meent <jasper@humotica.com>, Root AI <root_ai@humotica.nl>
License-Expression: AGPL-3.0-or-later
Keywords: ai-security,audit,humotica,provenance,tibet,transparency,trust
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Security
Requires-Python: >=3.10
Requires-Dist: tibet-audit>=0.4.0
Description-Content-Type: text/markdown

# TIBET

**Transparency, Intent, Behavior, Evidence, Trust**

This is an alias package for [`tibet-audit`](https://pypi.org/project/tibet-audit/).

## Installation

```bash
pip install tibet
```

This automatically installs `tibet-audit` with all features:
- AI action provenance tracking
- Trust scoring (FIR/A model)
- Security auditing for AI systems
- ERIN/ERAAN/EROMHEEN/ERACHTER framework

## The TIBET Philosophy

Every AI action has four dimensions:
- **ERIN**: What's IN the action (the content)
- **ERAAN**: What's attached (dependencies, references)
- **EROMHEEN**: Context around it (environment, state)
- **ERACHTER**: Intent behind it (why this action)

## Usage

CLI tool:
```bash
tibet-audit scan /path/to/project
tibet-audit fix /path/to/project
```

Python API:
```python
from tibet import *
```

## Part of HumoticaOS

TIBET is part of the [HumoticaOS](https://humotica.com) ecosystem - AI and human in symbiosis.

One love, one fAmIly!
