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.3.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.3.tar.gz.
File metadata
- Download URL: agniscient-0.1.1.0.3.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 |
d3b60caf326c33a3cb0e4757b02443a7eeabdc8cb42da23f9a74a97ba9a5fe0c
|
|
| MD5 |
230e93b2f7f7c2fc23f68b4cd85effc6
|
|
| BLAKE2b-256 |
2e556f58746b451ba27227cce07047a3b4ad97dc1d8f1376bf8bb97549f5a88f
|
File details
Details for the file agniscient-0.1.1.0.3-py3-none-any.whl.
File metadata
- Download URL: agniscient-0.1.1.0.3-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 |
d3c83f9467a56952ea7391b5b04b716e5c8db3d6fedf384b0281f02f46eea7b6
|
|
| MD5 |
1987a62ee3c5739a1a767f0d512307c5
|
|
| BLAKE2b-256 |
cc59118a368ab0f32dea40c3758c8728d73444734279a71bd859a5e96c9de14b
|