You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 4.1 updates and pipelines route
* fix formatting
* refactor: Pipelines subclasses Capsules, move AppPanel back to capsule.py
- Capsules now uses configurable _route for API paths
- Pipelines extends Capsules with _route="pipelines" and method aliases
- Moved AppPanel classes from components.py back to capsule.py
- Added run_pipeline as alias for run_capsule in Computations
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* refactor: use composition for Pipelines instead of inheritance
Pipelines now holds an internal Capsules instance with _route="pipelines"
and delegates to it. This avoids exposing Capsules methods on Pipelines.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
---------
Co-authored-by: Zvika Gart <zvikagart@gmail.com>
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
0 commit comments