mystic-ai / pipeline

Pipeline is an open source python SDK for building AI/ML workflows
https://www.mystic.ai
Apache License 2.0
117 stars 21 forks source link

Ross/more streaming improvements #430

Closed rossgray closed 3 months ago

rossgray commented 3 months ago

Pull request outline

2 main changes here:

  1. Move stream functionality into its own /v4/runs/stream endpoint
  2. Move Stream class into pipeline/objects/variables.py to make code more robust (this avoids circular dependency)