Streaming intermediate results #3047
RagavMaddali
started this conversation in
General
Replies: 2 comments
-
Hi @RagavMaddali , thanks for reaching out and supporting Agno. I’ve shared this with the team, we’re working through all requests one by one and will get back to you soon. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @RagavMaddali , You can stream intermmediate steps using this |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Image i have a python function doing 5 tasks.
Task1: Analyse Table A
Tase2: Analyse Table B
Task3: Analyse Table C
Task 4: Checking if the analysis is right
Task 5: Creating a summary of 3 analysis
How to stream intermediate results from the python function. We want to stream the intermediate to reduce the wait time for the results.
Beta Was this translation helpful? Give feedback.
All reactions