Metadata-Version: 2.4
Name: kinu-ai
Version: 1.7.0
Summary: Local AI assistant with document reading, web search, voice, and persistent memory
Home-page: https://github.com/bettalex33-prog/ai-cli-chatbot
Author: Alex Kinuthia
Author-email: bettalex33@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: requests
Requires-Dist: ollama
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# 🤖 KINU AI

A local AI terminal assistant powered by Llama 3.2 via Ollama.

## Install
```bash
pip install kinu-ai
```

## Usage
```bash
kinu-ai
```

## Requirements

- Python 3.10+
- [Ollama](https://ollama.com) installed and running
- Llama 3.2 model: `ollama pull llama3.2`

## Features

- 🧠 Persistent memory across sessions
- 🎭 Intent and emotional detection
- 💻 Runs fully locally — no API keys needed

## Author

Alex Kinuthia — [GitHub](https://github.com/bettalex33-prog)
