Ironclad / rivet

The open-source visual AI programming environment and TypeScript library
https://rivet.ironcladapp.com
MIT License
2.55k stars 226 forks source link

fix(core): some callback listeners missing in coreCreateProcessor #416

Closed cyppan closed 4 days ago

cyppan commented 1 month ago

While I was trying to monitor subgraphs executions in Langfuse, I figured that the callbacks onGraphStart, onGraphEnd and onGraphError specified in my runGraph options do not work.

It seems they were forgotten in coreCreateProcessor, so I added them.

abrenneke commented 4 days ago

I didn't notice this, sorry @cyppan! Thank you!

abrenneke commented 4 days ago

Published 1.18.2 with this fix

abrenneke commented 4 days ago

@all-contributors please add @cyppan for code

allcontributors[bot] commented 4 days ago

@abrenneke

I've put up a pull request to add @cyppan! :tada: