Tags: sandipan1/hica
Tags
feat: add async generator for real-time event streaming and persistence - Implement agent_loop async generator in Agent for yielding events as they occur - Update main_async_generator.py to use async for and save each state to ThreadStore - Enable real-time streaming, monitoring, and efficient persistence of agent state - Add efficient event polling endpoint and improve Streamlit app updates - UI improvements and robust session state handling