microsoft / TaskWeaver

A code-first agent framework for seamlessly planning and executing data analytics tasks.
https://microsoft.github.io/TaskWeaver/
MIT License
5.19k stars 661 forks source link

[FEATURE REQUEST] On Playground Ui show conversation history like chatgpt #99

Closed rrfaria closed 8 months ago

rrfaria commented 8 months ago

Is your feature request related to a problem? Please describe.

No

Describe the solution you'd like

The Playground UI could feature a chat history containing all messages sent to the AI, including tasks and associated details for future reference. This information could be stored in an SQLite database or any other suitable database system. Implementing a vector store might enhance search speed for future queries.

ShilinHe commented 8 months ago

Thanks for your suggestion! Currently the UI frontend (developed with chainlit) does not support the chat history display. We will leave it as future work.