-
Notifications
You must be signed in to change notification settings - Fork 0
Extend GraphK
Fernando Koch edited this page Mar 30, 2026
·
3 revisions
This path is for readers who already understand the basic execution flow and want to build new modules on top of GraphK.
The main extension points are:
- custom nodes
- custom pipelines
- scoped context
- execution policies
- routing with branch pipelines
- fan-out with multi-branch pipelines
Use this when you want to add one new executable unit of behavior.
Read:
Use this when you want to define a new traversal or composition pattern.
Read:
Read:
Read:
Read:
Read:
Read: