Test new script

This commit is contained in:
2025-12-31 02:01:34 +03:00
parent 718be230c1
commit 6af63cf8f1
3 changed files with 681 additions and 58 deletions

2
uv.lock generated
View File

@@ -2100,6 +2100,7 @@ dependencies = [
{ name = "nest-asyncio" },
{ name = "prompt-toolkit" },
{ name = "python-dotenv" },
{ name = "pyyaml" },
{ name = "rich" },
{ name = "unstructured", extra = ["md"] },
{ name = "watchdog" },
@@ -2114,6 +2115,7 @@ requires-dist = [
{ name = "nest-asyncio", specifier = ">=1.6.0" },
{ name = "prompt-toolkit", specifier = ">=3.0.52" },
{ name = "python-dotenv", specifier = ">=1.2.1" },
{ name = "pyyaml", specifier = ">=6.0.3" },
{ name = "rich", specifier = ">=14.2.0" },
{ name = "unstructured", extras = ["md"], specifier = ">=0.18.21" },
{ name = "watchdog", specifier = ">=6.0.0" },