Create an argus-redact plugin for Dify.
Dify supports custom tool plugins. We need a plugin that exposes redact and restore as workflow nodes, so users can add PII encryption before any LLM node.
Acceptance criteria:
- Dify workflow node for
redact(text, lang, mode)
- Dify workflow node for
restore(text, key)
- Documentation / cookbook
Create an argus-redact plugin for Dify.
Dify supports custom tool plugins. We need a plugin that exposes
redactandrestoreas workflow nodes, so users can add PII encryption before any LLM node.Acceptance criteria:
redact(text, lang, mode)restore(text, key)