Hi @life_voluptuous,
You have one of four options:
- Callback a webhook on the calling end with status updates
- Use a realtime db like Supabase or Firebase/Firestore or Redis to write updates to a table/collection, which your originator listens to.
- Use websockets to push messages for updates.
- Implement pub/sub or event driven architecture using something like Kafka or RabbitMQ
For option 3, you can have a look at the below post:
PS: The Streaming Response is only compatible with streaming enabled nodes such as the AI Agent
