digiwave-labs / GenAI_Agents

This repository provides tutorials and implementations for various Generative AI Agent techniques, from basic to advanced. It serves as a comprehensive guide for building intelligent, interactive AI systems.
Other
1 stars 0 forks source link

Implement Chat Conversation with History and Token Streaming #3

Open louisgthier opened 2 weeks ago

louisgthier commented 2 weeks ago

Enhance the user interface to support a conversational chat with history, enabling token streaming for real-time interaction. Persist important information across sessions to maintain context and improve user experience.

User Story

As a user, I want to have a seamless chat experience with the agent that remembers our previous interactions and provides real-time responses, so that our conversations are more natural and efficient.

louisgthier commented 1 week ago

Chat history was added in 1d3217a13b36f4fe2d200da0cefab917ea11b8b2. Token streaming has still to be done.