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.1.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.1.tar.gz.
File metadata
- Download URL: agniscient-0.1.1.0.1.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 |
0260de9bc57a35194a9c7660903d504d3a5990ce4fd84575677d4e139d98357a
|
|
| MD5 |
9cd3f9c401da9e16ea21054f69bcee22
|
|
| BLAKE2b-256 |
b768292d0a512ad37d39aa25040b39cad2d46ab62be1fcdcfacf6cb00f436eab
|
File details
Details for the file agniscient-0.1.1.0.1-py3-none-any.whl.
File metadata
- Download URL: agniscient-0.1.1.0.1-py3-none-any.whl
- Upload date:
- Size: 7.1 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 |
1d7d4c3a7341f0183a79768855e050bc2d147154e3da2a4b7445b02c0bba79b0
|
|
| MD5 |
491b71c6346ed630f2e67d407fcbf005
|
|
| BLAKE2b-256 |
6e7ab6b18b5423503ea66820fa9f7a51840b5707635338682f8c739573c63dd8
|