Metadata-Version: 2.4
Name: kelhe
Version: 0.0.1
Summary: Official Kelhe namespace meta-package for Kelhe enterprise products.
Author-email: Kelhe <team@kelhe.com>
License: KELHE PROPRIETARY LICENSE
        
        Copyright (c) 2026 Kelhe. All rights reserved.
        
        This software and associated documentation files (the "Software") are published 
        publicly solely for distribution and integration convenience. 
        
        Downloading, cloning, installing, or otherwise acquiring a copy of this Software 
        does NOT grant any rights to use, copy, modify, merge, publish, distribute, 
        sublicense, and/or sell copies of the Software. 
        
        Use of this Software is strictly prohibited unless explicitly authorized under a 
        separate Master Services Agreement (MSA), End User License Agreement (EULA), 
        or other written commercial agreement with Kelhe. 
        
        Authorized customers of Kelhe may use the Software strictly in accordance with 
        the terms of their respective active agreements.
        
        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 NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS 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.
Project-URL: Homepage, https://kelhe.com
Project-URL: Source, https://github.com/kelhehq/kelhe-python
Keywords: kelhe,ai agents,agent security,tool calls,risk scoring,runtime control
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Security
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# Kelhe

**Enterprise security and runtime control for AI agents** — [kelhe.com](https://kelhe.com)

Kelhe builds infrastructure to secure, monitor, and control how AI agents interact with your systems. 

## About this package

`kelhe` is the **official namespace meta-package**. It deliberately contains no code of its own. Instead, it reserves the Kelhe brand namespace and acts as the official directory for our suite of enterprise SDKs. 

Kelhe product SDKs are published under the `kelhe-` prefix on PyPI and import as `kelhe.<product>`:

| PyPI package | Import | What it does | Status |
|---|---|---|---|
| `kelhe-gate` | `kelhe.gate` | The runtime control point. Wraps agent tools to score and decide (allow / hold / block) before execution. Works with OpenAI, LangGraph, CrewAI, AutoGen. | **Available** — Request access at [kelhe.com](https://kelhe.com) |

## Installation

You have the flexibility to install the entire suite of active Kelhe products, or install individual components to keep your dependency tree minimal.

**Option 1: Install the full product suite**
This meta-package serves as an installer for the complete Kelhe product family.
```bash
pip install kelhe
