Skip to content

chore(deps): bump pillow from 12.2.0 to 12.3.0 in the pip group across 1 directory - #43

Merged
jrb00013 merged 1 commit into
mainfrom
dependabot/pip/pip-5bfe3a18f0
Jul 22, 2026
Merged

chore(deps): bump pillow from 12.2.0 to 12.3.0 in the pip group across 1 directory#43
jrb00013 merged 1 commit into
mainfrom
dependabot/pip/pip-5bfe3a18f0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 21, 2026

Copy link
Copy Markdown
Contributor

Bumps the pip group with 1 update in the / directory: pillow.

Updates pillow from 12.2.0 to 12.3.0

Release notes

Sourced from pillow's releases.

12.3.0

https://pillow.readthedocs.io/en/stable/releasenotes/12.3.0.html

Removals

Documentation

Dependencies

Testing

... (truncated)

Commits
  • bb1d8e8 12.3.0 version bump
  • e63fc48 Add release notes for SBOM and performance improvements (#9747)
  • 13b701b Add release notes for #9679
  • 5564ca7 List methods
  • a0920fd Speed up ImageChops operations (#9738)
  • 07e9a6c Speed up Image.filter() (#9736)
  • a94578c Speed up Image.getchannel(), Image.merge(), Image.putalpha() and `Image...
  • 53e02c4 Speed up Image.fill(), Image.linear_gradient() and `Image.radial_gradient...
  • af03747 Speed up Image.resample() (#9739)
  • 5c9ca56 Speed up alpha_composite, matrix, negative, quantize (#9740)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps the pip group with 1 update in the / directory: [pillow](https://github.com/python-pillow/Pillow).


Updates `pillow` from 12.2.0 to 12.3.0
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](python-pillow/Pillow@12.2.0...12.3.0)

---
updated-dependencies:
- dependency-name: pillow
  dependency-version: 12.3.0
  dependency-type: indirect
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Jul 21, 2026
@jrb00013
jrb00013 merged commit d2e1297 into main Jul 22, 2026
3 checks passed
@dependabot
dependabot Bot deleted the dependabot/pip/pip-5bfe3a18f0 branch July 22, 2026 20:07
christiankrider1 added a commit that referenced this pull request Jul 28, 2026
* chore(deps-dev): bump black in the pip group across 1 directory

Bumps the pip group with 1 update in the / directory: [black](https://github.com/psf/black).


Updates `black` from 23.12.1 to 26.3.1
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@23.12.1...26.3.1)

---
updated-dependencies:
- dependency-name: black
  dependency-version: 26.3.1
  dependency-type: direct:development
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>

* style: reformat for black 26.3.1

Apply black 26 formatting to the three files that changed style rules
after the dependabot bump from 23.12.1.

Co-authored-by: Cursor <cursoragent@cursor.com>

* feat(streaming): add AGI pipeline and training-jobs stream topics (#41)

Reserve pressure/invalidation/splice/DLQ/metrics topics and typed bus
events so Cyrex AGI and Sugar Glider share one contract surface.

Co-authored-by: Cursor <cursoragent@cursor.com>

* chore(deps): bump torch in the pip group across 1 directory (#40)

Bumps the pip group with 1 update in the / directory: [torch](https://github.com/pytorch/pytorch).


Updates `torch` from 2.12.1 to 2.13.0
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](pytorch/pytorch@v2.12.1...v2.13.0)

---
updated-dependencies:
- dependency-name: torch
  dependency-version: 2.13.0
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump pillow in the pip group across 1 directory (#43)

Bumps the pip group with 1 update in the / directory: [pillow](https://github.com/python-pillow/Pillow).


Updates `pillow` from 12.2.0 to 12.3.0
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](python-pillow/Pillow@12.2.0...12.3.0)

---
updated-dependencies:
- dependency-name: pillow
  dependency-version: 12.3.0
  dependency-type: indirect
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(release): bump version to 0.2.1

Includes sidecar_utils and streaming helpers already on main for consumers pinned to git tags.

Co-authored-by: Cursor <cursoragent@cursor.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Joe Black <jrb00013wvu@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Austin Heitzman <austin.m.2h35@gmail.com>
jrb00013 added a commit that referenced this pull request Aug 4, 2026
* chore(deps-dev): bump black in the pip group across 1 directory

Bumps the pip group with 1 update in the / directory: [black](https://github.com/psf/black).


Updates `black` from 23.12.1 to 26.3.1
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@23.12.1...26.3.1)

---
updated-dependencies:
- dependency-name: black
  dependency-version: 26.3.1
  dependency-type: direct:development
  dependency-group: pip
...



* style: reformat for black 26.3.1

Apply black 26 formatting to the three files that changed style rules
after the dependabot bump from 23.12.1.



* feat(streaming): add AGI pipeline and training-jobs stream topics (#41)

Reserve pressure/invalidation/splice/DLQ/metrics topics and typed bus
events so Cyrex AGI and Sugar Glider share one contract surface.



* chore(deps): bump torch in the pip group across 1 directory (#40)

Bumps the pip group with 1 update in the / directory: [torch](https://github.com/pytorch/pytorch).


Updates `torch` from 2.12.1 to 2.13.0
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](pytorch/pytorch@v2.12.1...v2.13.0)

---
updated-dependencies:
- dependency-name: torch
  dependency-version: 2.13.0
  dependency-type: direct:production
  dependency-group: pip
...




* chore(deps): bump pillow in the pip group across 1 directory (#43)

Bumps the pip group with 1 update in the / directory: [pillow](https://github.com/python-pillow/Pillow).


Updates `pillow` from 12.2.0 to 12.3.0
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](python-pillow/Pillow@12.2.0...12.3.0)

---
updated-dependencies:
- dependency-name: pillow
  dependency-version: 12.3.0
  dependency-type: indirect
  dependency-group: pip
...




* chore(release): bump version to 0.2.1

Includes sidecar_utils and streaming helpers already on main for consumers pinned to git tags.



---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Joe Black <jrb00013wvu@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Austin Heitzman <austin.m.2h35@gmail.com>
christiankrider1 added a commit that referenced this pull request Aug 4, 2026
* chore(deps-dev): bump black in the pip group across 1 directory

Bumps the pip group with 1 update in the / directory: [black](https://github.com/psf/black).


Updates `black` from 23.12.1 to 26.3.1
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@23.12.1...26.3.1)

---
updated-dependencies:
- dependency-name: black
  dependency-version: 26.3.1
  dependency-type: direct:development
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>

* style: reformat for black 26.3.1

Apply black 26 formatting to the three files that changed style rules
after the dependabot bump from 23.12.1.

Co-authored-by: Cursor <cursoragent@cursor.com>

* feat(streaming): add AGI pipeline and training-jobs stream topics (#41)

Reserve pressure/invalidation/splice/DLQ/metrics topics and typed bus
events so Cyrex AGI and Sugar Glider share one contract surface.

Co-authored-by: Cursor <cursoragent@cursor.com>

* chore(deps): bump torch in the pip group across 1 directory (#40)

Bumps the pip group with 1 update in the / directory: [torch](https://github.com/pytorch/pytorch).


Updates `torch` from 2.12.1 to 2.13.0
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](pytorch/pytorch@v2.12.1...v2.13.0)

---
updated-dependencies:
- dependency-name: torch
  dependency-version: 2.13.0
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump pillow in the pip group across 1 directory (#43)

Bumps the pip group with 1 update in the / directory: [pillow](https://github.com/python-pillow/Pillow).


Updates `pillow` from 12.2.0 to 12.3.0
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](python-pillow/Pillow@12.2.0...12.3.0)

---
updated-dependencies:
- dependency-name: pillow
  dependency-version: 12.3.0
  dependency-type: indirect
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(release): bump version to 0.2.1

Includes sidecar_utils and streaming helpers already on main for consumers pinned to git tags.

Co-authored-by: Cursor <cursoragent@cursor.com>

* Merge main into dev [skip ci] (#45)

* chore(deps-dev): bump black in the pip group across 1 directory

Bumps the pip group with 1 update in the / directory: [black](https://github.com/psf/black).


Updates `black` from 23.12.1 to 26.3.1
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@23.12.1...26.3.1)

---
updated-dependencies:
- dependency-name: black
  dependency-version: 26.3.1
  dependency-type: direct:development
  dependency-group: pip
...



* style: reformat for black 26.3.1

Apply black 26 formatting to the three files that changed style rules
after the dependabot bump from 23.12.1.



* feat(streaming): add AGI pipeline and training-jobs stream topics (#41)

Reserve pressure/invalidation/splice/DLQ/metrics topics and typed bus
events so Cyrex AGI and Sugar Glider share one contract surface.



* chore(deps): bump torch in the pip group across 1 directory (#40)

Bumps the pip group with 1 update in the / directory: [torch](https://github.com/pytorch/pytorch).


Updates `torch` from 2.12.1 to 2.13.0
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](pytorch/pytorch@v2.12.1...v2.13.0)

---
updated-dependencies:
- dependency-name: torch
  dependency-version: 2.13.0
  dependency-type: direct:production
  dependency-group: pip
...




* chore(deps): bump pillow in the pip group across 1 directory (#43)

Bumps the pip group with 1 update in the / directory: [pillow](https://github.com/python-pillow/Pillow).


Updates `pillow` from 12.2.0 to 12.3.0
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](python-pillow/Pillow@12.2.0...12.3.0)

---
updated-dependencies:
- dependency-name: pillow
  dependency-version: 12.3.0
  dependency-type: indirect
  dependency-group: pip
...




* chore(release): bump version to 0.2.1

Includes sidecar_utils and streaming helpers already on main for consumers pinned to git tags.



---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Joe Black <jrb00013wvu@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Austin Heitzman <austin.m.2h35@gmail.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Joe Black <jrb00013wvu@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Austin Heitzman <austin.m.2h35@gmail.com>
Co-authored-by: Christian Krider <christian.krider@gmail.com>
jrb00013 added a commit that referenced this pull request Aug 10, 2026
* Merge main into dev [skip ci]

* chore(deps-dev): bump black in the pip group across 1 directory

Bumps the pip group with 1 update in the / directory: [black](https://github.com/psf/black).


Updates `black` from 23.12.1 to 26.3.1
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@23.12.1...26.3.1)

---
updated-dependencies:
- dependency-name: black
  dependency-version: 26.3.1
  dependency-type: direct:development
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>

* style: reformat for black 26.3.1

Apply black 26 formatting to the three files that changed style rules
after the dependabot bump from 23.12.1.

Co-authored-by: Cursor <cursoragent@cursor.com>

* feat(streaming): add AGI pipeline and training-jobs stream topics (#41)

Reserve pressure/invalidation/splice/DLQ/metrics topics and typed bus
events so Cyrex AGI and Sugar Glider share one contract surface.

Co-authored-by: Cursor <cursoragent@cursor.com>

* chore(deps): bump torch in the pip group across 1 directory (#40)

Bumps the pip group with 1 update in the / directory: [torch](https://github.com/pytorch/pytorch).


Updates `torch` from 2.12.1 to 2.13.0
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](pytorch/pytorch@v2.12.1...v2.13.0)

---
updated-dependencies:
- dependency-name: torch
  dependency-version: 2.13.0
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump pillow in the pip group across 1 directory (#43)

Bumps the pip group with 1 update in the / directory: [pillow](https://github.com/python-pillow/Pillow).


Updates `pillow` from 12.2.0 to 12.3.0
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](python-pillow/Pillow@12.2.0...12.3.0)

---
updated-dependencies:
- dependency-name: pillow
  dependency-version: 12.3.0
  dependency-type: indirect
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(release): bump version to 0.2.1

Includes sidecar_utils and streaming helpers already on main for consumers pinned to git tags.

Co-authored-by: Cursor <cursoragent@cursor.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Joe Black <jrb00013wvu@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Austin Heitzman <austin.m.2h35@gmail.com>

* Merge main into dev [skip ci]

* chore(deps-dev): bump black in the pip group across 1 directory

Bumps the pip group with 1 update in the / directory: [black](https://github.com/psf/black).


Updates `black` from 23.12.1 to 26.3.1
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@23.12.1...26.3.1)

---
updated-dependencies:
- dependency-name: black
  dependency-version: 26.3.1
  dependency-type: direct:development
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>

* style: reformat for black 26.3.1

Apply black 26 formatting to the three files that changed style rules
after the dependabot bump from 23.12.1.

Co-authored-by: Cursor <cursoragent@cursor.com>

* feat(streaming): add AGI pipeline and training-jobs stream topics (#41)

Reserve pressure/invalidation/splice/DLQ/metrics topics and typed bus
events so Cyrex AGI and Sugar Glider share one contract surface.

Co-authored-by: Cursor <cursoragent@cursor.com>

* chore(deps): bump torch in the pip group across 1 directory (#40)

Bumps the pip group with 1 update in the / directory: [torch](https://github.com/pytorch/pytorch).


Updates `torch` from 2.12.1 to 2.13.0
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](pytorch/pytorch@v2.12.1...v2.13.0)

---
updated-dependencies:
- dependency-name: torch
  dependency-version: 2.13.0
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump pillow in the pip group across 1 directory (#43)

Bumps the pip group with 1 update in the / directory: [pillow](https://github.com/python-pillow/Pillow).


Updates `pillow` from 12.2.0 to 12.3.0
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](python-pillow/Pillow@12.2.0...12.3.0)

---
updated-dependencies:
- dependency-name: pillow
  dependency-version: 12.3.0
  dependency-type: indirect
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(release): bump version to 0.2.1

Includes sidecar_utils and streaming helpers already on main for consumers pinned to git tags.

Co-authored-by: Cursor <cursoragent@cursor.com>

* Merge main into dev [skip ci] (#45)

* chore(deps-dev): bump black in the pip group across 1 directory

Bumps the pip group with 1 update in the / directory: [black](https://github.com/psf/black).


Updates `black` from 23.12.1 to 26.3.1
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@23.12.1...26.3.1)

---
updated-dependencies:
- dependency-name: black
  dependency-version: 26.3.1
  dependency-type: direct:development
  dependency-group: pip
...



* style: reformat for black 26.3.1

Apply black 26 formatting to the three files that changed style rules
after the dependabot bump from 23.12.1.



* feat(streaming): add AGI pipeline and training-jobs stream topics (#41)

Reserve pressure/invalidation/splice/DLQ/metrics topics and typed bus
events so Cyrex AGI and Sugar Glider share one contract surface.



* chore(deps): bump torch in the pip group across 1 directory (#40)

Bumps the pip group with 1 update in the / directory: [torch](https://github.com/pytorch/pytorch).


Updates `torch` from 2.12.1 to 2.13.0
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](pytorch/pytorch@v2.12.1...v2.13.0)

---
updated-dependencies:
- dependency-name: torch
  dependency-version: 2.13.0
  dependency-type: direct:production
  dependency-group: pip
...




* chore(deps): bump pillow in the pip group across 1 directory (#43)

Bumps the pip group with 1 update in the / directory: [pillow](https://github.com/python-pillow/Pillow).


Updates `pillow` from 12.2.0 to 12.3.0
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](python-pillow/Pillow@12.2.0...12.3.0)

---
updated-dependencies:
- dependency-name: pillow
  dependency-version: 12.3.0
  dependency-type: indirect
  dependency-group: pip
...




* chore(release): bump version to 0.2.1

Includes sidecar_utils and streaming helpers already on main for consumers pinned to git tags.



---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Joe Black <jrb00013wvu@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Austin Heitzman <austin.m.2h35@gmail.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Joe Black <jrb00013wvu@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Austin Heitzman <austin.m.2h35@gmail.com>
Co-authored-by: Christian Krider <christian.krider@gmail.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Joe Black <jrb00013wvu@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Austin Heitzman <austin.m.2h35@gmail.com>
Co-authored-by: satviku1012 <125938100+satviku1012@users.noreply.github.com>
christiankrider1 added a commit that referenced this pull request Aug 10, 2026
* chore(deps-dev): bump black in the pip group across 1 directory

Bumps the pip group with 1 update in the / directory: [black](https://github.com/psf/black).


Updates `black` from 23.12.1 to 26.3.1
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@23.12.1...26.3.1)

---
updated-dependencies:
- dependency-name: black
  dependency-version: 26.3.1
  dependency-type: direct:development
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>

* style: reformat for black 26.3.1

Apply black 26 formatting to the three files that changed style rules
after the dependabot bump from 23.12.1.

Co-authored-by: Cursor <cursoragent@cursor.com>

* feat(streaming): add AGI pipeline and training-jobs stream topics (#41)

Reserve pressure/invalidation/splice/DLQ/metrics topics and typed bus
events so Cyrex AGI and Sugar Glider share one contract surface.

Co-authored-by: Cursor <cursoragent@cursor.com>

* chore(deps): bump torch in the pip group across 1 directory (#40)

Bumps the pip group with 1 update in the / directory: [torch](https://github.com/pytorch/pytorch).


Updates `torch` from 2.12.1 to 2.13.0
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](pytorch/pytorch@v2.12.1...v2.13.0)

---
updated-dependencies:
- dependency-name: torch
  dependency-version: 2.13.0
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump pillow in the pip group across 1 directory (#43)

Bumps the pip group with 1 update in the / directory: [pillow](https://github.com/python-pillow/Pillow).


Updates `pillow` from 12.2.0 to 12.3.0
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](python-pillow/Pillow@12.2.0...12.3.0)

---
updated-dependencies:
- dependency-name: pillow
  dependency-version: 12.3.0
  dependency-type: indirect
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(release): bump version to 0.2.1

Includes sidecar_utils and streaming helpers already on main for consumers pinned to git tags.

Co-authored-by: Cursor <cursoragent@cursor.com>

* chore(deps): bump the pip group across 1 directory with 3 updates

Bumps the pip group with 3 updates in the / directory: [gitpython](https://github.com/gitpython-developers/GitPython), [pyasn1](https://github.com/pyasn1/pyasn1) and [setuptools](https://github.com/pypa/setuptools).


Updates `gitpython` from 3.1.50 to 3.1.54
- [Release notes](https://github.com/gitpython-developers/GitPython/releases)
- [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES)
- [Commits](gitpython-developers/GitPython@3.1.50...3.1.54)

Updates `pyasn1` from 0.6.3 to 0.6.4
- [Release notes](https://github.com/pyasn1/pyasn1/releases)
- [Changelog](https://github.com/pyasn1/pyasn1/blob/main/CHANGES.rst)
- [Commits](pyasn1/pyasn1@v0.6.3...v0.6.4)

Updates `setuptools` from 81.0.0 to 83.0.0
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@v81.0.0...v83.0.0)

---
updated-dependencies:
- dependency-name: gitpython
  dependency-version: 3.1.54
  dependency-type: indirect
  dependency-group: pip
- dependency-name: pyasn1
  dependency-version: 0.6.4
  dependency-type: indirect
  dependency-group: pip
- dependency-name: setuptools
  dependency-version: 83.0.0
  dependency-type: indirect
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>

* Merge main into dev [skip ci] (#45)

* chore(deps-dev): bump black in the pip group across 1 directory

Bumps the pip group with 1 update in the / directory: [black](https://github.com/psf/black).


Updates `black` from 23.12.1 to 26.3.1
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@23.12.1...26.3.1)

---
updated-dependencies:
- dependency-name: black
  dependency-version: 26.3.1
  dependency-type: direct:development
  dependency-group: pip
...



* style: reformat for black 26.3.1

Apply black 26 formatting to the three files that changed style rules
after the dependabot bump from 23.12.1.



* feat(streaming): add AGI pipeline and training-jobs stream topics (#41)

Reserve pressure/invalidation/splice/DLQ/metrics topics and typed bus
events so Cyrex AGI and Sugar Glider share one contract surface.



* chore(deps): bump torch in the pip group across 1 directory (#40)

Bumps the pip group with 1 update in the / directory: [torch](https://github.com/pytorch/pytorch).


Updates `torch` from 2.12.1 to 2.13.0
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](pytorch/pytorch@v2.12.1...v2.13.0)

---
updated-dependencies:
- dependency-name: torch
  dependency-version: 2.13.0
  dependency-type: direct:production
  dependency-group: pip
...




* chore(deps): bump pillow in the pip group across 1 directory (#43)

Bumps the pip group with 1 update in the / directory: [pillow](https://github.com/python-pillow/Pillow).


Updates `pillow` from 12.2.0 to 12.3.0
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](python-pillow/Pillow@12.2.0...12.3.0)

---
updated-dependencies:
- dependency-name: pillow
  dependency-version: 12.3.0
  dependency-type: indirect
  dependency-group: pip
...




* chore(release): bump version to 0.2.1

Includes sidecar_utils and streaming helpers already on main for consumers pinned to git tags.



---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Joe Black <jrb00013wvu@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Austin Heitzman <austin.m.2h35@gmail.com>

* chore(deps): bump the pip group across 1 directory with 2 updates (#49)

Bumps the pip group with 2 updates in the / directory: [aiohttp](https://github.com/aio-libs/aiohttp) and [gitpython](https://github.com/gitpython-developers/GitPython).


Updates `aiohttp` from 3.14.1 to 3.14.3
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
- [Commits](aio-libs/aiohttp@v3.14.1...v3.14.3)

Updates `gitpython` from 3.1.54 to 3.1.58
- [Release notes](https://github.com/gitpython-developers/GitPython/releases)
- [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES)
- [Commits](gitpython-developers/GitPython@3.1.54...3.1.58)

---
updated-dependencies:
- dependency-name: aiohttp
  dependency-version: 3.14.3
  dependency-type: indirect
  dependency-group: pip
- dependency-name: gitpython
  dependency-version: 3.1.58
  dependency-type: indirect
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Merge dev into main [skip ci] (#48)

* Merge main into dev [skip ci]

* chore(deps-dev): bump black in the pip group across 1 directory

Bumps the pip group with 1 update in the / directory: [black](https://github.com/psf/black).


Updates `black` from 23.12.1 to 26.3.1
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@23.12.1...26.3.1)

---
updated-dependencies:
- dependency-name: black
  dependency-version: 26.3.1
  dependency-type: direct:development
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>

* style: reformat for black 26.3.1

Apply black 26 formatting to the three files that changed style rules
after the dependabot bump from 23.12.1.

Co-authored-by: Cursor <cursoragent@cursor.com>

* feat(streaming): add AGI pipeline and training-jobs stream topics (#41)

Reserve pressure/invalidation/splice/DLQ/metrics topics and typed bus
events so Cyrex AGI and Sugar Glider share one contract surface.

Co-authored-by: Cursor <cursoragent@cursor.com>

* chore(deps): bump torch in the pip group across 1 directory (#40)

Bumps the pip group with 1 update in the / directory: [torch](https://github.com/pytorch/pytorch).


Updates `torch` from 2.12.1 to 2.13.0
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](pytorch/pytorch@v2.12.1...v2.13.0)

---
updated-dependencies:
- dependency-name: torch
  dependency-version: 2.13.0
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump pillow in the pip group across 1 directory (#43)

Bumps the pip group with 1 update in the / directory: [pillow](https://github.com/python-pillow/Pillow).


Updates `pillow` from 12.2.0 to 12.3.0
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](python-pillow/Pillow@12.2.0...12.3.0)

---
updated-dependencies:
- dependency-name: pillow
  dependency-version: 12.3.0
  dependency-type: indirect
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(release): bump version to 0.2.1

Includes sidecar_utils and streaming helpers already on main for consumers pinned to git tags.

Co-authored-by: Cursor <cursoragent@cursor.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Joe Black <jrb00013wvu@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Austin Heitzman <austin.m.2h35@gmail.com>

* Merge main into dev [skip ci]

* chore(deps-dev): bump black in the pip group across 1 directory

Bumps the pip group with 1 update in the / directory: [black](https://github.com/psf/black).


Updates `black` from 23.12.1 to 26.3.1
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@23.12.1...26.3.1)

---
updated-dependencies:
- dependency-name: black
  dependency-version: 26.3.1
  dependency-type: direct:development
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>

* style: reformat for black 26.3.1

Apply black 26 formatting to the three files that changed style rules
after the dependabot bump from 23.12.1.

Co-authored-by: Cursor <cursoragent@cursor.com>

* feat(streaming): add AGI pipeline and training-jobs stream topics (#41)

Reserve pressure/invalidation/splice/DLQ/metrics topics and typed bus
events so Cyrex AGI and Sugar Glider share one contract surface.

Co-authored-by: Cursor <cursoragent@cursor.com>

* chore(deps): bump torch in the pip group across 1 directory (#40)

Bumps the pip group with 1 update in the / directory: [torch](https://github.com/pytorch/pytorch).


Updates `torch` from 2.12.1 to 2.13.0
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](pytorch/pytorch@v2.12.1...v2.13.0)

---
updated-dependencies:
- dependency-name: torch
  dependency-version: 2.13.0
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump pillow in the pip group across 1 directory (#43)

Bumps the pip group with 1 update in the / directory: [pillow](https://github.com/python-pillow/Pillow).


Updates `pillow` from 12.2.0 to 12.3.0
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](python-pillow/Pillow@12.2.0...12.3.0)

---
updated-dependencies:
- dependency-name: pillow
  dependency-version: 12.3.0
  dependency-type: indirect
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(release): bump version to 0.2.1

Includes sidecar_utils and streaming helpers already on main for consumers pinned to git tags.

Co-authored-by: Cursor <cursoragent@cursor.com>

* Merge main into dev [skip ci] (#45)

* chore(deps-dev): bump black in the pip group across 1 directory

Bumps the pip group with 1 update in the / directory: [black](https://github.com/psf/black).


Updates `black` from 23.12.1 to 26.3.1
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@23.12.1...26.3.1)

---
updated-dependencies:
- dependency-name: black
  dependency-version: 26.3.1
  dependency-type: direct:development
  dependency-group: pip
...



* style: reformat for black 26.3.1

Apply black 26 formatting to the three files that changed style rules
after the dependabot bump from 23.12.1.



* feat(streaming): add AGI pipeline and training-jobs stream topics (#41)

Reserve pressure/invalidation/splice/DLQ/metrics topics and typed bus
events so Cyrex AGI and Sugar Glider share one contract surface.



* chore(deps): bump torch in the pip group across 1 directory (#40)

Bumps the pip group with 1 update in the / directory: [torch](https://github.com/pytorch/pytorch).


Updates `torch` from 2.12.1 to 2.13.0
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](pytorch/pytorch@v2.12.1...v2.13.0)

---
updated-dependencies:
- dependency-name: torch
  dependency-version: 2.13.0
  dependency-type: direct:production
  dependency-group: pip
...




* chore(deps): bump pillow in the pip group across 1 directory (#43)

Bumps the pip group with 1 update in the / directory: [pillow](https://github.com/python-pillow/Pillow).


Updates `pillow` from 12.2.0 to 12.3.0
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](python-pillow/Pillow@12.2.0...12.3.0)

---
updated-dependencies:
- dependency-name: pillow
  dependency-version: 12.3.0
  dependency-type: indirect
  dependency-group: pip
...




* chore(release): bump version to 0.2.1

Includes sidecar_utils and streaming helpers already on main for consumers pinned to git tags.



---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Joe Black <jrb00013wvu@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Austin Heitzman <austin.m.2h35@gmail.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Joe Black <jrb00013wvu@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Austin Heitzman <austin.m.2h35@gmail.com>
Co-authored-by: Christian Krider <christian.krider@gmail.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Joe Black <jrb00013wvu@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Austin Heitzman <austin.m.2h35@gmail.com>
Co-authored-by: satviku1012 <125938100+satviku1012@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Joe Black <jrb00013wvu@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Austin Heitzman <austin.m.2h35@gmail.com>
Co-authored-by: Sergio Vargas <svargasaguilar33@gmail.com>
Co-authored-by: satviku1012 <125938100+satviku1012@users.noreply.github.com>
jrb00013 added a commit that referenced this pull request Aug 10, 2026
* Merge main into dev [skip ci]

* chore(deps-dev): bump black in the pip group across 1 directory

Bumps the pip group with 1 update in the / directory: [black](https://github.com/psf/black).


Updates `black` from 23.12.1 to 26.3.1
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@23.12.1...26.3.1)

---
updated-dependencies:
- dependency-name: black
  dependency-version: 26.3.1
  dependency-type: direct:development
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>

* style: reformat for black 26.3.1

Apply black 26 formatting to the three files that changed style rules
after the dependabot bump from 23.12.1.

Co-authored-by: Cursor <cursoragent@cursor.com>

* feat(streaming): add AGI pipeline and training-jobs stream topics (#41)

Reserve pressure/invalidation/splice/DLQ/metrics topics and typed bus
events so Cyrex AGI and Sugar Glider share one contract surface.

Co-authored-by: Cursor <cursoragent@cursor.com>

* chore(deps): bump torch in the pip group across 1 directory (#40)

Bumps the pip group with 1 update in the / directory: [torch](https://github.com/pytorch/pytorch).


Updates `torch` from 2.12.1 to 2.13.0
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](pytorch/pytorch@v2.12.1...v2.13.0)

---
updated-dependencies:
- dependency-name: torch
  dependency-version: 2.13.0
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump pillow in the pip group across 1 directory (#43)

Bumps the pip group with 1 update in the / directory: [pillow](https://github.com/python-pillow/Pillow).


Updates `pillow` from 12.2.0 to 12.3.0
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](python-pillow/Pillow@12.2.0...12.3.0)

---
updated-dependencies:
- dependency-name: pillow
  dependency-version: 12.3.0
  dependency-type: indirect
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(release): bump version to 0.2.1

Includes sidecar_utils and streaming helpers already on main for consumers pinned to git tags.

Co-authored-by: Cursor <cursoragent@cursor.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Joe Black <jrb00013wvu@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Austin Heitzman <austin.m.2h35@gmail.com>

* Merge main into dev [skip ci]

* chore(deps-dev): bump black in the pip group across 1 directory

Bumps the pip group with 1 update in the / directory: [black](https://github.com/psf/black).


Updates `black` from 23.12.1 to 26.3.1
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@23.12.1...26.3.1)

---
updated-dependencies:
- dependency-name: black
  dependency-version: 26.3.1
  dependency-type: direct:development
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>

* style: reformat for black 26.3.1

Apply black 26 formatting to the three files that changed style rules
after the dependabot bump from 23.12.1.

Co-authored-by: Cursor <cursoragent@cursor.com>

* feat(streaming): add AGI pipeline and training-jobs stream topics (#41)

Reserve pressure/invalidation/splice/DLQ/metrics topics and typed bus
events so Cyrex AGI and Sugar Glider share one contract surface.

Co-authored-by: Cursor <cursoragent@cursor.com>

* chore(deps): bump torch in the pip group across 1 directory (#40)

Bumps the pip group with 1 update in the / directory: [torch](https://github.com/pytorch/pytorch).


Updates `torch` from 2.12.1 to 2.13.0
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](pytorch/pytorch@v2.12.1...v2.13.0)

---
updated-dependencies:
- dependency-name: torch
  dependency-version: 2.13.0
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump pillow in the pip group across 1 directory (#43)

Bumps the pip group with 1 update in the / directory: [pillow](https://github.com/python-pillow/Pillow).


Updates `pillow` from 12.2.0 to 12.3.0
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](python-pillow/Pillow@12.2.0...12.3.0)

---
updated-dependencies:
- dependency-name: pillow
  dependency-version: 12.3.0
  dependency-type: indirect
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(release): bump version to 0.2.1

Includes sidecar_utils and streaming helpers already on main for consumers pinned to git tags.

Co-authored-by: Cursor <cursoragent@cursor.com>

* Merge main into dev [skip ci] (#45)

* chore(deps-dev): bump black in the pip group across 1 directory

Bumps the pip group with 1 update in the / directory: [black](https://github.com/psf/black).


Updates `black` from 23.12.1 to 26.3.1
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@23.12.1...26.3.1)

---
updated-dependencies:
- dependency-name: black
  dependency-version: 26.3.1
  dependency-type: direct:development
  dependency-group: pip
...



* style: reformat for black 26.3.1

Apply black 26 formatting to the three files that changed style rules
after the dependabot bump from 23.12.1.



* feat(streaming): add AGI pipeline and training-jobs stream topics (#41)

Reserve pressure/invalidation/splice/DLQ/metrics topics and typed bus
events so Cyrex AGI and Sugar Glider share one contract surface.



* chore(deps): bump torch in the pip group across 1 directory (#40)

Bumps the pip group with 1 update in the / directory: [torch](https://github.com/pytorch/pytorch).


Updates `torch` from 2.12.1 to 2.13.0
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](pytorch/pytorch@v2.12.1...v2.13.0)

---
updated-dependencies:
- dependency-name: torch
  dependency-version: 2.13.0
  dependency-type: direct:production
  dependency-group: pip
...




* chore(deps): bump pillow in the pip group across 1 directory (#43)

Bumps the pip group with 1 update in the / directory: [pillow](https://github.com/python-pillow/Pillow).


Updates `pillow` from 12.2.0 to 12.3.0
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](python-pillow/Pillow@12.2.0...12.3.0)

---
updated-dependencies:
- dependency-name: pillow
  dependency-version: 12.3.0
  dependency-type: indirect
  dependency-group: pip
...




* chore(release): bump version to 0.2.1

Includes sidecar_utils and streaming helpers already on main for consumers pinned to git tags.



---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Joe Black <jrb00013wvu@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Austin Heitzman <austin.m.2h35@gmail.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Joe Black <jrb00013wvu@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Austin Heitzman <austin.m.2h35@gmail.com>
Co-authored-by: Christian Krider <christian.krider@gmail.com>

* Merge main into dev [skip ci]

* chore(deps-dev): bump black in the pip group across 1 directory

Bumps the pip group with 1 update in the / directory: [black](https://github.com/psf/black).


Updates `black` from 23.12.1 to 26.3.1
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@23.12.1...26.3.1)

---
updated-dependencies:
- dependency-name: black
  dependency-version: 26.3.1
  dependency-type: direct:development
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>

* style: reformat for black 26.3.1

Apply black 26 formatting to the three files that changed style rules
after the dependabot bump from 23.12.1.

Co-authored-by: Cursor <cursoragent@cursor.com>

* feat(streaming): add AGI pipeline and training-jobs stream topics (#41)

Reserve pressure/invalidation/splice/DLQ/metrics topics and typed bus
events so Cyrex AGI and Sugar Glider share one contract surface.

Co-authored-by: Cursor <cursoragent@cursor.com>

* chore(deps): bump torch in the pip group across 1 directory (#40)

Bumps the pip group with 1 update in the / directory: [torch](https://github.com/pytorch/pytorch).


Updates `torch` from 2.12.1 to 2.13.0
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](pytorch/pytorch@v2.12.1...v2.13.0)

---
updated-dependencies:
- dependency-name: torch
  dependency-version: 2.13.0
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump pillow in the pip group across 1 directory (#43)

Bumps the pip group with 1 update in the / directory: [pillow](https://github.com/python-pillow/Pillow).


Updates `pillow` from 12.2.0 to 12.3.0
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](python-pillow/Pillow@12.2.0...12.3.0)

---
updated-dependencies:
- dependency-name: pillow
  dependency-version: 12.3.0
  dependency-type: indirect
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(release): bump version to 0.2.1

Includes sidecar_utils and streaming helpers already on main for consumers pinned to git tags.

Co-authored-by: Cursor <cursoragent@cursor.com>

* chore(deps): bump the pip group across 1 directory with 3 updates

Bumps the pip group with 3 updates in the / directory: [gitpython](https://github.com/gitpython-developers/GitPython), [pyasn1](https://github.com/pyasn1/pyasn1) and [setuptools](https://github.com/pypa/setuptools).


Updates `gitpython` from 3.1.50 to 3.1.54
- [Release notes](https://github.com/gitpython-developers/GitPython/releases)
- [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES)
- [Commits](gitpython-developers/GitPython@3.1.50...3.1.54)

Updates `pyasn1` from 0.6.3 to 0.6.4
- [Release notes](https://github.com/pyasn1/pyasn1/releases)
- [Changelog](https://github.com/pyasn1/pyasn1/blob/main/CHANGES.rst)
- [Commits](pyasn1/pyasn1@v0.6.3...v0.6.4)

Updates `setuptools` from 81.0.0 to 83.0.0
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@v81.0.0...v83.0.0)

---
updated-dependencies:
- dependency-name: gitpython
  dependency-version: 3.1.54
  dependency-type: indirect
  dependency-group: pip
- dependency-name: pyasn1
  dependency-version: 0.6.4
  dependency-type: indirect
  dependency-group: pip
- dependency-name: setuptools
  dependency-version: 83.0.0
  dependency-type: indirect
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>

* Merge main into dev [skip ci] (#45)

* chore(deps-dev): bump black in the pip group across 1 directory

Bumps the pip group with 1 update in the / directory: [black](https://github.com/psf/black).


Updates `black` from 23.12.1 to 26.3.1
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@23.12.1...26.3.1)

---
updated-dependencies:
- dependency-name: black
  dependency-version: 26.3.1
  dependency-type: direct:development
  dependency-group: pip
...



* style: reformat for black 26.3.1

Apply black 26 formatting to the three files that changed style rules
after the dependabot bump from 23.12.1.



* feat(streaming): add AGI pipeline and training-jobs stream topics (#41)

Reserve pressure/invalidation/splice/DLQ/metrics topics and typed bus
events so Cyrex AGI and Sugar Glider share one contract surface.



* chore(deps): bump torch in the pip group across 1 directory (#40)

Bumps the pip group with 1 update in the / directory: [torch](https://github.com/pytorch/pytorch).


Updates `torch` from 2.12.1 to 2.13.0
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](pytorch/pytorch@v2.12.1...v2.13.0)

---
updated-dependencies:
- dependency-name: torch
  dependency-version: 2.13.0
  dependency-type: direct:production
  dependency-group: pip
...




* chore(deps): bump pillow in the pip group across 1 directory (#43)

Bumps the pip group with 1 update in the / directory: [pillow](https://github.com/python-pillow/Pillow).


Updates `pillow` from 12.2.0 to 12.3.0
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](python-pillow/Pillow@12.2.0...12.3.0)

---
updated-dependencies:
- dependency-name: pillow
  dependency-version: 12.3.0
  dependency-type: indirect
  dependency-group: pip
...




* chore(release): bump version to 0.2.1

Includes sidecar_utils and streaming helpers already on main for consumers pinned to git tags.



---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Joe Black <jrb00013wvu@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Austin Heitzman <austin.m.2h35@gmail.com>

* chore(deps): bump the pip group across 1 directory with 2 updates (#49)

Bumps the pip group with 2 updates in the / directory: [aiohttp](https://github.com/aio-libs/aiohttp) and [gitpython](https://github.com/gitpython-developers/GitPython).


Updates `aiohttp` from 3.14.1 to 3.14.3
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
- [Commits](aio-libs/aiohttp@v3.14.1...v3.14.3)

Updates `gitpython` from 3.1.54 to 3.1.58
- [Release notes](https://github.com/gitpython-developers/GitPython/releases)
- [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES)
- [Commits](gitpython-developers/GitPython@3.1.54...3.1.58)

---
updated-dependencies:
- dependency-name: aiohttp
  dependency-version: 3.14.3
  dependency-type: indirect
  dependency-group: pip
- dependency-name: gitpython
  dependency-version: 3.1.58
  dependency-type: indirect
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Merge dev into main [skip ci] (#48)

* Merge main into dev [skip ci]

* chore(deps-dev): bump black in the pip group across 1 directory

Bumps the pip group with 1 update in the / directory: [black](https://github.com/psf/black).


Updates `black` from 23.12.1 to 26.3.1
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@23.12.1...26.3.1)

---
updated-dependencies:
- dependency-name: black
  dependency-version: 26.3.1
  dependency-type: direct:development
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>

* style: reformat for black 26.3.1

Apply black 26 formatting to the three files that changed style rules
after the dependabot bump from 23.12.1.

Co-authored-by: Cursor <cursoragent@cursor.com>

* feat(streaming): add AGI pipeline and training-jobs stream topics (#41)

Reserve pressure/invalidation/splice/DLQ/metrics topics and typed bus
events so Cyrex AGI and Sugar Glider share one contract surface.

Co-authored-by: Cursor <cursoragent@cursor.com>

* chore(deps): bump torch in the pip group across 1 directory (#40)

Bumps the pip group with 1 update in the / directory: [torch](https://github.com/pytorch/pytorch).


Updates `torch` from 2.12.1 to 2.13.0
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](pytorch/pytorch@v2.12.1...v2.13.0)

---
updated-dependencies:
- dependency-name: torch
  dependency-version: 2.13.0
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump pillow in the pip group across 1 directory (#43)

Bumps the pip group with 1 update in the / directory: [pillow](https://github.com/python-pillow/Pillow).


Updates `pillow` from 12.2.0 to 12.3.0
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](python-pillow/Pillow@12.2.0...12.3.0)

---
updated-dependencies:
- dependency-name: pillow
  dependency-version: 12.3.0
  dependency-type: indirect
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(release): bump version to 0.2.1

Includes sidecar_utils and streaming helpers already on main for consumers pinned to git tags.

Co-authored-by: Cursor <cursoragent@cursor.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Joe Black <jrb00013wvu@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Austin Heitzman <austin.m.2h35@gmail.com>

* Merge main into dev [skip ci]

* chore(deps-dev): bump black in the pip group across 1 directory

Bumps the pip group with 1 update in the / directory: [black](https://github.com/psf/black).


Updates `black` from 23.12.1 to 26.3.1
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@23.12.1...26.3.1)

---
updated-dependencies:
- dependency-name: black
  dependency-version: 26.3.1
  dependency-type: direct:development
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>

* style: reformat for black 26.3.1

Apply black 26 formatting to the three files that changed style rules
after the dependabot bump from 23.12.1.

Co-authored-by: Cursor <cursoragent@cursor.com>

* feat(streaming): add AGI pipeline and training-jobs stream topics (#41)

Reserve pressure/invalidation/splice/DLQ/metrics topics and typed bus
events so Cyrex AGI and Sugar Glider share one contract surface.

Co-authored-by: Cursor <cursoragent@cursor.com>

* chore(deps): bump torch in the pip group across 1 directory (#40)

Bumps the pip group with 1 update in the / directory: [torch](https://github.com/pytorch/pytorch).


Updates `torch` from 2.12.1 to 2.13.0
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](pytorch/pytorch@v2.12.1...v2.13.0)

---
updated-dependencies:
- dependency-name: torch
  dependency-version: 2.13.0
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump pillow in the pip group across 1 directory (#43)

Bumps the pip group with 1 update in the / directory: [pillow](https://github.com/python-pillow/Pillow).


Updates `pillow` from 12.2.0 to 12.3.0
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](python-pillow/Pillow@12.2.0...12.3.0)

---
updated-dependencies:
- dependency-name: pillow
  dependency-version: 12.3.0
  dependency-type: indirect
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(release): bump version to 0.2.1

Includes sidecar_utils and streaming helpers already on main for consumers pinned to git tags.

Co-authored-by: Cursor <cursoragent@cursor.com>

* Merge main into dev [skip ci] (#45)

* chore(deps-dev): bump black in the pip group across 1 directory

Bumps the pip group with 1 update in the / directory: [black](https://github.com/psf/black).


Updates `black` from 23.12.1 to 26.3.1
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@23.12.1...26.3.1)

---
updated-dependencies:
- dependency-name: black
  dependency-version: 26.3.1
  dependency-type: direct:development
  dependency-group: pip
...



* style: reformat for black 26.3.1

Apply black 26 formatting to the three files that changed style rules
after the dependabot bump from 23.12.1.



* feat(streaming): add AGI pipeline and training-jobs stream topics (#41)

Reserve pressure/invalidation/splice/DLQ/metrics topics and typed bus
events so Cyrex AGI and Sugar Glider share one contract surface.



* chore(deps): bump torch in the pip group across 1 directory (#40)

Bumps the pip group with 1 update in the / directory: [torch](https://github.com/pytorch/pytorch).


Updates `torch` from 2.12.1 to 2.13.0
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](pytorch/pytorch@v2.12.1...v2.13.0)

---
updated-dependencies:
- dependency-name: torch
  dependency-version: 2.13.0
  dependency-type: direct:production
  dependency-group: pip
...




* chore(deps): bump pillow in the pip group across 1 directory (#43)

Bumps the pip group with 1 update in the / directory: [pillow](https://github.com/python-pillow/Pillow).


Updates `pillow` from 12.2.0 to 12.3.0
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](python-pillow/Pillow@12.2.0...12.3.0)

---
updated-dependencies:
- dependency-name: pillow
  dependency-version: 12.3.0
  dependency-type: indirect
  dependency-group: pip
...




* chore(release): bump version to 0.2.1

Includes sidecar_utils and streaming helpers already on main for consumers pinned to git tags.



---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Joe Black <jrb00013wvu@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Austin Heitzman <austin.m.2h35@gmail.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Joe Black <jrb00013wvu@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Austin Heitzman <austin.m.2h35@gmail.com>
Co-authored-by: Christian Krider <christian.krider@gmail.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Joe Black <jrb00013wvu@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Austin Heitzman <austin.m.2h35@gmail.com>
Co-authored-by: satviku1012 <125938100+satviku1012@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Joe Black <jrb00013wvu@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Austin Heitzman <austin.m.2h35@gmail.com>
Co-authored-by: Sergio Vargas <svargasaguilar33@gmail.com>
Co-authored-by: satviku1012 <125938100+satviku1012@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Joe Black <jrb00013wvu@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Austin Heitzman <austin.m.2h35@gmail.com>
Co-authored-by: satviku1012 <125938100+satviku1012@users.noreply.github.com>
Co-authored-by: Sergio Vargas <svargasaguilar33@gmail.com>
christiankrider1 added a commit that referenced this pull request Aug 18, 2026
* chore(deps-dev): bump black in the pip group across 1 directory

Bumps the pip group with 1 update in the / directory: [black](https://github.com/psf/black).


Updates `black` from 23.12.1 to 26.3.1
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@23.12.1...26.3.1)

---
updated-dependencies:
- dependency-name: black
  dependency-version: 26.3.1
  dependency-type: direct:development
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>

* style: reformat for black 26.3.1

Apply black 26 formatting to the three files that changed style rules
after the dependabot bump from 23.12.1.

Co-authored-by: Cursor <cursoragent@cursor.com>

* feat(streaming): add AGI pipeline and training-jobs stream topics (#41)

Reserve pressure/invalidation/splice/DLQ/metrics topics and typed bus
events so Cyrex AGI and Sugar Glider share one contract surface.

Co-authored-by: Cursor <cursoragent@cursor.com>

* chore(deps): bump torch in the pip group across 1 directory (#40)

Bumps the pip group with 1 update in the / directory: [torch](https://github.com/pytorch/pytorch).


Updates `torch` from 2.12.1 to 2.13.0
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](pytorch/pytorch@v2.12.1...v2.13.0)

---
updated-dependencies:
- dependency-name: torch
  dependency-version: 2.13.0
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump pillow in the pip group across 1 directory (#43)

Bumps the pip group with 1 update in the / directory: [pillow](https://github.com/python-pillow/Pillow).


Updates `pillow` from 12.2.0 to 12.3.0
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](python-pillow/Pillow@12.2.0...12.3.0)

---
updated-dependencies:
- dependency-name: pillow
  dependency-version: 12.3.0
  dependency-type: indirect
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(release): bump version to 0.2.1

Includes sidecar_utils and streaming helpers already on main for consumers pinned to git tags.

Co-authored-by: Cursor <cursoragent@cursor.com>

* chore(deps): bump the pip group across 1 directory with 3 updates

Bumps the pip group with 3 updates in the / directory: [gitpython](https://github.com/gitpython-developers/GitPython), [pyasn1](https://github.com/pyasn1/pyasn1) and [setuptools](https://github.com/pypa/setuptools).


Updates `gitpython` from 3.1.50 to 3.1.54
- [Release notes](https://github.com/gitpython-developers/GitPython/releases)
- [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES)
- [Commits](gitpython-developers/GitPython@3.1.50...3.1.54)

Updates `pyasn1` from 0.6.3 to 0.6.4
- [Release notes](https://github.com/pyasn1/pyasn1/releases)
- [Changelog](https://github.com/pyasn1/pyasn1/blob/main/CHANGES.rst)
- [Commits](pyasn1/pyasn1@v0.6.3...v0.6.4)

Updates `setuptools` from 81.0.0 to 83.0.0
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@v81.0.0...v83.0.0)

---
updated-dependencies:
- dependency-name: gitpython
  dependency-version: 3.1.54
  dependency-type: indirect
  dependency-group: pip
- dependency-name: pyasn1
  dependency-version: 0.6.4
  dependency-type: indirect
  dependency-group: pip
- dependency-name: setuptools
  dependency-version: 83.0.0
  dependency-type: indirect
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>

* Merge main into dev [skip ci] (#45)

* chore(deps-dev): bump black in the pip group across 1 directory

Bumps the pip group with 1 update in the / directory: [black](https://github.com/psf/black).


Updates `black` from 23.12.1 to 26.3.1
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@23.12.1...26.3.1)

---
updated-dependencies:
- dependency-name: black
  dependency-version: 26.3.1
  dependency-type: direct:development
  dependency-group: pip
...



* style: reformat for black 26.3.1

Apply black 26 formatting to the three files that changed style rules
after the dependabot bump from 23.12.1.



* feat(streaming): add AGI pipeline and training-jobs stream topics (#41)

Reserve pressure/invalidation/splice/DLQ/metrics topics and typed bus
events so Cyrex AGI and Sugar Glider share one contract surface.



* chore(deps): bump torch in the pip group across 1 directory (#40)

Bumps the pip group with 1 update in the / directory: [torch](https://github.com/pytorch/pytorch).


Updates `torch` from 2.12.1 to 2.13.0
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](pytorch/pytorch@v2.12.1...v2.13.0)

---
updated-dependencies:
- dependency-name: torch
  dependency-version: 2.13.0
  dependency-type: direct:production
  dependency-group: pip
...




* chore(deps): bump pillow in the pip group across 1 directory (#43)

Bumps the pip group with 1 update in the / directory: [pillow](https://github.com/python-pillow/Pillow).


Updates `pillow` from 12.2.0 to 12.3.0
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](python-pillow/Pillow@12.2.0...12.3.0)

---
updated-dependencies:
- dependency-name: pillow
  dependency-version: 12.3.0
  dependency-type: indirect
  dependency-group: pip
...




* chore(release): bump version to 0.2.1

Includes sidecar_utils and streaming helpers already on main for consumers pinned to git tags.



---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Joe Black <jrb00013wvu@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Austin Heitzman <austin.m.2h35@gmail.com>

* chore(deps): bump the pip group across 1 directory with 2 updates (#49)

Bumps the pip group with 2 updates in the / directory: [aiohttp](https://github.com/aio-libs/aiohttp) and [gitpython](https://github.com/gitpython-developers/GitPython).


Updates `aiohttp` from 3.14.1 to 3.14.3
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
- [Commits](aio-libs/aiohttp@v3.14.1...v3.14.3)

Updates `gitpython` from 3.1.54 to 3.1.58
- [Release notes](https://github.com/gitpython-developers/GitPython/releases)
- [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES)
- [Commits](gitpython-developers/GitPython@3.1.54...3.1.58)

---
updated-dependencies:
- dependency-name: aiohttp
  dependency-version: 3.14.3
  dependency-type: indirect
  dependency-group: pip
- dependency-name: gitpython
  dependency-version: 3.1.58
  dependency-type: indirect
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Merge dev into main [skip ci] (#48)

* Merge main into dev [skip ci]

* chore(deps-dev): bump black in the pip group across 1 directory

Bumps the pip group with 1 update in the / directory: [black](https://github.com/psf/black).


Updates `black` from 23.12.1 to 26.3.1
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@23.12.1...26.3.1)

---
updated-dependencies:
- dependency-name: black
  dependency-version: 26.3.1
  dependency-type: direct:development
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>

* style: reformat for black 26.3.1

Apply black 26 formatting to the three files that changed style rules
after the dependabot bump from 23.12.1.

Co-authored-by: Cursor <cursoragent@cursor.com>

* feat(streaming): add AGI pipeline and training-jobs stream topics (#41)

Reserve pressure/invalidation/splice/DLQ/metrics topics and typed bus
events so Cyrex AGI and Sugar Glider share one contract surface.

Co-authored-by: Cursor <cursoragent@cursor.com>

* chore(deps): bump torch in the pip group across 1 directory (#40)

Bumps the pip group with 1 update in the / directory: [torch](https://github.com/pytorch/pytorch).


Updates `torch` from 2.12.1 to 2.13.0
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](pytorch/pytorch@v2.12.1...v2.13.0)

---
updated-dependencies:
- dependency-name: torch
  dependency-version: 2.13.0
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump pillow in the pip group across 1 directory (#43)

Bumps the pip group with 1 update in the / directory: [pillow](https://github.com/python-pillow/Pillow).


Updates `pillow` from 12.2.0 to 12.3.0
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](python-pillow/Pillow@12.2.0...12.3.0)

---
updated-dependencies:
- dependency-name: pillow
  dependency-version: 12.3.0
  dependency-type: indirect
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(release): bump version to 0.2.1

Includes sidecar_utils and streaming helpers already on main for consumers pinned to git tags.

Co-authored-by: Cursor <cursoragent@cursor.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Joe Black <jrb00013wvu@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Austin Heitzman <austin.m.2h35@gmail.com>

* Merge main into dev [skip ci]

* chore(deps-dev): bump black in the pip group across 1 directory

Bumps the pip group with 1 update in the / directory: [black](https://github.com/psf/black).


Updates `black` from 23.12.1 to 26.3.1
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@23.12.1...26.3.1)

---
updated-dependencies:
- dependency-name: black
  dependency-version: 26.3.1
  dependency-type: direct:development
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>

* style: reformat for black 26.3.1

Apply black 26 formatting to the three files that changed style rules
after the dependabot bump from 23.12.1.

Co-authored-by: Cursor <cursoragent@cursor.com>

* feat(streaming): add AGI pipeline and training-jobs stream topics (#41)

Reserve pressure/invalidation/splice/DLQ/metrics topics and typed bus
events so Cyrex AGI and Sugar Glider share one contract surface.

Co-authored-by: Cursor <cursoragent@cursor.com>

* chore(deps): bump torch in the pip group across 1 directory (#40)

Bumps the pip group with 1 update in the / directory: [torch](https://github.com/pytorch/pytorch).


Updates `torch` from 2.12.1 to 2.13.0
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](pytorch/pytorch@v2.12.1...v2.13.0)

---
updated-dependencies:
- dependency-name: torch
  dependency-version: 2.13.0
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump pillow in the pip group across 1 directory (#43)

Bumps the pip group with 1 update in the / directory: [pillow](https://github.com/python-pillow/Pillow).


Updates `pillow` from 12.2.0 to 12.3.0
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](python-pillow/Pillow@12.2.0...12.3.0)

---
updated-dependencies:
- dependency-name: pillow
  dependency-version: 12.3.0
  dependency-type: indirect
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(release): bump version to 0.2.1

Includes sidecar_utils and streaming helpers already on main for consumers pinned to git tags.

Co-authored-by: Cursor <cursoragent@cursor.com>

* Merge main into dev [skip ci] (#45)

* chore(deps-dev): bump black in the pip group across 1 directory

Bumps the pip group with 1 update in the / directory: [black](https://github.com/psf/black).


Updates `black` from 23.12.1 to 26.3.1
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@23.12.1...26.3.1)

---
updated-dependencies:
- dependency-name: black
  dependency-version: 26.3.1
  dependency-type: direct:development
  dependency-group: pip
...



* style: reformat for black 26.3.1

Apply black 26 formatting to the three files that changed style rules
after the dependabot bump from 23.12.1.



* feat(streaming): add AGI pipeline and training-jobs stream topics (#41)

Reserve pressure/invalidation/splice/DLQ/metrics topics and typed bus
events so Cyrex AGI and Sugar Glider share one contract surface.



* chore(deps): bump torch in the pip group across 1 directory (#40)

Bumps the pip group with 1 update in the / directory: [torch](https://github.com/pytorch/pytorch).


Updates `torch` from 2.12.1 to 2.13.0
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](pytorch/pytorch@v2.12.1...v2.13.0)

---
updated-dependencies:
- dependency-name: torch
  dependency-version: 2.13.0
  dependency-type: direct:production
  dependency-group: pip
...




* chore(deps): bump pillow in the pip group across 1 directory (#43)

Bumps the pip group with 1 update in the / directory: [pillow](https://github.com/python-pillow/Pillow).


Updates `pillow` from 12.2.0 to 12.3.0
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](python-pillow/Pillow@12.2.0...12.3.0)

---
updated-dependencies:
- dependency-name: pillow
  dependency-version: 12.3.0
  dependency-type: indirect
  dependency-group: pip
...




* chore(release): bump version to 0.2.1

Includes sidecar_utils and streaming helpers already on main for consumers pinned to git tags.



---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Joe Black <jrb00013wvu@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Austin Heitzman <austin.m.2h35@gmail.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Joe Black <jrb00013wvu@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Austin Heitzman <austin.m.2h35@gmail.com>
Co-authored-by: Christian Krider <christian.krider@gmail.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Joe Black <jrb00013wvu@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Austin Heitzman <austin.m.2h35@gmail.com>
Co-authored-by: satviku1012 <125938100+satviku1012@users.noreply.github.com>

* Merge dev into main [skip ci] (#50)

* Merge main into dev [skip ci]

* chore(deps-dev): bump black in the pip group across 1 directory

Bumps the pip group with 1 update in the / directory: [black](https://github.com/psf/black).


Updates `black` from 23.12.1 to 26.3.1
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@23.12.1...26.3.1)

---
updated-dependencies:
- dependency-name: black
  dependency-version: 26.3.1
  dependency-type: direct:development
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>

* style: reformat for black 26.3.1

Apply black 26 formatting to the three files that changed style rules
after the dependabot bump from 23.12.1.

Co-authored-by: Cursor <cursoragent@cursor.com>

* feat(streaming): add AGI pipeline and training-jobs stream topics (#41)

Reserve pressure/invalidation/splice/DLQ/metrics topics and typed bus
events so Cyrex AGI and Sugar Glider share one contract surface.

Co-authored-by: Cursor <cursoragent@cursor.com>

* chore(deps): bump torch in the pip group across 1 directory (#40)

Bumps the pip group with 1 update in the / directory: [torch](https://github.com/pytorch/pytorch).


Updates `torch` from 2.12.1 to 2.13.0
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](pytorch/pytorch@v2.12.1...v2.13.0)

---
updated-dependencies:
- dependency-name: torch
  dependency-version: 2.13.0
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump pillow in the pip group across 1 directory (#43)

Bumps the pip group with 1 update in the / directory: [pillow](https://github.com/python-pillow/Pillow).


Updates `pillow` from 12.2.0 to 12.3.0
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](python-pillow/Pillow@12.2.0...12.3.0)

---
updated-dependencies:
- dependency-name: pillow
  dependency-version: 12.3.0
  dependency-type: indirect
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(release): bump version to 0.2.1

Includes sidecar_utils and streaming helpers already on main for consumers pinned to git tags.

Co-authored-by: Cursor <cursoragent@cursor.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Joe Black <jrb00013wvu@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Austin Heitzman <austin.m.2h35@gmail.com>

* Merge main into dev [skip ci]

* chore(deps-dev): bump black in the pip group across 1 directory

Bumps the pip group with 1 update in the / directory: [black](https://github.com/psf/black).


Updates `black` from 23.12.1 to 26.3.1
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@23.12.1...26.3.1)

---
updated-dependencies:
- dependency-name: black
  dependency-version: 26.3.1
  dependency-type: direct:development
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>

* style: reformat for black 26.3.1

Apply black 26 formatting to the three files that changed style rules
after the dependabot bump from 23.12.1.

Co-authored-by: Cursor <cursoragent@cursor.com>

* feat(streaming): add AGI pipeline and training-jobs stream topics (#41)

Reserve pressure/invalidation/splice/DLQ/metrics topics and typed bus
events so Cyrex AGI and Sugar Glider share one contract surface.

Co-authored-by: Cursor <cursoragent@cursor.com>

* chore(deps): bump torch in the pip group across 1 directory (#40)

Bumps the pip group with 1 update in the / directory: [torch](https://github.com/pytorch/pytorch).


Updates `torch` from 2.12.1 to 2.13.0
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](pytorch/pytorch@v2.12.1...v2.13.0)

---
updated-dependencies:
- dependency-name: torch
  dependency-version: 2.13.0
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump pillow in the pip group across 1 directory (#43)

Bumps the pip group with 1 update in the / directory: [pillow](https://github.com/python-pillow/Pillow).


Updates `pillow` from 12.2.0 to 12.3.0
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](python-pillow/Pillow@12.2.0...12.3.0)

---
updated-dependencies:
- dependency-name: pillow
  dependency-version: 12.3.0
  dependency-type: indirect
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(release): bump version to 0.2.1

Includes sidecar_utils and streaming helpers already on main for consumers pinned to git tags.

Co-authored-by: Cursor <cursoragent@cursor.com>

* Merge main into dev [skip ci] (#45)

* chore(deps-dev): bump black in the pip group across 1 directory

Bumps the pip group with 1 update in the / directory: [black](https://github.com/psf/black).


Updates `black` from 23.12.1 to 26.3.1
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@23.12.1...26.3.1)

---
updated-dependencies:
- dependency-name: black
  dependency-version: 26.3.1
  dependency-type: direct:development
  dependency-group: pip
...



* style: reformat for black 26.3.1

Apply black 26 formatting to the three files that changed style rules
after the dependabot bump from 23.12.1.



* feat(streaming): add AGI pipeline and training-jobs stream topics (#41)

Reserve pressure/invalidation/splice/DLQ/metrics topics and typed bus
events so Cyrex AGI and Sugar Glider share one contract surface.



* chore(deps): bump torch in the pip group across 1 directory (#40)

Bumps the pip group with 1 update in the / directory: [torch](https://github.com/pytorch/pytorch).


Updates `torch` from 2.12.1 to 2.13.0
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](pytorch/pytorch@v2.12.1...v2.13.0)

---
updated-dependencies:
- dependency-name: torch
  dependency-version: 2.13.0
  dependency-type: direct:production
  dependency-group: pip
...




* chore(deps): bump pillow in the pip group across 1 directory (#43)

Bumps the pip group with 1 update in the / directory: [pillow](https://github.com/python-pillow/Pillow).


Updates `pillow` from 12.2.0 to 12.3.0
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](python-pillow/Pillow@12.2.0...12.3.0)

---
updated-dependencies:
- dependency-name: pillow
  dependency-version: 12.3.0
  dependency-type: indirect
  dependency-group: pip
...




* chore(release): bump version to 0.2.1

Includes sidecar_utils and streaming helpers already on main for consumers pinned to git tags.



---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Joe Black <jrb00013wvu@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Austin Heitzman <austin.m.2h35@gmail.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Joe Black <jrb00013wvu@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Austin Heitzman <austin.m.2h35@gmail.com>
Co-authored-by: Christian Krider <christian.krider@gmail.com>

* Merge main into dev [skip ci]

* chore(deps-dev): bump black in the pip group across 1 directory

Bumps the pip group with 1 update in the / directory: [black](https://github.com/psf/black).


Updates `black` from 23.12.1 to 26.3.1
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@23.12.1...26.3.1)

---
updated-dependencies:
- dependency-name: black
  dependency-version: 26.3.1
  dependency-type: direct:development
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>

* style: reformat for black 26.3.1

Apply black 26 formatting to the three files that changed style rules
after the dependabot bump from 23.12.1.

Co-authored-by: Cursor <cursoragent@cursor.com>

* feat(streaming): add AGI pipeline and training-jobs stream topics (#41)

Reserve pressure/invalidation/splice/DLQ/metrics topics and typed bus
events so Cyrex AGI and Sugar Glider share one contract surface.

Co-authored-by: Cursor <cursoragent@cursor.com>

* chore(deps): bump torch in the pip group across 1 directory (#40)

Bumps the pip group with 1 update in the / directory: [torch](https://github.com/pytorch/pytorch).


Updates `torch` from 2.12.1 to 2.13.0
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](pytorch/pytorch@v2.12.1...v2.13.0)

---
updated-dependencies:
- dependency-name: torch
  dependency-version: 2.13.0
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump pillow in the pip group across 1 directory (#43)

Bumps the pip group with 1 update in the / directory: [pillow](https://github.com/python-pillow/Pillow).


Updates `pillow` from 12.2.0 to 12.3.0
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](python-pillow/Pillow@12.2.0...12.3.0)

---
updated-dependencies:
- dependency-name: pillow
  dependency-version: 12.3.0
  dependency-type: indirect
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(release): bump version to 0.2.1

Includes sidecar_utils and streaming helpers already on main for consumers pinned to git tags.

Co-authored-by: Cursor <cursoragent@cursor.com>

* chore(deps): bump the pip group across 1 directory with 3 updates

Bumps the pip group with 3 updates in the / directory: [gitpython](https://github.com/gitpython-developers/GitPython), [pyasn1](https://github.com/pyasn1/pyasn1) and [setuptools](https://github.com/pypa/setuptools).


Updates `gitpython` from 3.1.50 to 3.1.54
- [Release notes](https://github.com/gitpython-developers/GitPython/releases)
- [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES)
- [Commits](gitpython-developers/GitPython@3.1.50...3.1.54)

Updates `pyasn1` from 0.6.3 to 0.6.4
- [Release notes](https://github.com/pyasn1/pyasn1/releases)
- [Changelog](https://github.com/pyasn1/pyasn1/blob/main/CHANGES.rst)
- [Commits](pyasn1/pyasn1@v0.6.3...v0.6.4)

Updates `setuptools` from 81.0.0 to 83.0.0
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@v81.0.0...v83.0.0)

---
updated-dependencies:
- dependency-name: gitpython
  dependency-version: 3.1.54
  dependency-type: indirect
  dependency-group: pip
- dependency-name: pyasn1
  dependency-version: 0.6.4
  dependency-type: indirect
  dependency-group: pip
- dependency-name: setuptools
  dependency-version: 83.0.0
  dependency-type: indirect
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>

* Merge main into dev [skip ci] (#45)

* chore(deps-dev): bump black in the pip group across 1 directory

Bumps the pip group with 1 update in the / directory: [black](https://github.com/psf/black).


Updates `black` from 23.12.1 to 26.3.1
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@23.12.1...26.3.1)

---
updated-dependencies:
- dependency-name: black
  dependency-version: 26.3.1
  dependency-type: direct:development
  dependency-group: pip
...



* style: reformat for black 26.3.1

Apply black 26 formatting to the three files that changed style rules
after the dependabot bump from 23.12.1.



* feat(streaming): add AGI pipeline and training-jobs stream topics (#41)

Reserve pressure/invalidation/splice/DLQ/metrics topics and typed bus
events so Cyrex AGI and Sugar Glider share one contract surface.



* chore(deps): bump torch in the pip group across 1 directory (#40)

Bumps the pip group with 1 update in the / directory: [torch](https://github.com/pytorch/pytorch).


Updates `torch` from 2.12.1 to 2.13.0
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](pytorch/pytorch@v2.12.1...v2.13.0)

---
updated-dependencies:
- dependency-name: torch
  dependency-version: 2.13.0
  dependency-type: direct:production
  dependency-group: pip
...




* chore(deps): bump pillow in the pip group across 1 directory (#43)

Bumps the pip group with 1 update in the / directory: [pillow](https://github.com/python-pillow/Pillow).


Updates `pillow` from 12.2.0 to 12.3.0
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](python-pillow/Pillow@12.2.0...12.3.0)

---
updated-dependencies:
- dependency-name: pillow
  dependency-version: 12.3.0
  dependency-type: indirect
  dependency-group: pip
...




* chore(release): bump version to 0.2.1

Includes sidecar_utils and streaming helpers already on main for consumers pinned to git tags.



---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Joe Black <jrb00013wvu@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Austin Heitzman <austin.m.2h35@gmail.com>

* chore(deps): bump the pip group across 1 directory with 2 updates (#49)

Bumps the pip group with 2 updates in the / directory: [aiohttp](https://github.com/aio-libs/aiohttp) and [gitpython](https://github.com/gitpython-developers/GitPython).


Updates `aiohttp` from 3.14.1 to 3.14.3
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
- [Commits](aio-libs/aiohttp@v3.14.1...v3.14.3)

Updates `gitpython` from 3.1.54 to 3.1.58
- [Release notes](https://github.com/gitpython-developers/GitPython/releases)
- [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES)
- [Commits](gitpython-developers/GitPython@3.1.54...3.1.58)

---
updated-dependencies:
- dependency-name: aiohttp
  dependency-version: 3.14.3
  dependency-type: indirect
  dependency-group: pip
- dependency-name: gitpython
  dependency-version: 3.1.58
  dependency-type: indirect
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Merge dev into main [skip ci] (#48)

* Merge main into dev [skip ci]

* chore(deps-dev): bump black in the pip group across 1 directory

Bumps the pip group with 1 update in the / directory: [black](https://github.com/psf/black).


Updates `black` from 23.12.1 to 26.3.1
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@23.12.1...26.3.1)

---
updated-dependencies:
- dependency-name: black
  dependency-version: 26.3.1
  dependency-type: direct:development
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>

* style: reformat for black 26.3.1

Apply black 26 formatting to the three files that changed style rules
after the dependabot bump from 23.12.1.

Co-authored-by: Cursor <cursoragent@cursor.com>

* feat(streaming): add AGI pipeline and training-jobs stream topics (#41)

Reserve pressure/invalidation/splice/DLQ/metrics topics and typed bus
events so Cyrex AGI and Sugar Glider share one contract surface.

Co-authored-by: Cursor <cursoragent@cursor.com>

* chore(deps): bump torch in the pip group across 1 directory (#40)

Bumps the pip group with 1 update in the / directory: [torch](https://github.com/pytorch/pytorch).


Updates `torch` from 2.12.1 to 2.13.0
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](pytorch/pytorch@v2.12.1...v2.13.0)

---
updated-dependencies:
- dependency-name: torch
  dependency-version: 2.13.0
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump pillow in the pip group across 1 directory (#43)

Bumps the pip group with 1 update in the / directory: [pillow](https://github.com/python-pillow/Pillow).


Updates `pillow` from 12.2.0 to 12.3.0
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](python-pillow/Pillow@12.2.0...12.3.0)

---
updated-dependencies:
- dependency-name: pillow
  dependency-version: 12.3.0
  dependency-type: indirect
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(release): bump version to 0.2.1

Includes sidecar_utils and streaming helpers already on main for consumers pinned to git tags.

Co-authored-by: Cursor <cursoragent@cursor.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Joe Black <jrb00013wvu@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Austin Heitzman <austin.m.2h35@gmail.com>

* Merge main into dev [skip ci]

* chore(deps-dev): bump black in the pip group across 1 directory

Bumps the pip group with 1 update in the / directory: [black](https://github.com/psf/black).


Updates `black` from 23.12.1 to 26.3.1
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@23.12.1...26.3.1)

---
updated-dependencies:
- dependency-name: black
  dependency-version: 26.3.1
  dependency-type: direct:development
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>

* style: reformat for black 26.3.1

Apply black 26 formatting to the three files that changed style rules
after the dependabot bump from 23.12.1.

Co-authored-by: Cursor <cursoragent@cursor.com>

* feat(streaming): add AGI pipeline and training-jobs stream topics (#41)

Reserve pressure/invalidation/splice/DLQ/metrics topics and typed bus
events so Cyrex AGI and Sugar Glider share one contract surface.

Co-authored-by: Cursor <cursoragent@cursor.com>

* chore(deps): bump torch in the pip group across 1 directory (#40)

Bumps the pip group with 1 update in the / directory: [torch](https://github.com/pytorch/pytorch).


Updates `torch` from 2.12.1 to 2.13.0
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](pytorch/pytorch@v2.12.1...v2.13.0)

---
updated-dependencies:
- dependency-name: torch
  dependency-version: 2.13.0
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump pillow in the pip group across 1 directory (#43)

Bumps the pip group with 1 update in the / directory: [pillow](https://github.com/python-pillow/Pillow).


Updates `pillow` from 12.2.0 to 12.3.0
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](python-pillow/Pillow@12.2.0...12.3.0)

---
updated-dependencies:
- dependency-name: pillow
  dependency-version: 12.3.0
  dependency-type: indirect
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(release): bump version to 0.2.1

Includes sidecar_utils and streaming helpers already on main for consumers pinned to git tags.

Co-authored-by: Cursor <cursoragent@cursor.com>

* Merge main into dev [skip ci] (#45)

* chore(deps-dev): bump black in the pip group across 1 directory

Bumps the pip group with 1 update in the / directory: [black](https://github.com/psf/black).


Updates `black` from 23.12.1 to 26.3.1
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@23.12.1...26.3.1)

---
updated-dependencies:
- dependency-name: black
  dependency-version: 26.3.1
  dependency-type: direct:development
  dependency-group: pip
...



* style: reformat for black 26.3.1

Apply black 26 formatting to the three files that changed style rules
after the dependabot bump from 23.12.1.



* feat(streaming): add AGI pipeline and training-jobs stream topics (#41)

Reserve pressure/invalidation/splice/DLQ/metrics topics and typed bus
events so Cyrex AGI and Sugar Glider share one contract surface.



* chore(deps): bump torch in the pip group across 1 directory (#40)

Bumps the pip group with 1 update in the / directory: [torch](https://github.com/pytorch/pytorch).


Updates `torch` from 2.12.1 to 2.13.0
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](pytorch/pytorch@v2.12.1...v2.13.0)

---
updated-dependencies:
- dependency-name: torch
  dependency-version: 2.13.0
  dependency-type: direct:production
  dependency-group: pip
...




* chore(deps): bump pillow in the pip group across 1 directory (#43)

Bumps the pip group with 1 update in the / directory: [pillow](https://github.com/python-pillow/Pillow).


Updates `pillow` from 12.2.0 to 12.3.0
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](python-pillow/Pillow@12.2.0...12.3.0)

---
updated-dependencies:
- dependency-name: pillow
  dependency-version: 12.3.0
  dependency-type: indirect
  dependency-group: pip
...




* chore(release): bump version to 0.2.1

Includes sidecar_utils and streaming helpers already on main for consumers pinned to git tags.



---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Joe Black <jrb00013wvu@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Austin Heitzman <austin.m.2h35@gmail.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Joe Black <jrb00013wvu@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Austin Heitzman <austin.m.2h35@gmail.com>
Co-authored-by: Christian Krider <christian.krider@gmail.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Joe Black <jrb00013wvu@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Austin Heitzman <austin.m.2h35@gmail.com>
Co-authored-by: satviku1012 <125938100+satviku1012@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Joe Black <jrb00013wvu@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Austin Heitzman <austin.m.2h35@gmail.com>
Co-authored-by: Sergio Vargas <svargasaguilar33@gmail.com>
Co-authored-by: satviku1012 <125938100+satviku1012@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Joe Black <jrb00013wvu@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Austin Heitzman <austin.m.2h35@gmail.com>
Co-authored-by: satviku1012 <125938100+satviku1012@users.noreply.github.com>
Co-authored-by: Sergio Vargas <svargasaguilar33@gmail.com>

* chore(deps): bump sqlparse in the pip group across 1 directory

Bumps the pip group with 1 update in the / directory: [sqlparse](https://github.com/andialbrecht/sqlparse).


Updates `sqlparse` from 0.5.5 to 0.6.0
- [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG)
- [Commits](andialbrecht/sqlparse@0.5.5...0.6.0)

---
updated-dependencies:
- dependency-name: sqlparse
  dependency-version: 0.6.0
  dependency-type: indirect
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Joe Black <jrb00013wvu@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Austin Heitzman <austin.m.2h35@gmail.com>
Co-authored-by: Sergio Vargas <svargasaguilar33@gmail.com>
Co-authored-by: satviku1012 <125938100+satviku1012@users.noreply.github.com>
christiankrider1 added a commit that referenced this pull request Aug 25, 2026
* Merge main into dev [skip ci]

* chore(deps-dev): bump black in the pip group across 1 directory

Bumps the pip group with 1 update in the / directory: [black](https://github.com/psf/black).


Updates `black` from 23.12.1 to 26.3.1
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](https://github.com/psf/black/compare/23.12.1...26.3.1)

---
updated-dependencies:
- dependency-name: black
  dependency-version: 26.3.1
  dependency-type: direct:development
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>

* style: reformat for black 26.3.1

Apply black 26 formatting to the three files that changed style rules
after the dependabot bump from 23.12.1.

Co-authored-by: Cursor <cursoragent@cursor.com>

* feat(streaming): add AGI pipeline and training-jobs stream topics (#41)

Reserve pressure/invalidation/splice/DLQ/metrics topics and typed bus
events so Cyrex AGI and Sugar Glider share one contract surface.

Co-authored-by: Cursor <cursoragent@cursor.com>

* chore(deps): bump torch in the pip group across 1 directory (#40)

Bumps the pip group with 1 update in the / directory: [torch](https://github.com/pytorch/pytorch).


Updates `torch` from 2.12.1 to 2.13.0
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](https://github.com/pytorch/pytorch/compare/v2.12.1...v2.13.0)

---
updated-dependencies:
- dependency-name: torch
  dependency-version: 2.13.0
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump pillow in the pip group across 1 directory (#43)

Bumps the pip group with 1 update in the / directory: [pillow](https://github.com/python-pillow/Pillow).


Updates `pillow` from 12.2.0 to 12.3.0
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](https://github.com/python-pillow/Pillow/compare/12.2.0...12.3.0)

---
updated-dependencies:
- dependency-name: pillow
  dependency-version: 12.3.0
  dependency-type: indirect
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(release): bump version to 0.2.1

Includes sidecar_utils and streaming helpers already on main for consumers pinned to git tags.

Co-authored-by: Cursor <cursoragent@cursor.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Joe Black <jrb00013wvu@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Austin Heitzman <austin.m.2h35@gmail.com>

* Merge main into dev [skip ci]

* chore(deps-dev): bump black in the pip group across 1 directory

Bumps the pip group with 1 update in the / directory: [black](https://github.com/psf/black).


Updates `black` from 23.12.1 to 26.3.1
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](https://github.com/psf/black/compare/23.12.1...26.3.1)

---
updated-dependencies:
- dependency-name: black
  dependency-version: 26.3.1
  dependency-type: direct:development
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>

* style: reformat for black 26.3.1

Apply black 26 formatting to the three files that changed style rules
after the dependabot bump from 23.12.1.

Co-authored-by: Cursor <cursoragent@cursor.com>

* feat(streaming): add AGI pipeline and training-jobs stream topics (#41)

Reserve pressure/invalidation/splice/DLQ/metrics topics and typed bus
events so Cyrex AGI and Sugar Glider share one contract surface.

Co-authored-by: Cursor <cursoragent@cursor.com>

* chore(deps): bump torch in the pip group across 1 directory (#40)

Bumps the pip group with 1 update in the / directory: [torch](https://github.com/pytorch/pytorch).


Updates `torch` from 2.12.1 to 2.13.0
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](https://github.com/pytorch/pytorch/compare/v2.12.1...v2.13.0)

---
updated-dependencies:
- dependency-name: torch
  dependency-version: 2.13.0
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump pillow in the pip group across 1 directory (#43)

Bumps the pip group with 1 update in the / directory: [pillow](https://github.com/python-pillow/Pillow).


Updates `pillow` from 12.2.0 to 12.3.0
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](https://github.com/python-pillow/Pillow/compare/12.2.0...12.3.0)

---
updated-dependencies:
- dependency-name: pillow
  dependency-version: 12.3.0
  dependency-type: indirect
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(release): bump version to 0.2.1

Includes sidecar_utils and streaming helpers already on main for consumers pinned to git tags.

Co-authored-by: Cursor <cursoragent@cursor.com>

* Merge main into dev [skip ci] (#45)

* chore(deps-dev): bump black in the pip group across 1 directory

Bumps the pip group with 1 update in the / directory: [black](https://github.com/psf/black).


Updates `black` from 23.12.1 to 26.3.1
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](https://github.com/psf/black/compare/23.12.1...26.3.1)

---
updated-dependencies:
- dependency-name: black
  dependency-version: 26.3.1
  dependency-type: direct:development
  dependency-group: pip
...



* style: reformat for black 26.3.1

Apply black 26 formatting to the three files that changed style rules
after the dependabot bump from 23.12.1.



* feat(streaming): add AGI pipeline and training-jobs stream topics (#41)

Reserve pressure/invalidation/splice/DLQ/metrics topics and typed bus
events so Cyrex AGI and Sugar Glider share one contract surface.



* chore(deps): bump torch in the pip group across 1 directory (#40)

Bumps the pip group with 1 update in the / directory: [torch](https://github.com/pytorch/pytorch).


Updates `torch` from 2.12.1 to 2.13.0
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](https://github.com/pytorch/pytorch/compare/v2.12.1...v2.13.0)

---
updated-dependencies:
- dependency-name: torch
  dependency-version: 2.13.0
  dependency-type: direct:production
  dependency-group: pip
...




* chore(deps): bump pillow in the pip group across 1 directory (#43)

Bumps the pip group with 1 update in the / directory: [pillow](https://github.com/python-pillow/Pillow).


Updates `pillow` from 12.2.0 to 12.3.0
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](https://github.com/python-pillow/Pillow/compare/12.2.0...12.3.0)

---
updated-dependencies:
- dependency-name: pillow
  dependency-version: 12.3.0
  dependency-type: indirect
  dependency-group: pip
...




* chore(release): bump version to 0.2.1

Includes sidecar_utils and streaming helpers already on main for consumers pinned to git tags.



---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Joe Black <jrb00013wvu@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Austin Heitzman <austin.m.2h35@gmail.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Joe Black <jrb00013wvu@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Austin Heitzman <austin.m.2h35@gmail.com>
Co-authored-by: Christian Krider <christian.krider@gmail.com>

* Merge main into dev [skip ci]

* chore(deps-dev): bump black in the pip group across 1 directory

Bumps the pip group with 1 update in the / directory: [black](https://github.com/psf/black).


Updates `black` from 23.12.1 to 26.3.1
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](https://github.com/psf/black/compare/23.12.1...26.3.1)

---
updated-dependencies:
- dependency-name: black
  dependency-version: 26.3.1
  dependency-type: direct:development
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>

* style: reformat for black 26.3.1

Apply black 26 formatting to the three files that changed style rules
after the dependabot bump from 23.12.1.

Co-authored-by: Cursor <cursoragent@cursor.com>

* feat(streaming): add AGI pipeline and training-jobs stream topics (#41)

Reserve pressure/invalidation/splice/DLQ/metrics topics and typed bus
events so Cyrex AGI and Sugar Glider share one contract surface.

Co-authored-by: Cursor <cursoragent@cursor.com>

* chore(deps): bump torch in the pip group across 1 directory (#40)

Bumps the pip group with 1 update in the / directory: [torch](https://github.com/pytorch/pytorch).


Updates `torch` from 2.12.1 to 2.13.0
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](https://github.com/pytorch/pytorch/compare/v2.12.1...v2.13.0)

---
updated-dependencies:
- dependency-name: torch
  dependency-version: 2.13.0
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump pillow in the pip group across 1 directory (#43)

Bumps the pip group with 1 update in the / directory: [pillow](https://github.com/python-pillow/Pillow).


Updates `pillow` from 12.2.0 to 12.3.0
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](https://github.com/python-pillow/Pillow/compare/12.2.0...12.3.0)

---
updated-dependencies:
- dependency-name: pillow
  dependency-version: 12.3.0
  dependency-type: indirect
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(release): bump version to 0.2.1

Includes sidecar_utils and streaming helpers already on main for consumers pinned to git tags.

Co-authored-by: Cursor <cursoragent@cursor.com>

* chore(deps): bump the pip group across 1 directory with 3 updates

Bumps the pip group with 3 updates in the / directory: [gitpython](https://github.com/gitpython-developers/GitPython), [pyasn1](https://github.com/pyasn1/pyasn1) and [setuptools](https://github.com/pypa/setuptools).


Updates `gitpython` from 3.1.50 to 3.1.54
- [Release notes](https://github.com/gitpython-developers/GitPython/releases)
- [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES)
- [Commits](https://github.com/gitpython-developers/GitPython/compare/3.1.50...3.1.54)

Updates `pyasn1` from 0.6.3 to 0.6.4
- [Release notes](https://github.com/pyasn1/pyasn1/releases)
- [Changelog](https://github.com/pyasn1/pyasn1/blob/main/CHANGES.rst)
- [Commits](https://github.com/pyasn1/pyasn1/compare/v0.6.3...v0.6.4)

Updates `setuptools` from 81.0.0 to 83.0.0
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](https://github.com/pypa/setuptools/compare/v81.0.0...v83.0.0)

---
updated-dependencies:
- dependency-name: gitpython
  dependency-version: 3.1.54
  dependency-type: indirect
  dependency-group: pip
- dependency-name: pyasn1
  dependency-version: 0.6.4
  dependency-type: indirect
  dependency-group: pip
- dependency-name: setuptools
  dependency-version: 83.0.0
  dependency-type: indirect
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>

* Merge main into dev [skip ci] (#45)

* chore(deps-dev): bump black in the pip group across 1 directory

Bumps the pip group with 1 update in the / directory: [black](https://github.com/psf/black).


Updates `black` from 23.12.1 to 26.3.1
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](https://github.com/psf/black/compare/23.12.1...26.3.1)

---
updated-dependencies:
- dependency-name: black
  dependency-version: 26.3.1
  dependency-type: direct:development
  dependency-group: pip
...



* style: reformat for black 26.3.1

Apply black 26 formatting to the three files that changed style rules
after the dependabot bump from 23.12.1.



* feat(streaming): add AGI pipeline and training-jobs stream topics (#41)

Reserve pressure/invalidation/splice/DLQ/metrics topics and typed bus
events so Cyrex AGI and Sugar Glider share one contract surface.



* chore(deps): bump torch in the pip group across 1 directory (#40)

Bumps the pip group with 1 update in the / directory: [torch](https://github.com/pytorch/pytorch).


Updates `torch` from 2.12.1 to 2.13.0
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](https://github.com/pytorch/pytorch/compare/v2.12.1...v2.13.0)

---
updated-dependencies:
- dependency-name: torch
  dependency-version: 2.13.0
  dependency-type: direct:production
  dependency-group: pip
...




* chore(deps): bump pillow in the pip group across 1 directory (#43)

Bumps the pip group with 1 update in the / directory: [pillow](https://github.com/python-pillow/Pillow).


Updates `pillow` from 12.2.0 to 12.3.0
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](https://github.com/python-pillow/Pillow/compare/12.2.0...12.3.0)

---
updated-dependencies:
- dependency-name: pillow
  dependency-version: 12.3.0
  dependency-type: indirect
  dependency-group: pip
...




* chore(release): bump version to 0.2.1

Includes sidecar_utils and streaming helpers already on main for consumers pinned to git tags.



---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Joe Black <jrb00013wvu@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Austin Heitzman <austin.m.2h35@gmail.com>

* chore(deps): bump the pip group across 1 directory with 2 updates (#49)

Bumps the pip group with 2 updates in the / directory: [aiohttp](https://github.com/aio-libs/aiohttp) and [gitpython](https://github.com/gitpython-developers/GitPython).


Updates `aiohttp` from 3.14.1 to 3.14.3
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
- [Commits](https://github.com/aio-libs/aiohttp/compare/v3.14.1...v3.14.3)

Updates `gitpython` from 3.1.54 to 3.1.58
- [Release notes](https://github.com/gitpython-developers/GitPython/releases)
- [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES)
- [Commits](https://github.com/gitpython-developers/GitPython/compare/3.1.54...3.1.58)

---
updated-dependencies:
- dependency-name: aiohttp
  dependency-version: 3.14.3
  dependency-type: indirect
  dependency-group: pip
- dependency-name: gitpython
  dependency-version: 3.1.58
  dependency-type: indirect
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Merge dev into main [skip ci] (#48)

* Merge main into dev [skip ci]

* chore(deps-dev): bump black in the pip group across 1 directory

Bumps the pip group with 1 update in the / directory: [black](https://github.com/psf/black).


Updates `black` from 23.12.1 to 26.3.1
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](https://github.com/psf/black/compare/23.12.1...26.3.1)

---
updated-dependencies:
- dependency-name: black
  dependency-version: 26.3.1
  dependency-type: direct:development
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>

* style: reformat for black 26.3.1

Apply black 26 formatting to the three files that changed style rules
after the dependabot bump from 23.12.1.

Co-authored-by: Cursor <cursoragent@cursor.com>

* feat(streaming): add AGI pipeline and training-jobs stream topics (#41)

Reserve pressure/invalidation/splice/DLQ/metrics topics and typed bus
events so Cyrex AGI and Sugar Glider share one contract surface.

Co-authored-by: Cursor <cursoragent@cursor.com>

* chore(deps): bump torch in the pip group across 1 directory (#40)

Bumps the pip group with 1 update in the / directory: [torch](https://github.com/pytorch/pytorch).


Updates `torch` from 2.12.1 to 2.13.0
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](https://github.com/pytorch/pytorch/compare/v2.12.1...v2.13.0)

---
updated-dependencies:
- dependency-name: torch
  dependency-version: 2.13.0
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump pillow in the pip group across 1 directory (#43)

Bumps the pip group with 1 update in the / directory: [pillow](https://github.com/python-pillow/Pillow).


Updates `pillow` from 12.2.0 to 12.3.0
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](https://github.com/python-pillow/Pillow/compare/12.2.0...12.3.0)

---
updated-dependencies:
- dependency-name: pillow
  dependency-version: 12.3.0
  dependency-type: indirect
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(release): bump version to 0.2.1

Includes sidecar_utils and streaming helpers already on main for consumers pinned to git tags.

Co-authored-by: Cursor <cursoragent@cursor.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Joe Black <jrb00013wvu@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Austin Heitzman <austin.m.2h35@gmail.com>

* Merge main into dev [skip ci]

* chore(deps-dev): bump black in the pip group across 1 directory

Bumps the pip group with 1 update in the / directory: [black](https://github.com/psf/black).


Updates `black` from 23.12.1 to 26.3.1
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](https://github.com/psf/black/compare/23.12.1...26.3.1)

---
updated-dependencies:
- dependency-name: black
  dependency-version: 26.3.1
  dependency-type: direct:development
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>

* style: reformat for black 26.3.1

Apply black 26 formatting to the three files that changed style rules
after the dependabot bump from 23.12.1.

Co-authored-by: Cursor <cursoragent@cursor.com>

* feat(streaming): add AGI pipeline and training-jobs stream topics (#41)

Reserve pressure/invalidation/splice/DLQ/metrics topics and typed bus
events so Cyrex AGI and Sugar Glider share one contract surface.

Co-authored-by: Cursor <cursoragent@cursor.com>

* chore(deps): bump torch in the pip group across 1 directory (#40)

Bumps the pip group with 1 update in the / directory: [torch](https://github.com/pytorch/pytorch).


Updates `torch` from 2.12.1 to 2.13.0
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](https://github.com/pytorch/pytorch/compare/v2.12.1...v2.13.0)

---
updated-dependencies:
- dependency-name: torch
  dependency-version: 2.13.0
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump pillow in the pip group across 1 directory (#43)

Bumps the pip group with 1 update in the / directory: [pillow](https://github.com/python-pillow/Pillow).


Updates `pillow` from 12.2.0 to 12.3.0
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](https://github.com/python-pillow/Pillow/compare/12.2.0...12.3.0)

---
updated-dependencies:
- dependency-name: pillow
  dependency-version: 12.3.0
  dependency-type: indirect
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(release): bump version to 0.2.1

Includes sidecar_utils and streaming helpers already on main for consumers pinned to git tags.

Co-authored-by: Cursor <cursoragent@cursor.com>

* Merge main into dev [skip ci] (#45)

* chore(deps-dev): bump black in the pip group across 1 directory

Bumps the pip group with 1 update in the / directory: [black](https://github.com/psf/black).


Updates `black` from 23.12.1 to 26.3.1
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](https://github.com/psf/black/compare/23.12.1...26.3.1)

---
updated-dependencies:
- dependency-name: black
  dependency-version: 26.3.1
  dependency-type: direct:development
  dependency-group: pip
...



* style: reformat for black 26.3.1

Apply black 26 formatting to the three files that changed style rules
after the dependabot bump from 23.12.1.



* feat(streaming): add AGI pipeline and training-jobs stream topics (#41)

Reserve pressure/invalidation/splice/DLQ/metrics topics and typed bus
events so Cyrex AGI and Sugar Glider share one contract surface.



* chore(deps): bump torch in the pip group across 1 directory (#40)

Bumps the pip group with 1 update in the / directory: [torch](https://github.com/pytorch/pytorch).


Updates `torch` from 2.12.1 to 2.13.0
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](https://github.com/pytorch/pytorch/compare/v2.12.1...v2.13.0)

---
updated-dependencies:
- dependency-name: torch
  dependency-version: 2.13.0
  dependency-type: direct:production
  dependency-group: pip
...




* chore(deps): bump pillow in the pip group across 1 directory (#43)

Bumps the pip group with 1 update in the / directory: [pillow](https://github.com/python-pillow/Pillow).


Updates `pillow` from 12.2.0 to 12.3.0
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](https://github.com/python-pillow/Pillow/compare/12.2.0...12.3.0)

---
updated-dependencies:
- dependency-name: pillow
  dependency-version: 12.3.0
  dependency-type: indirect
  dependency-group: pip
...




* chore(release): bump version to 0.2.1

Includes sidecar_utils and streaming helpers already on main for consumers pinned to git tags.



---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Joe Black <jrb00013wvu@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Austin Heitzman <austin.m.2h35@gmail.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Joe Black <jrb00013wvu@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Austin Heitzman <austin.m.2h35@gmail.com>
Co-authored-by: Christian Krider <christian.krider@gmail.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Joe Black <jrb00013wvu@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Austin Heitzman <austin.m.2h35@gmail.com>
Co-authored-by: satviku1012 <125938100+satviku1012@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Joe Black <jrb00013wvu@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Austin Heitzman <austin.m.2h35@gmail.com>
Co-authored-by: Sergio Vargas <svargasaguilar33@gmail.com>
Co-authored-by: satviku1012 <125938100+satviku1012@users.noreply.github.com>

* Merge main into dev [skip ci]

* chore(deps-dev): bump black in the pip group across 1 directory

Bumps the pip group with 1 update in the / directory: [black](https://github.com/psf/black).


Updates `black` from 23.12.1 to 26.3.1
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](https://github.com/psf/black/compare/23.12.1...26.3.1)

---
updated-dependencies:
- dependency-name: black
  dependency-version: 26.3.1
  dependency-type: direct:development
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>

* style: reformat for black 26.3.1

Apply black 26 formatting to the three files that changed style rules
after the dependabot bump from 23.12.1.

Co-authored-by: Cursor <cursoragent@cursor.com>

* feat(streaming): add AGI pipeline and training-jobs stream topics (#41)

Reserve pressure/invalidation/splice/DLQ/metrics topics and typed bus
events so Cyrex AGI and Sugar Glider share one contract surface.

Co-authored-by: Cursor <cursoragent@cursor.com>

* chore(deps): bump torch in the pip group across 1 directory (#40)

Bumps the pip group with 1 update in the / directory: [torch](https://github.com/pytorch/pytorch).


Updates `torch` from 2.12.1 to 2.13.0
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](https://github.com/pytorch/pytorch/compare/v2.12.1...v2.13.0)

---
updated-dependencies:
- dependency-name: torch
  dependency-version: 2.13.0
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump pillow in the pip group across 1 directory (#43)

Bumps the pip group with 1 update in the / directory: [pillow](https://github.com/python-pillow/Pillow).


Updates `pillow` from 12.2.0 to 12.3.0
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](https://github.com/python-pillow/Pillow/compare/12.2.0...12.3.0)

---
updated-dependencies:
- dependency-name: pillow
  dependency-version: 12.3.0
  dependency-type: indirect
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(release): bump version to 0.2.1

Includes sidecar_utils and streaming helpers already on main for consumers pinned to git tags.

Co-authored-by: Cursor <cursoragent@cursor.com>

* chore(deps): bump the pip group across 1 directory with 3 updates

Bumps the pip group with 3 updates in the / directory: [gitpython](https://github.com/gitpython-developers/GitPython), [pyasn1](https://github.com/pyasn1/pyasn1) and [setuptools](https://github.com/pypa/setuptools).


Updates `gitpython` from 3.1.50 to 3.1.54
- [Release notes](https://github.com/gitpython-developers/GitPython/releases)
- [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES)
- [Commits](https://github.com/gitpython-developers/GitPython/compare/3.1.50...3.1.54)

Updates `pyasn1` from 0.6.3 to 0.6.4
- [Release notes](https://github.com/pyasn1/pyasn1/releases)
- [Changelog](https://github.com/pyasn1/pyasn1/blob/main/CHANGES.rst)
- [Commits](https://github.com/pyasn1/pyasn1/compare/v0.6.3...v0.6.4)

Updates `setuptools` from 81.0.0 to 83.0.0
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](https://github.com/pypa/setuptools/compare/v81.0.0...v83.0.0)

---
updated-dependencies:
- dependency-name: gitpython
  dependency-version: 3.1.54
  dependency-type: indirect
  dependency-group: pip
- dependency-name: pyasn1
  dependency-version: 0.6.4
  dependency-type: indirect
  dependency-group: pip
- dependency-name: setuptools
  dependency-version: 83.0.0
  dependency-type: indirect
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>

* Merge main into dev [skip ci] (#45)

* chore(deps-dev): bump black in the pip group across 1 directory

Bumps the pip group with 1 update in the / directory: [black](https://github.com/psf/black).


Updates `black` from 23.12.1 to 26.3.1
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](https://github.com/psf/black/compare/23.12.1...26.3.1)

---
updated-dependencies:
- dependency-name: black
  dependency-version: 26.3.1
  dependency-type: direct:development
  dependency-group: pip
...



* style: reformat for black 26.3.1

Apply black 26 formatting to the three files that changed style rules
after the dependabot bump from 23.12.1.



* feat(streaming): add AGI pipeline and training-jobs stream topics (#41)

Reserve pressure/invalidation/splice/DLQ/metrics topics and typed bus
events so Cyrex AGI and Sugar Glider share one contract surface.



* chore(deps): bump torch in the pip group across 1 directory (#40)

Bumps the pip group with 1 update in the / directory: [torch](https://github.com/pytorch/pytorch).


Updates `torch` from 2.12.1 to 2.13.0
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](https://github.com/pytorch/pytorch/compare/v2.12.1...v2.13.0)

---
updated-dependencies:
- dependency-name: torch
  dependency-version: 2.13.0
  dependency-type: direct:production
  dependency-group: pip
...




* chore(deps): bump pillow in the pip group across 1 directory (#43)

Bumps the pip group with 1 update in the / directory: [pillow](https://github.com/python-pillow/Pillow).


Updates `pillow` from 12.2.0 to 12.3.0
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](https://github.com/python-pillow/Pillow/compare/12.2.0...12.3.0)

---
updated-dependencies:
- dependency-name: pillow
  dependency-version: 12.3.0
  dependency-type: indirect
  dependency-group: pip
...




* chore(release): bump version to 0.2.1

Includes sidecar_utils and streaming helpers already on main for consumers pinned to git tags.



---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Joe Black <jrb00013wvu@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Austin Heitzman <austin.m.2h35@gmail.com>

* chore(deps): bump the pip group across 1 directory with 2 updates (#49)

Bumps the pip group with 2 updates in the / directory: [aiohttp](https://github.com/aio-libs/aiohttp) and [gitpython](https://github.com/gitpython-developers/GitPython).


Updates `aiohttp` from 3.14.1 to 3.14.3
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
- [Commits](https://github.com/aio-libs/aiohttp/compare/v3.14.1...v3.14.3)

Updates `gitpython` from 3.1.54 to 3.1.58
- [Release notes](https://github.com/gitpython-developers/GitPython/releases)
- [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES)
- [Commits](https://github.com/gitpython-developers/GitPython/compare/3.1.54...3.1.58)

---
updated-dependencies:
- dependency-name: aiohttp
  dependency-version: 3.14.3
  dependency-type: indirect
  dependency-group: pip
- dependency-name: gitpython
  dependency-version: 3.1.58
  dependency-type: indirect
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Merge dev into main [skip ci] (#48)

* Merge main into dev [skip ci]

* chore(deps-dev): bump black in the pip group across 1 directory

Bumps the pip group with 1 update in the / directory: [black](https://github.com/psf/black).


Updates `black` from 23.12.1 to 26.3.1
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](https://github.com/psf/black/compare/23.12.1...26.3.1)

---
updated-dependencies:
- dependency-name: black
  dependency-version: 26.3.1
  dependency-type: direct:development
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>

* style: reformat for black 26.3.1

Apply black 26 formatting to the three files that changed style rules
after the dependabot bump from 23.12.1.

Co-authored-by: Cursor <cursoragent@cursor.com>

* feat(streaming): add AGI pipeline and training-jobs stream topics (#41)

Reserve pressure/invalidation/splice/DLQ/metrics topics and typed bus
events so Cyrex AGI and Sugar Glider share one contract surface.

Co-authored-by: Cursor <cursoragent@cursor.com>

* chore(deps): bump torch in the pip group across 1 directory (#40)

Bumps the pip group with 1 update in the / directory: [torch](https://github.com/pytorch/pytorch).


Updates `torch` from 2.12.1 to 2.13.0
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](https://github.com/pytorch/pytorch/compare/v2.12.1...v2.13.0)

---
updated-dependencies:
- dependency-name: torch
  dependency-version: 2.13.0
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump pillow in the pip group across 1 directory (#43)

Bumps the pip group with 1 update in the / directory: [pillow](https://github.com/python-pillow/Pillow).


Updates `pillow` from 12.2.0 to 12.3.0
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](https://github.com/python-pillow/Pillow/compare/12.2.0...12.3.0)

---
updated-dependencies:
- dependency-name: pillow
  dependency-version: 12.3.0
  dependency-type: indirect
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(release): bump version to 0.2.1

Includes sidecar_utils and streaming helpers already on main for consumers pinned to git tags.

Co-authored-by: Cursor <cursoragent@cursor.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Joe Black <jrb00013wvu@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Austin Heitzman <austin.m.2h35@gmail.com>

* Merge main into dev [skip ci]

* chore(deps-dev): bump black in the pip group across 1 directory

Bumps the pip group with 1 update in the / directory: [black](https://github.com/psf/black).


Updates `black` from 23.12.1 to 26.3.1
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](https://github.com/psf/black/compare/23.12.1...26.3.1)

---
updated-dependencies:
- dependency-name: black
  dependency-version: 26.3.1
  dependency-type: direct:development
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>

* style: reformat for black 26.3.1

Apply black 26 formatting to the three files that changed style rules
after the dependabot bump from 23.12.1.

Co-authored-by: Cursor <cursoragent@cursor.com>

* feat(streaming): add AGI pipeline and training-jobs stream topics (#41)

Reserve pressure/invalidation/splice/DLQ/metrics topics and typed bus
events so Cyrex AGI and Sugar Glider share one contract surface.

Co-authored-by: Cursor <cursoragent@cursor.com>

* chore(deps): bump torch in the pip group across 1 directory (#40)

Bumps the pip group with 1 update in the / directory: [torch](https://github.com/pytorch/pytorch).


Updates `torch` from 2.12.1 to 2.13.0
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](https://github.com/pytorch/pytorch/compare/v2.12.1...v2.13.0)

---
updated-dependencies:
- dependency-name: torch
  dependency-version: 2.13.0
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump pillow in the pip group across 1 directory (#43)

Bumps the pip group with 1 update in the / directory: [pillow](https://github.com/python-pillow/Pillow).


Updates `pillow` from 12.2.0 to 12.3.0
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](https://github.com/python-pillow/Pillow/compare/12.2.0...12.3.0)

---
updated-dependencies:
- dependency-name: pillow
  dependency-version: 12.3.0
  dependency-type: indirect
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(release): bump version to 0.2.1

Includes sidecar_utils and streaming helpers already on main for consumers pinned to git tags.

Co-authored-by: Cursor <cursoragent@cursor.com>

* Merge main into dev [skip ci] (#45)

* chore(deps-dev): bump black in the pip group across 1 directory

Bumps the pip group with 1 update in the / directory: [black](https://github.com/psf/black).


Updates `black` from 23.12.1 to 26.3.1
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](https://github.com/psf/black/compare/23.12.1...26.3.1)

---
updated-dependencies:
- dependency-name: black
  dependency-version: 26.3.1
  dependency-type: direct:development
  dependency-group: pip
...



* style: reformat for black 26.3.1

Apply black 26 formatting to the three files that changed style rules
after the dependabot bump from 23.12.1.



* feat(streaming): add AGI pipeline and training-jobs stream topics (#41)

Reserve pressure/invalidation/splice/DLQ/metrics topics and typed bus
events so Cyrex AGI and Sugar Glider share one contract surface.



* chore(deps): bump torch in the pip group across 1 directory (#40)

Bumps the pip group with 1 update in the / directory: [torch](https://github.com/pytorch/pytorch).


Updates `torch` from 2.12.1 to 2.13.0
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](https://github.com/pytorch/pytorch/compare/v2.12.1...v2.13.0)

---
updated-dependencies:
- dependency-name: torch
  dependency-version: 2.13.0
  dependency-type: direct:production
  dependency-group: pip
...




* chore(deps): bump pillow in the pip group across 1 directory (#43)

Bumps the pip group with 1 update in the / directory: [pillow](https://github.com/python-pillow/Pillow).


Updates `pillow` from 12.2.0 to 12.3.0
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](https://github.com/python-pillow/Pillow/compare/12.2.0...12.3.0)

---
updated-dependencies:
- dependency-name: pillow
  dependency-version: 12.3.0
  dependency-type: indirect
  dependency-group: pip
...




* chore(release): bump version to 0.2.1

Includes sidecar_utils and streaming helpers already on main for consumers pinned to git tags.



---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Joe Black <jrb00013wvu@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Austin Heitzman <austin.m.2h35@gmail.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Joe Black <jrb00013wvu@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Austin Heitzman <austin.m.2h35@gmail.com>
Co-authored-by: Christian Krider <christian.krider@gmail.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Joe Black <jrb00013wvu@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Austin Heitzman <austin.m.2h35@gmail.com>
Co-authored-by: satviku1012 <125938100+satviku1012@users.noreply.github.com>

* Merge dev into main [skip ci] (#50)

* Merge main into dev [skip ci]

* chore(deps-dev): bump black in the pip group across 1 directory

Bumps the pip group with 1 update in the / directory: [black](https://github.com/psf/black).


Updates `black` from 23.12.1 to 26.3.1
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](https://github.com/psf/black/compare/23.12.1...26.3.1)

---
updated-dependencies:
- dependency-name: black
  dependency-version: 26.3.1
  dependency-type: direct:development
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>

* style: reformat for black 26.3.1

Apply black 26 formatting to the three files that changed style rules
after the dependabot bump from 23.12.1.

Co-authored-by: Cursor <cursoragent@cursor.com>

* feat(streaming): add AGI pipeline and training-jobs stream topics (#41)

Reserve pressure/invalidation/splice/DLQ/metrics topics and typed bus
events so Cyrex AGI and Sugar Glider share one contract surface.

Co-authored-by: Cursor <cursoragent@cursor.com>

* chore(deps): bump torch in the pip group across 1 directory (#40)

Bumps the pip group with 1 update in the / directory: [torch](https://github.com/pytorch/pytorch).


Updates `torch` from 2.12.1 to 2.13.0
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](https://github.com/pytorch/pytorch/compare/v2.12.1...v2.13.0)

---
updated-dependencies:
- dependency-name: torch
  dependency-version: 2.13.0
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump pillow in the pip group across 1 directory (#43)

Bumps the pip group with 1 update in the / directory: [pillow](https://github.com/python-pillow/Pillow).


Updates `pillow` from 12.2.0 to 12.3.0
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](https://github.com/python-pillow/Pillow/compare/12.2.0...12.3.0)

---
updated-dependencies:
- dependency-name: pillow
  dependency-version: 12.3.0
  dependency-type: indirect
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(release): bump version to 0.2.1

Includes sidecar_utils and streaming helpers already on main for consumers pinned to git tags.

Co-authored-by: Cursor <cursoragent@cursor.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Joe Black <jrb00013wvu@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Austin Heitzman <austin.m.2h35@gmail.com>

* Merge main into dev [skip ci]

* chore(deps-dev): bump black in the pip group across 1 directory

Bumps the pip group with 1 update in the / directory: [black](https://github.com/psf/black).


Updates `black` from 23.12.1 to 26.3.1
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](https://github.com/psf/black/compare/23.12.1...26.3.1)

---
updated-dependencies:
- dependency-name: black
  dependency-version: 26.3.1
  dependency-type: direct:development
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>

* style: reformat for black 26.3.1

Apply black 26 formatting to the three files that changed style rules
after the dependabot bump from 23.12.1.

Co-authored-by: Cursor <cursoragent@cursor.com>

* feat(streaming): add AGI pipeline and training-jobs stream topics (#41)

Reserve pressure/invalidation/splice/DLQ/metrics topics and typed bus
events so Cyrex AGI and Sugar Glider share one contract surface.

Co-authored-by: Cursor <cursoragent@cursor.com>

* chore(deps): bump torch in the pip group across 1 directory (#40)

Bumps the pip group with 1 update in the / directory: [torch](https://github.com/pytorch/pytorch).


Updates `torch` from 2.12.1 to 2.13.0
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](https://github.com/pytorch/pytorch/compare/v2.12.1...v2.13.0)

---
updated-dependencies:
- dependency-name: torch
  dependency-version: 2.13.0
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump pillow in the pip group across 1 directory (#43)

Bumps the pip group with 1 update in the / directory: [pillow](https://github.com/python-pillow/Pillow).


Updates `pillow` from 12.2.0 to 12.3.0
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](https://github.com/python-pillow/Pillow/compare/12.2.0...12.3.0)

---
updated-dependencies:
- dependency-name: pillow
  dependency-version: 12.3.0
  dependency-type: indirect
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(release): bump version to 0.2.1

Includes sidecar_utils and streaming helpers already on main for consumers pinned to git tags.

Co-authored-by: Cursor <cursoragent@cursor.com>

* Merge main into dev [skip ci] (#45)

* chore(deps-dev): bump black in the pip group across 1 directory

Bumps the pip group with 1 update in the / directory: [black](https://github.com/psf/black).


Updates `black` from 23.12.1 to 26.3.1
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](https://github.com/psf/black/compare/23.12.1...26.3.1)

---
updated-dependencies:
- dependency-name: black
  dependency-version: 26.3.1
  dependency-type: direct:development
  dependency-group: pip
...



* style: reformat for black 26.3.1

Apply black 26 formatting to the three files that changed style rules
after the dependabot bump from 23.12.1.



* feat(streaming): add AGI pipeline and training-jobs stream topics (#41)

Reserve pressure/invalidation/splice/DLQ/metrics topics and typed bus
events so Cyrex AGI and Sugar Glider share one contract surface.



* chore(deps): bump torch in the pip group across 1 directory (#40)

Bumps the pip group with 1 update in the / directory: [torch](https://github.com/pytorch/pytorch).


Updates `torch` from 2.12.1 to 2.13.0
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](https://github.com/pytorch/pytorch/compare/v2.12.1...v2.13.0)

---
updated-dependencies:
- dependency-name: torch
  dependency-version: 2.13.0
  dependency-type: direct:production
  dependency-group: pip
...




* chore(deps): bump pillow in the pip group across 1 directory (#43)

Bumps the pip group with 1 update in the / directory: [pillow](https://github.com/python-pillow/Pillow).


Updates `pillow` from 12.2.0 to 12.3.0
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](https://github.com/python-pillow/Pillow/compare/12.2.0...12.3.0)

---
updated-dependencies:
- dependency-name: pillow
  dependency-version: 12.3.0
  dependency-type: indirect
  dependency-group: pip
...




* chore(release): bump version to 0.2.1

Includes sidecar_utils and streaming helpers already on main for consumers pinned to git tags.



---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Joe Black <jrb00013wvu@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Austin Heitzman <austin.m.2h35@gmail.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Joe Black <jrb00013wvu@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Austin Heitzman <austin.m.2h35@gmail.com>
Co-authored-by: Christian Krider <christian.krider@gmail.com>

* Merge main into dev [skip ci]

* chore(deps-dev): bump black in the pip group across 1 directory

Bumps the pip group with 1 update in the / directory: [black](https://github.com/psf/black).


Updates `black` from 23.12.1 to 26.3.1
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](https://github.com/psf/black/compare/23.12.1...26.3.1)

---
updated-dependencies:
- dependency-name: black
  dependency-version: 26.3.1
  dependency-type: direct:development
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>

* style: reformat for black 26.3.1

Apply black 26 formatting to the three files that changed style rules
after the dependabot bump from 23.12.1.

Co-authored-by: Cursor <cursoragent@cursor.com>

* feat(streaming): add AGI pipeline and training-jobs stream topics (#41)

Reserve pressure/invalidation/splice/DLQ/metrics topics and typed bus
events so Cyrex AGI and Sugar Glider share one contract surface.

Co-authored-by: Cursor <cursoragent@cursor.com>

* chore(deps): bump torch in the pip group across 1 directory (#40)

Bumps the pip group with 1 update in the / directory: [torch](https://github.com/pytorch/pytorch).


Updates `torch` from 2.12.1 to 2.13.0
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](https://github.com/pytorch/pytorch/compare/v2.12.1...v2.13.0)

---
updated-dependencies:
- dependency-name: torch
  dependency-version: 2.13.0
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump pillow in the pip group across 1 directory (#43)

Bumps the pip group with 1 update in the / directory: [pillow](https://github.com/python-pillow/Pillow).


Updates `pillow` from 12.2.0 to 12.3.0
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](https://github.com/python-pillow/Pillow/compare/12.2.0...12.3.0)

---
updated-dependencies:
- dependency-name: pillow
  dependency-version: 12.3.0
  dependency-type: indirect
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(release): bump version to 0.2.1

Includes sidecar_utils and streaming helpers already on main for consumers pinned to git tags.

Co-authored-by: Cursor <cursoragent@cursor.com>

* chore(deps): bump the pip group across 1 directory with 3 updates

Bumps the pip group with 3 updates in the / directory: [gitpython](https://github.com/gitpython-developers/GitPython), [pyasn1](https://github.com/pyasn1/pyasn1) and [setuptools](https://github.com/pypa/setuptools).


Updates `gitpython` from 3.1.50 to 3.1.54
- [Release notes](https://github.com/gitpython-developers/GitPython/releases)
- [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES)
- [Commits](https://github.com/gitpython-developers/GitPython/compare/3.1.50...3.1.54)

Updates `pyasn1` from 0.6.3 to 0.6.4
- [Release notes](https://github.com/pyasn1/pyasn1/releases)
- [Changelog](https://github.com/pyasn1/pyasn1/blob/main/CHANGES.rst)
- [Commits](https://github.com/pyasn1/pyasn1/compare/v0.6.3...v0.6.4)

Updates `setuptools` from 81.0.0 to 83.0.0
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](https://github.com/pypa/setuptools/compare/v81.0.0...v83.0.0)

---
updated-dependencies:
- dependency-name: gitpython
  dependency-version: 3.1.54
  dependency-type: indirect
  dependency-group: pip
- dependency-name: pyasn1
  dependency-version: 0.6.4
  dependency-type: indirect
  dependency-group: pip
- dependency-name: setuptools
  dependency-version: 83.0.0
  dependency-type: indirect
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>

* Merge main into dev [skip ci] (#45)

* chore(deps-dev): bump black in the pip group across 1 directory

Bumps the pip group with 1 update in the / directory: [black](https://github.com/psf/black).


Updates `black` from 23.12.1 to 26.3.1
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](https://github.com/psf/black/compare/23.12.1...26.3.1)

---
updated-dependencies:
- dependency-name: black
  dependency-version: 26.3.1
  dependency-type: direct:development
  dependency-group: pip
...



* style: reformat for black 26.3.1

Apply black 26 formatting to the three files that changed style rules
after the dependabot bump from 23.12.1.



* feat(streaming): add AGI pipeline and training-jobs stream topics (#41)

Reserve pressure/invalidation/splice/DLQ/metrics topics and typed bus
events so Cyrex AGI and Sugar Glider share one contract surface.



* chore(deps): bump torch in the pip group across 1 directory (#40)

Bumps the pip group with 1 update in the / directory: [torch](https://github.com/pytorch/pytorch).


Updates `torch` from 2.12.1 to 2.13.0
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](https://github.com/pytorch/pytorch/compare/v2.12.1...v2.13.0)

---
updated-dependencies:
- dependency-name: torch
  dependency-version: 2.13.0
  dependency-type: direct:production
  dependency-group: pip
...




* chore(deps): bump pillow in the pip group across 1 directory (#43)

Bumps the pip group with 1 update in the / directory: [pillow](https://github.com/python-pillow/Pillow).


Updates `pillow` from 12.2.0 to 12.3.0
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](https://github.com/python-pillow/Pillow/compare/12.2.0...12.3.0)

---
updated-dependencies:
- dependency-name: pillow
  dependency-version: 12.3.0
  dependency-type: indirect
  dependency-group: pip
...




* chore(release): bump version to 0.2.1

Includes sidecar_utils and streaming helpers already on main for consumers pinned to git tags.



---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Joe Black <jrb00013wvu@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Austin Heitzman <austin.m.2h35@gmail.com>

* chore(deps): bump the pip group across 1 directory with 2 updates (#49)

Bumps the pip group with 2 updates in the / directory: [aiohttp](https://github.com/aio-libs/aiohttp) and [gitpython](https://github.com/gitpython-developers/GitPython).


Updates `aiohttp` from 3.14.1 to 3.14.3
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
- [Commits](https://github.com/aio-libs/aiohttp/compare/v3.14.1...v3.14.3)

Updates `gitpython` from 3.1.54 to 3.1.58
- [Release notes](https://github.com/gitpython-developers/GitPython/releases)
- [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES)
- [Commits](https://github.com/gitpython-developers/GitPython/compare/3.1.54...3.1.58)

---
updated-dependencies:
- dependency-name: aiohttp
  dependency-version: 3.14.3
  dependency-type: indirect
  dependency-group: pip
- dependency-name: gitpython
  dependency-version: 3.1.58
  dependency-type: indirect
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Merge dev into main [skip ci] (#48)

* Merge main into dev [skip ci]

* chore(deps-dev): bump black in the pip group across 1 directory

Bumps the pip group with 1 update in the / directory: [black](https://github.com/psf/black).


Updates `black` from 23.12.1 to 26.3.1
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](https://github.com/psf/black/compare/23.12.1...26.3.1)

---
updated-dependencies:
- dependency-name: black
  dependency-version: 26.3.1
  dependency-type: direct:development
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>

* style: reformat for black 26.3.1

Apply black 26 formatting to the three files that changed style rules
after the dependabot bump from 23.12.1.

Co-authored-by: Cursor <cursoragent@cursor.com>

* feat(streaming): add AGI pipeline and training-jobs stream topics (#41)

Reserve pressure/invalidation/splice/DLQ/metrics topics and typed bus
events so Cyrex AGI and Sugar Glider share one contract surface.

Co-authored-by: Cursor <cursoragent@cursor.com>

* chore(deps): bump torch in the pip group across 1 directory (#40)

Bumps the pip group with 1 update in the / directory: [torch](https://github.com/pytorch/pytorch).


Updates `torch` from 2.12.1 to 2.13.0
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](https://github.com/pytorch/pytorch/compare/v2.12.1...v2.13.0)

---
updated-dependencies:
- dependency-name: torch
  dependency-version: 2.13.0
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump pillow in the pip group across 1 directory (#43)

Bumps the pip group with 1 update in the / directory: [pillow](https://github.com/python-pillow/Pillow).


Updates `pillow` from 12.2.0 to 12.3.0
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](https://github.com/python-pillow/Pillow/compare/12.2.0...12.3.0)

---
updated-dependencies:
- dependency-name: pillow
  dependency-version: 12.3.0
  dependency-type: indirect
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(release): bump version to 0.2.1

Includes sidecar_utils and streaming helpers already on main for consumers pinned to git tags.

Co-authored-by: Cursor <cursoragent@cursor.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Joe Black <jrb00013wvu@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Austin Heitzman <austin.m.2h35@gmail.com>

* Merge main into dev [skip ci]

* chore(deps-dev): bump black in the pip group across 1 directory

Bumps the pip group with 1 update in the / directory: [black](https://github.com/psf/black).


Updates `black` from 23.12.1 to 26.3.1
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](https://github.com/psf/black/compare/23.12.1...26.3.1)

---
updated-dependencies:
- dependency-name: black
  dependency-version: 26.3.1
  dependency-type: direct:development
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>

* style: reformat for black 26.3.1

Apply black 26 formatting to the three files that changed style rules
after the dependabot bump from 23.12.1.

Co-authored-by: Cursor <cursoragent@cursor.com>

* feat(streaming): add AGI pipeline and training-jobs stream topics (#41)

Reserve pressure/invalidation/splice/DLQ/metrics topics and typed bus
events so Cyrex AGI and Sugar Glider share one contract surface.

Co-authored-by: Cursor <cursoragent@cursor.com>

* chore(deps): bump torch in the pip group across 1 directory (#40)

Bumps the pip group with 1 update in the / directory: [torch](https://github.com/pytorch/pytorch).


Updates `torch` from 2.12.1 to 2.13.0
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](https://github.com/pytorch/pytorch/compare/v2.12.1...v2.13.0)

---
updated-dependencies:
- dependency-name: torch
  dependency-version: 2.13.0
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump pillow in the pip group across 1 directory (#43)

Bumps the pip group with 1 update in the / directory: [pillow](https://github.com/python-pillow/Pillow).


Updates `pillow` from 12.2.0 to 12.3.0
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](https://github.com/python-pillow/Pillow/compare/12.2.0...12.3.0)

---
updated-dependencies:
- dependency-name: pillow
  dependency-version: 12.3.0
  dependency-type: indirect
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(release): bump version to 0.2.1

Includes sidecar_utils and streaming helpers already on main for consumers pinned to git tags.

Co-authored-by: Cursor <cursoragent@cursor.com>

* Merge main into dev [skip ci] (#45)

* chore(deps-dev): bump black in the pip group across 1 directory

Bumps the pip group with 1 update in the / directory: [black](https://github.com/psf/black).


Updates `black` from 23.12.1 to 26.3.1
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](https://github.com/psf/black/compare/23.12.1...26.3.1)

---
updated-dependencies:
- dependency-name: black
  dependency-version: 26.3.1
  dependency-type: direct:development
  dependency-group: pip
...



* style: reformat for black 26.3.1

Apply black 26 formatting to the three files that changed style rules
after the dependabot bump from 23.12.1.



* feat(streaming): add AGI pipeline and training-jobs stream topics (#41)

Reserve pressure/invalidation/…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant