Metadata-Version: 2.4
Name: sentra-ai
Version: 1.0.1
Summary: Sentra AI Local Assistant
Author: Sentra Studios
License: Sentra AI
        
        Copyright (c) 2026 Sentra Studios
        
        All Rights Reserved.
        
        This software, including but not limited to its source code, documentation, assets, configuration files, architecture, design, and associated materials, is the exclusive property of Sentra Studios.
        
        No permission is granted to use, copy, reproduce, modify, merge, publish, distribute, sublicense, rent, lease, sell, commercialize, reverse engineer (except where required by applicable law), create derivative works from, or otherwise exploit this software or any portion of it without prior written permission from Sentra Studios.
        
        Unauthorized use of this software is strictly prohibited and may result in legal action.
        
        This repository is made available solely for the purposes explicitly authorized by Sentra Studios. No rights or licenses are granted except where expressly stated in writing.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT.
        
        IN NO EVENT SHALL SENTRA STUDIOS BE LIABLE FOR ANY CLAIM, DAMAGES, OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT, OR OTHERWISE, ARISING FROM, OUT OF, OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
        
        For licensing requests or commercial inquiries, contact Sentra Studios.
        
Keywords: ai,llm,chatbot,local-ai,qwen,llama-cpp
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Environment :: Console
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: llama-cpp-python
Requires-Dist: rich
Requires-Dist: requests
Requires-Dist: beautifulsoup4
Requires-Dist: duckduckgo-search
Dynamic: license-file

# Sentra AI

A lightweight local AI assistant powered by GGUF language models.

## Features

- Local AI
- Streaming responses
- Persistent memory
- AI-generated web searches
- Automatic model installer
- Multiple model support

## Installation

Install Sentra:

```bash
pip3 install sentra-ai
