Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Privacy masking Agent (like a key manager) extension (?) #61

Open
nnWhisperer opened this issue Dec 13, 2023 · 0 comments
Open

Privacy masking Agent (like a key manager) extension (?) #61

nnWhisperer opened this issue Dec 13, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@nnWhisperer
Copy link

nnWhisperer commented Dec 13, 2023

I'd like to be able to do tasks related to private data such as a bank account using a smarter LLM(on remote). Agents may write code to request web data, however I wouldn't want to send the output of the web reply to the bank directly to a remote LLM. Instead, I'd like to have a (not necessarily very smart) local LLM-mechanism that filters out such data as I'll explain below.

A local LLM that looks at text data and derives simple regex'es of possibly sensivite values and then gives it to a regex engine for substitution on the text.

I think I can do it myself by writing an extension but I need some suggestions. The "privacy masking agent" needs to work like a key manager that protects the data. The main reason I ask is, a chatroom architecture may not be suitable for such an agent, so I need some guidance whether it could be possible using TaskWeaver, and request some pointers to how?

@liqul liqul added the enhancement New feature or request label Apr 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants