Both forward-chaining and backward-chaining rules (which may include Python code) are compiled into Python. Can also automatically assemble python programs out of python functions which are attached to backward-chaining rules.
Product's homepage
Requirements:
· Python
What's New in This Release: [ read full changelog ]
· This release cleans up the interface from your Python program into Pyke.
· You can now generally just create an engine with "knowledge_engine.engine(__file__)" without having to worry about your PYTHONPATH.
· There are also new engine.prove methods that allow a much easier, and fully general, interface without having to create patterns yourself.
· Check out the new "Using Pyke" section of the documentation!