Showcase#
This section provides practical, copy-ready integration scenarios.
The first four target a different digestion architecture — how per-argument digesters are discovered. The last two cover the other half of an integration: declaring what each function accepts, and declaring the alternative names users may type.
Example Catalog#
Showcase |
What you will find |
|---|---|
One-file-per-argument digestion in |
|
Central |
|
Co-located digesters for compact modules and plugin-driven extension points. |
|
Incremental rollout combining discovery styles while migrating legacy code. |
|
Declaring a |
|
Turning a chain of |
|
Minimal embedded libraries and notebooks for manual smoke validation. |
|
Minimal notebook showing a first decorated function and immediate behavior. |
|
Notebook with a compact integration flow including pipeline registration. |