clai
clai copied to clipboard
Design parsing module
It would be beneficial if clai has a parsing module which will effectively parse input as well as output and will perform following operations:-
- Will try and hide as much user sensitive data as possible by replacing data with an anonymous token.
- Will also solve #3 .
- Might be useful in orchestration layer.
So I have prepared an example in short period of time of how this will work over here (latest commit).
Suggestions/Feedback/Discussions are welcome!!
This uses python module PLY. Please let me know if its compatible with clai.
Sounds like a great idea 👍 Happy to review once you are ready. @flipper83 mentioned he is going to help you out as well, feel free to reach out to us 🤓
PLY have BSD License not should be a problem, but we need to check with someone that knows more about licenses that me