Secure LLM interaction wrapper with PII protection
Project description
Agniscient
A secure wrapper for LLM interactions that provides:
- Automatic PII anonymization
- Encrypted storage of conversation history
- Safe handling of sensitive data
Installation
pip install agniscient
Usage
from agniscient import Config, SecureLLMClient
config = Config(
openai_key="your-openai-key",
our_key="your-encryption-key"
)
client = SecureLLMClient(config)
response = client.generate_response("Your prompt here")
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
agniscient-0.1.1.0.2.tar.gz
(3.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file agniscient-0.1.1.0.2.tar.gz.
File metadata
- Download URL: agniscient-0.1.1.0.2.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e49b3788eb8d50e959598c77f26e94b9af8cd9c2574d1c8422478ced5fd0b202
|
|
| MD5 |
03534954cb0ab2bdbdaadef3f71611ae
|
|
| BLAKE2b-256 |
8694db84c28c7528260a9282b8f9cd70269c2c32c49ec14203c9b5ffadf3f61a
|
File details
Details for the file agniscient-0.1.1.0.2-py3-none-any.whl.
File metadata
- Download URL: agniscient-0.1.1.0.2-py3-none-any.whl
- Upload date:
- Size: 7.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
49e4d058bf726be2b2948217053f9b58b650287fb197c862d1130d16a0049f1a
|
|
| MD5 |
138a66b539c4d5ae089813b4f6084f6a
|
|
| BLAKE2b-256 |
50c0db0395bfe24d27e8eadd7d66333e94f15f9e9bed4b29e19ef757c198dfbe
|