Hooks are code snippets that are custom code snippets which can be executed before or after an update of the graph happens. They can be e.g. used to filter certain updates (applying prior knowledge) or logging error states.
Currently there is a pre and a post hook for graph updates. Both receive the planned/executed updates. But while the pre hook can manipulate them the post hook can only receive them.
Hooks are code snippets that are custom code snippets which can be executed before or after an update of the graph happens. They can be e.g. used to filter certain updates (applying prior knowledge) or logging error states.
Currently there is a pre and a post hook for graph updates. Both receive the planned/executed updates. But while the pre hook can manipulate them the post hook can only receive them.