Steven Moon
how do I use the result of the last step of a for loop in the next iteration?
I have read and re-read the docs, asked AI, etc.
It seems like it should be so obvious, but I can't pass a value from the last step in a for loop's iteration to the first step in the next iteration. I was using flow state, but that doesn't work in a dedicated worker.
What am I missing?
4 replies
python old typing library?
I'm trying to get langtrace (https://github.com/Scale3-Labs/langtrace-python-sdk) running and whenever I import it I get this error. It's been 5 hours of debugging. I don't understand how to update the typing lib to > 3.8 (I think that's the issue?) Any ideas?
24 replies