NewMCP agent API — drive Promenade from your own AI agent
Python · PyodideView · TypeScriptConformanceObject-centric

Event Log Transformations

run.promenade.event-log-transformations

Compares two object-centric event logs: strict equality across every relation, structural equivalence up to identifier and generated-type renaming (a bounded 1-WL color-refinement bijection with a capped backtracking search), reciprocal coverage percentages when they differ, and suspected automatic renames (case, whitespace or normalization — e.g. a SQLite export sanitizing a table name) on object-type, event-type and attribute names. The structural verdict is an explicitly bounded approximation, reported as undetermined rather than guessed when the search budget is reached.

Produces

  • EventLogComparison

Runtimes

  • Python · PyodidePython (often pm4py) running in the page through Pyodide
  • View · TypeScriptRenders an artifact inside a sandboxed iframe

Versions

VersionReleasedSizeNotes
0.1.0latest31 Aug 202615 KBInitial release: two-input OCEL comparison — strict equality with sampled differing tuples, bounded structural equivalence, reciprocal coverage and per-type deltas, suspected-rename detection, and a sandboxed report view.