Skip to content

Commit d8366f4

Browse files
committed
docs: Update README with new setup instructions and dependency changes
Signed-off-by: Andre Bossard <anbossar@microsoft.com>
1 parent 07a52a8 commit d8366f4

1 file changed

Lines changed: 14 additions & 6 deletions

File tree

README.md

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff 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
212

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
816

917
> 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.
1018

0 commit comments

Comments
 (0)