|
|
|
|
|
by gisanokharu
55 days ago
|
|
screen capture every 4 seconds is a lot of data accumulation for agent context. how are you handling sensitive information appearing on screen. are you filtering anything before it hits the markdown, or is that on the user to manage |
|
Regarding sensitive information, we allow adding apps into a black list which prevents from screenshots being taken when those apps appear on the screen. Additionally we have redaction mechanisms for all screenshots that remove secrets, tokens and credit card numbers. You can check the code for all patterns we detect and if anything is missing feel free to open an issue.