[agents docs] update pipelines.md: (#13570)
* [agents docs] pipelines.md: be deliberate about pipeline methods
Adds a gotcha covering when a pipeline method should be public (a step
in __call__'s lifecycle) vs private/module-level (only used by another
method), and the preference to absorb single-use helpers when small.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* Update .ai/pipelines.md
Co-authored-by: Steven Liu <59462357+stevhliu@users.noreply.github.com>
* Update .ai/pipelines.md
Co-authored-by: Steven Liu <59462357+stevhliu@users.noreply.github.com>
---------
Co-authored-by: yiyi@huggingface.co <yiyi@ip-26-0-161-123.ec2.internal>
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-authored-by: Steven Liu <59462357+stevhliu@users.noreply.github.com>