Add Quart web interface and prompt handling; update queue state and logging

This commit is contained in:
pacnpal
2025-02-11 22:02:36 -05:00
parent 44d4ad1dfd
commit 9efd4454fe
10 changed files with 399 additions and 37 deletions

View File

@@ -20,6 +20,7 @@ dependencies = [
"promptic>=2.3.1",
"python-dotenv>=1.0.1",
"pyyaml>=6.0.2",
"quart>=0.20.0",
"requests>=2.32.3",
"tenacity>=9.0.0",
"termcolor>=2.5.0",