Metadata-Version: 2.2
Name: nat-retriever-ssdb
Version: 0.0.1.dev0
Summary: Placeholder: SecretSkyDB (SSDB) retriever provider for the NVIDIA NeMo Agent Toolkit (functional release planned as 0.1.0).
Author-email: Hillel Avni <hillel.avni@gmail.com>
Maintainer-email: SecretSkyDB <hillel.avni@gmail.com>
License: Apache-2.0
Project-URL: Homepage, https://github.com/hillelav/nat-retriever-ssdb
Project-URL: Repository, https://github.com/hillelav/nat-retriever-ssdb
Project-URL: Issues, https://github.com/hillelav/nat-retriever-ssdb/issues
Keywords: nvidia,nemo,agent-toolkit,nat,retriever,rag,ssdb,secretskydb,encrypted-search
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Healthcare Industry
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Security :: Cryptography
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: dev
Requires-Dist: build; extra == "dev"
Requires-Dist: twine; extra == "dev"

# nat-retriever-ssdb

**Status: PyPI name reservation / placeholder.**  
This `0.0.1.dev0` release exists to reserve the package name while the functional implementation is finalized for `0.1.0`.

## What this will become

A small, Apache-2.0 licensed client package that registers a NeMo Agent Toolkit retriever provider connecting agents to a SecretSkyDB bridge over HTTP.

The proprietary SSDB server components remain closed; this package is intentionally a thin HTTP client.

## Install (placeholder)

The placeholder is published only as a **pre-release** (`dev`), so installs must allow pre-releases:

```bash
python3 -m pip install --pre nat-retriever-ssdb==0.0.1.dev0
```

## Tracking

Development will live at `https://github.com/hillelav/nat-retriever-ssdb` (to be populated alongside `0.1.0`).
