py_rete icon indicating copy to clipboard operation
py_rete copied to clipboard

Any plans to allow importing rules from a text file?

Open travisseymour opened this issue 2 years ago • 0 comments

Are there any plans to create some facility to add Productions to a network based on information stored in a text file? It could be plain_text, xml, yaml, json, etc. I can figure out how to parse some text representation and create Facts out of rule clauses, but I don't know how to create the decorated functions py_rete uses to embody productions. If there are no plans to do something like this, any advice on how I would approach it?

travisseymour avatar Oct 12 '23 04:10 travisseymour