You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-6Lines changed: 14 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,18 @@
1
-
# Quart + Vite + React Demo Application
1
+
# UPDATE
2
+
> [!WARNING]
3
+
> This version has new dependencies and not anymore to LiteLLM.
4
+
> Please delete the current .venv folders and run the ./setup.sh
5
+
> Check the logs of the Python process, you might need to authenticate to Github.com so that
6
+
> the application can use the Github token
7
+
8
+
rm -rf .venv
9
+
rm -rf notebooks/
10
+
./setup.sh
11
+
./start-dev.sh
2
12
3
-
**Current Task:** Document usecase demo ideas from the CSV-backed ticket dataset and build/iterate pages like `/usecase_demo_1` where each demo page has:
4
-
- a short summary
5
-
- editable agent prompt(s)
6
-
- a button that launches the agent run in background
7
-
- visible results (table/visualization)
13
+
----------
14
+
15
+
# Quart + Vite + React Demo Application
8
16
9
17
> A teaching-oriented full-stack sample that pairs a Python Quart backend with a React + FluentUI frontend, real-time Server-Sent Events (SSE), and Playwright tests.
0 commit comments