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.0.tar.gz
(3.5 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.0.tar.gz.
File metadata
- Download URL: agniscient-0.1.0.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2477654329052de0d58a3144a291f0187b6f738db0a89b35b96f05c03d8b1cc9
|
|
| MD5 |
8f442999cb8b4655647a702c60196be8
|
|
| BLAKE2b-256 |
10a2f2d60660e7f45943f12783d50b98365341599db3319caace7a7476c3509b
|
File details
Details for the file agniscient-0.1.0-py3-none-any.whl.
File metadata
- Download URL: agniscient-0.1.0-py3-none-any.whl
- Upload date:
- Size: 5.0 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 |
5553f03ee6f218654c4e12be4629fe09f64db0466d06ed0d0aca8da4ed96268f
|
|
| MD5 |
e2a4a9f69e6689daec86d355445afeae
|
|
| BLAKE2b-256 |
e497dafbc500f51971087b0fa95bf8d268a9fa0b148f8b25aeed2a7b9ec5d75e
|