Skip to content

Persist assistant chat history and executed plans across page reloads #14

Description

@DavidSeyserGit

Current behaviour

All chat messages and plan results live in st.session_state. Refreshing the page clears everything.

Desired behaviour

  • Chat history is saved to a local JSON/SQLite store keyed by session or user.
  • Previous sessions are listed and can be reopened.
  • Executed plans and their results are logged and viewable in a history tab.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request
    No fields configured for Feature.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions