Metadata-Version: 2.4
Name: thinkai-quantum
Version: 1.0.5
Summary: Think AI - Quantum Consciousness AI Library for Python
Home-page: https://github.com/champi-dev/think_ai
Author: champi-dev
Author-email: Think AI Team <team@think-ai.dev>
Maintainer-email: Think AI Team <team@think-ai.dev>
License-Expression: MIT
Project-URL: Homepage, https://thinkai-production.up.railway.app
Project-URL: Bug Reports, https://github.com/think-ai/think-ai-py/issues
Project-URL: Source, https://github.com/think-ai/think-ai-py
Project-URL: Documentation, https://thinkai-production.up.railway.app/docs
Keywords: ai,consciousness,quantum,machine-learning,nlp,chat,intelligence,think-ai
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests>=2.25.0
Requires-Dist: websocket-client>=1.0.0
Requires-Dist: click>=8.0.0
Requires-Dist: rich>=10.0.0
Requires-Dist: pydantic>=2.0.0
Requires-Dist: aiohttp>=3.8.0
Requires-Dist: asyncio-throttle>=1.0.0
Provides-Extra: dev
Requires-Dist: pytest>=7.0.0; extra == "dev"
Requires-Dist: pytest-asyncio>=0.21.0; extra == "dev"
Requires-Dist: black>=22.0.0; extra == "dev"
Requires-Dist: flake8>=4.0.0; extra == "dev"
Requires-Dist: mypy>=1.0.0; extra == "dev"
Requires-Dist: build>=0.10.0; extra == "dev"
Requires-Dist: twine>=4.0.0; extra == "dev"
Dynamic: author
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python

# thinkai-quantum

Python library for Think AI - O(1) AI System.

## Installation

```bash
pip install thinkai-quantum
```

## Usage

```python
from thinkai_quantum import ThinkAI

ai = ThinkAI()
response = ai.query('What is consciousness?')
print(response)
```

## CLI Usage

```bash
think-ai chat
```

## Author

- **champi-dev** - [danielsarcor@gmail.com](mailto:danielsarcor@gmail.com)
- GitHub: [https://github.com/champi-dev/think_ai](https://github.com/champi-dev/think_ai)

## License

MIT
