deepresearch-flow 0.4.1__py3-none-any.whl → 0.5.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- deepresearch_flow/paper/db.py +34 -0
- deepresearch_flow/paper/web/app.py +106 -1
- deepresearch_flow/paper/web/constants.py +1 -0
- deepresearch_flow/paper/web/handlers/__init__.py +2 -1
- deepresearch_flow/paper/web/handlers/api.py +55 -0
- deepresearch_flow/paper/web/handlers/pages.py +105 -25
- deepresearch_flow/paper/web/markdown.py +60 -0
- deepresearch_flow/paper/web/pdfjs/web/viewer.html +57 -5
- deepresearch_flow/paper/web/pdfjs/web/viewer.js +5 -1
- deepresearch_flow/paper/web/static/js/detail.js +494 -125
- deepresearch_flow/paper/web/static/js/outline.js +48 -34
- deepresearch_flow/paper/web/static_assets.py +289 -0
- deepresearch_flow/paper/web/templates/detail.html +43 -66
- deepresearch_flow/paper/web/templates.py +7 -4
- {deepresearch_flow-0.4.1.dist-info → deepresearch_flow-0.5.0.dist-info}/METADATA +62 -2
- {deepresearch_flow-0.4.1.dist-info → deepresearch_flow-0.5.0.dist-info}/RECORD +20 -19
- {deepresearch_flow-0.4.1.dist-info → deepresearch_flow-0.5.0.dist-info}/WHEEL +0 -0
- {deepresearch_flow-0.4.1.dist-info → deepresearch_flow-0.5.0.dist-info}/entry_points.txt +0 -0
- {deepresearch_flow-0.4.1.dist-info → deepresearch_flow-0.5.0.dist-info}/licenses/LICENSE +0 -0
- {deepresearch_flow-0.4.1.dist-info → deepresearch_flow-0.5.0.dist-info}/top_level.txt +0 -0
|
@@ -4,7 +4,7 @@ deepresearch_flow/cli.py,sha256=t4oowCNWldL0DrVJ4d0UlRkuGU2qHej_G0mAc_quteQ,455
|
|
|
4
4
|
deepresearch_flow/paper/__init__.py,sha256=sunaOkcgAJBrfmcaJTumcWbPGVUSGWvOv2a2Yidzy0A,43
|
|
5
5
|
deepresearch_flow/paper/cli.py,sha256=4UY3KHi6BUGztL1vB4w0cCMiIAo9KNxrfQn1GBHt6fA,11153
|
|
6
6
|
deepresearch_flow/paper/config.py,sha256=totVBGzouh0KS6mhRNPneXZYPuuw0SHiOGdO3r6HSfc,9289
|
|
7
|
-
deepresearch_flow/paper/db.py,sha256
|
|
7
|
+
deepresearch_flow/paper/db.py,sha256=-9Wl-ivIu0N8bC6lFGxxBKKQewD8aay7Aq-ynfhEqJg,43002
|
|
8
8
|
deepresearch_flow/paper/db_ops.py,sha256=l0lNPP1v00ZtdQb7ZAWE_tUf2JUzqKWxU1wwzlEjDrw,69766
|
|
9
9
|
deepresearch_flow/paper/extract.py,sha256=ID1dd2r6LTB0kRF4qBSH6bGtBGv0znw--g_mXYBcoeU,32314
|
|
10
10
|
deepresearch_flow/paper/llm.py,sha256=mHfs5IkT3Q6BOh46MDlfUmgVTX24WRf0IKKoOnN8nV8,4007
|
|
@@ -41,16 +41,17 @@ deepresearch_flow/paper/templates/default_paper.md.j2,sha256=3azu48534QtLtHrCwI1
|
|
|
41
41
|
deepresearch_flow/paper/templates/eight_questions.md.j2,sha256=Ecz4CD3nd7jZ4Dg8himZkTwF4WDkk0ILWk8V728uOPI,3038
|
|
42
42
|
deepresearch_flow/paper/templates/three_pass.md.j2,sha256=ZRj-NkpZePnqp0gSE8OT1dN5Lr5RW4vdOYdeVejYJW0,1576
|
|
43
43
|
deepresearch_flow/paper/web/__init__.py,sha256=eQBtBjvOYsNEdivHTI0aO286SCG2c86xI02tf-0jz5I,39
|
|
44
|
-
deepresearch_flow/paper/web/app.py,sha256=
|
|
45
|
-
deepresearch_flow/paper/web/constants.py,sha256=
|
|
44
|
+
deepresearch_flow/paper/web/app.py,sha256=DxrcwrtwUKLZfjT25_ly1zfnqvgL1A8zDF6W7pCb8BY,7246
|
|
45
|
+
deepresearch_flow/paper/web/constants.py,sha256=0QZjySqVt2c6PZFoykVoeVgZAXsUahfL4ZVQlfL_qAY,1165
|
|
46
46
|
deepresearch_flow/paper/web/filters.py,sha256=OVMB4GfigP9GPD5dXytHyeLYtnVXEK-QjYfA_k7QbaA,8315
|
|
47
|
-
deepresearch_flow/paper/web/markdown.py,sha256
|
|
47
|
+
deepresearch_flow/paper/web/markdown.py,sha256=-99JtqnTBN0OL7uoG2z_Obywy2M0CrNFP6CnSHGRUWc,20827
|
|
48
48
|
deepresearch_flow/paper/web/query.py,sha256=vTegfm5zGVkYCd6_K3yNrXJEmKMccUUFKG9DePPcKMw,1938
|
|
49
|
-
deepresearch_flow/paper/web/
|
|
49
|
+
deepresearch_flow/paper/web/static_assets.py,sha256=EPx5-fakGf2aqOsczaINDyfL0GcHqg7UGDHjXRILNsw,9790
|
|
50
|
+
deepresearch_flow/paper/web/templates.py,sha256=P0sp9QFrCJFIvr6hc9W_U6nWttRlob_WpemiJulmq7I,2706
|
|
50
51
|
deepresearch_flow/paper/web/text.py,sha256=OiqOEzNepPXxcCIal38bxkUarIkcOXG6a30luxObFOI,2199
|
|
51
|
-
deepresearch_flow/paper/web/handlers/__init__.py,sha256=
|
|
52
|
-
deepresearch_flow/paper/web/handlers/api.py,sha256=
|
|
53
|
-
deepresearch_flow/paper/web/handlers/pages.py,sha256=
|
|
52
|
+
deepresearch_flow/paper/web/handlers/__init__.py,sha256=Cux0JyM1gGS5UubzcXFY8Em9B_sS17qj-5VZS-hjlI4,329
|
|
53
|
+
deepresearch_flow/paper/web/handlers/api.py,sha256=uZPeQeWmcXqixIPMlcCHJVC0kUkk07uAXx4oeySPubA,11545
|
|
54
|
+
deepresearch_flow/paper/web/handlers/pages.py,sha256=Wd2YFwbacwu2xEGB_eaaP5EhHNHOvTMe6AjPNOE-0Gg,15335
|
|
54
55
|
deepresearch_flow/paper/web/pdfjs/LICENSE,sha256=DVQuDIgE45qn836wDaWnYhSdxoLXgpRRKH4RuTjpRZQ,10174
|
|
55
56
|
deepresearch_flow/paper/web/pdfjs/build/pdf.js,sha256=2Ddm8gpMMfvOWinZh4nN--94GxR0QdpFvh0Qeejg-Bw,568294
|
|
56
57
|
deepresearch_flow/paper/web/pdfjs/build/pdf.js.map,sha256=W0nwVFY4inhYxz1raDU6NZ6-rNA21FxLj13txVAqbm4,1434098
|
|
@@ -62,8 +63,8 @@ deepresearch_flow/paper/web/pdfjs/web/compressed.tracemonkey-pldi-09.pdf,sha256=
|
|
|
62
63
|
deepresearch_flow/paper/web/pdfjs/web/debugger.css,sha256=LcUKndK6qiHOLQIRb2V9MYYzjJGGsJBaSAzl2nQ1uss,2482
|
|
63
64
|
deepresearch_flow/paper/web/pdfjs/web/debugger.js,sha256=OQAJHZHOzFZiEqQIavKOWNXs7pT3VySfCmveRCuR190,17756
|
|
64
65
|
deepresearch_flow/paper/web/pdfjs/web/viewer.css,sha256=tKJ5nfe_unin4oYQBOssdn79soGQ88U_xakiY8Zmqeo,96934
|
|
65
|
-
deepresearch_flow/paper/web/pdfjs/web/viewer.html,sha256=
|
|
66
|
-
deepresearch_flow/paper/web/pdfjs/web/viewer.js,sha256=
|
|
66
|
+
deepresearch_flow/paper/web/pdfjs/web/viewer.html,sha256=K0uZFeSr83_LgOmH42Vq-QvRsTmcmj0hsQnJoviEReM,30174
|
|
67
|
+
deepresearch_flow/paper/web/pdfjs/web/viewer.js,sha256=_PCA_K-YPNFMxXz46XJZDXHcGoPdvNHbpK0DJBeqSkc,437826
|
|
67
68
|
deepresearch_flow/paper/web/pdfjs/web/viewer.js.map,sha256=BiPExGyX0J7lMmGi-7z8M1GYc5yizJ3sxCepvGv4fLo,1108728
|
|
68
69
|
deepresearch_flow/paper/web/pdfjs/web/cmaps/78-EUC-H.bcmap,sha256=2SomEzbcGLjAOkbrTUYjgtM_Qzj6GV0wMlayAxQ0yHQ,2404
|
|
69
70
|
deepresearch_flow/paper/web/pdfjs/web/cmaps/78-EUC-V.bcmap,sha256=YWcL68TkgntnIwwFT9DYINbjDDWE0C44aATmK77cAyo,173
|
|
@@ -422,12 +423,12 @@ deepresearch_flow/paper/web/pdfjs/web/standard_fonts/LiberationSans-BoldItalic.t
|
|
|
422
423
|
deepresearch_flow/paper/web/pdfjs/web/standard_fonts/LiberationSans-Italic.ttf,sha256=gytEBtvvI2KIANOqrSEEhTSshNfjrZVb6DuBcu2O9RI,162036
|
|
423
424
|
deepresearch_flow/paper/web/pdfjs/web/standard_fonts/LiberationSans-Regular.ttf,sha256=-Kzh-JKyvZ3BeSun8Jf6dYj4T-1IMhSA4E3lOQgoIh8,139512
|
|
424
425
|
deepresearch_flow/paper/web/static/css/main.css,sha256=oUuEFEi4YP6bIlEQlIz-zQEQje7hRq3j63imvtJ6IQ4,15386
|
|
425
|
-
deepresearch_flow/paper/web/static/js/detail.js,sha256=
|
|
426
|
+
deepresearch_flow/paper/web/static/js/detail.js,sha256=WvJHS3aZYKzDrwQdZoaMX0MdoZEV00OeNXH0HgiUuis,25287
|
|
426
427
|
deepresearch_flow/paper/web/static/js/index.js,sha256=bbQz8QAewmu3TT8ImAzUqNtTWQCMKwVOQfU0Lkw6Lv0,10460
|
|
427
|
-
deepresearch_flow/paper/web/static/js/outline.js,sha256=
|
|
428
|
+
deepresearch_flow/paper/web/static/js/outline.js,sha256=OFxw-hhe7lOr9ILslkATL2VoJJCKVWZvmdwPKcvOhE4,2306
|
|
428
429
|
deepresearch_flow/paper/web/static/js/stats.js,sha256=USGIAx9cPQTMeyFwYu_bTYPJM7OoiqimhCYuAjoP0-s,1420
|
|
429
430
|
deepresearch_flow/paper/web/templates/base.html,sha256=4gWJLvjOuDSnBYRpJqxhGKmKC6UuOl19q_Q_cOjhL-g,1806
|
|
430
|
-
deepresearch_flow/paper/web/templates/detail.html,sha256=
|
|
431
|
+
deepresearch_flow/paper/web/templates/detail.html,sha256=f3jVtQbhArBqBAs3mfIjKcyTxv2H2cXKv444EgQ3uMA,16267
|
|
431
432
|
deepresearch_flow/paper/web/templates/index.html,sha256=qNWwyQWa3QzmHdJbohSe5PJOZS3-KxWjk0RxoQSZiys,6117
|
|
432
433
|
deepresearch_flow/paper/web/templates/stats.html,sha256=bcQBawoZ9KoRkM0NNo9WJBVeN_8O1WU2xNiye-Fugyo,671
|
|
433
434
|
deepresearch_flow/recognize/__init__.py,sha256=yMAqbdCzpdRSiwFhq9j7yx9ZWxqz_Zq3vfYlTLFCWek,33
|
|
@@ -446,9 +447,9 @@ deepresearch_flow/translator/placeholder.py,sha256=mEgqA-dPdOsIhno0h_hzfpXpY2asb
|
|
|
446
447
|
deepresearch_flow/translator/prompts.py,sha256=kl_9O2YvmtXC1w6WLnsLuVZKz4mcOtUF887SiTaOvc0,4754
|
|
447
448
|
deepresearch_flow/translator/protector.py,sha256=sXwNJ1Y8tyPm7dgm8-7S8HkcPe23TGsBdwRxH6mKL70,11291
|
|
448
449
|
deepresearch_flow/translator/segment.py,sha256=rBFMCLTrvm2GrPc_hNFymi-8Ih2DAtUQlZHCRE9nLaM,5146
|
|
449
|
-
deepresearch_flow-0.
|
|
450
|
-
deepresearch_flow-0.
|
|
451
|
-
deepresearch_flow-0.
|
|
452
|
-
deepresearch_flow-0.
|
|
453
|
-
deepresearch_flow-0.
|
|
454
|
-
deepresearch_flow-0.
|
|
450
|
+
deepresearch_flow-0.5.0.dist-info/licenses/LICENSE,sha256=hT8F2Py1pe6flxq3Ufdm2UKFk0B8CBm0aAQfsLXfvjw,1063
|
|
451
|
+
deepresearch_flow-0.5.0.dist-info/METADATA,sha256=yCUlT9AML3H4gzJWPqVP1eCOjOTTjriAYq_RXSQSzGQ,14486
|
|
452
|
+
deepresearch_flow-0.5.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
453
|
+
deepresearch_flow-0.5.0.dist-info/entry_points.txt,sha256=1uIKscs0YRMg_mFsg9NjsaTt4CvQqQ_-zGERUKhhL_Y,65
|
|
454
|
+
deepresearch_flow-0.5.0.dist-info/top_level.txt,sha256=qBl4RvPJNJUbL8CFfMNWxY0HpQLx5RlF_ko-z_aKpm0,18
|
|
455
|
+
deepresearch_flow-0.5.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|