mirror of
https://github.com/run-llama/template-workflow-document-qa.git
synced 2026-06-30 21:47:58 -04:00
[PR #6] [MERGED] Add workflow/chat history #7
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/run-llama/template-workflow-document-qa/pull/6
Author: @adrianlyjak
Created: 9/23/2025
Status: ✅ Merged
Merged: 9/23/2025
Merged by: @adrianlyjak
Base:
main← Head:adrian/hist📝 Commits (10+)
3356a8fwip histee3dc11guh3fb646awip35b4df4wipd0f4a88wip58670a8functional, not pretty3fdb64awip1ffe4a8reformata79780ewip924a94dupdate template📊 Changes
26 files changed (+2236 additions, -1196 deletions)
View changed files
📝
pyproject.toml.jinja(+2 -2)📝
src/{{ project_name_snake }}/clients.py(+19 -5)📝
src/{{ project_name_snake }}/qa_workflows.py(+129 -132)📝
test-proj/pyproject.toml(+2 -2)📝
test-proj/src/test_proj/clients.py(+19 -5)📝
test-proj/src/test_proj/qa_workflows.py(+129 -132)📝
test-proj/ui/index.html(+6 -0)📝
test-proj/ui/package.json(+1 -0)📝
test-proj/ui/src/App.tsx(+21 -0)📝
test-proj/ui/src/components/ChatBot.tsx(+174 -431)➕
test-proj/ui/src/components/Sidebar.tsx(+181 -0)➕
test-proj/ui/src/libs/events.ts(+15 -0)➕
test-proj/ui/src/libs/useChatHistory.ts(+185 -0)➕
test-proj/ui/src/libs/useChatWorkflowHandler.ts(+69 -0)➕
test-proj/ui/src/libs/useChatbot.ts(+264 -0)📝
test-proj/ui/src/pages/Home.tsx(+52 -28)📝
ui/index.html(+6 -0)📝
ui/package.json.jinja(+1 -0)📝
ui/src/App.tsx(+21 -0)📝
ui/src/components/ChatBot.tsx(+174 -431)...and 6 more files
📄 Description
Adds session history
Updates the UI a bit to look better with the sidebar. Also adds dark/light mode detection
Future things that need fixing or improving:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.