deepresearch-flow 0.5.0__py3-none-any.whl → 0.5.1__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_ops.py +21 -7
- deepresearch_flow/paper/prompt_templates/deep_read_phi_system.j2 +6 -0
- deepresearch_flow/paper/prompt_templates/deep_read_phi_user.j2 +391 -0
- deepresearch_flow/paper/prompt_templates/eight_questions_phi_system.j2 +6 -0
- deepresearch_flow/paper/prompt_templates/eight_questions_phi_user.j2 +133 -0
- deepresearch_flow/paper/prompt_templates/simple_phi_system.j2 +6 -0
- deepresearch_flow/paper/prompt_templates/simple_phi_user.j2 +31 -0
- deepresearch_flow/paper/schemas/deep_read_phi_schema.json +30 -0
- deepresearch_flow/paper/template_registry.py +39 -0
- deepresearch_flow/paper/templates/deep_read_phi.md.j2 +40 -0
- deepresearch_flow/paper/web/markdown.py +174 -8
- deepresearch_flow/paper/web/static/css/main.css +8 -1
- deepresearch_flow/paper/web/static/js/detail.js +46 -12
- deepresearch_flow/paper/web/templates/detail.html +9 -0
- deepresearch_flow/paper/web/text.py +8 -4
- deepresearch_flow/recognize/organize.py +9 -12
- deepresearch_flow/translator/fixers.py +15 -0
- {deepresearch_flow-0.5.0.dist-info → deepresearch_flow-0.5.1.dist-info}/METADATA +1 -1
- {deepresearch_flow-0.5.0.dist-info → deepresearch_flow-0.5.1.dist-info}/RECORD +23 -15
- {deepresearch_flow-0.5.0.dist-info → deepresearch_flow-0.5.1.dist-info}/WHEEL +0 -0
- {deepresearch_flow-0.5.0.dist-info → deepresearch_flow-0.5.1.dist-info}/entry_points.txt +0 -0
- {deepresearch_flow-0.5.0.dist-info → deepresearch_flow-0.5.1.dist-info}/licenses/LICENSE +0 -0
- {deepresearch_flow-0.5.0.dist-info → deepresearch_flow-0.5.1.dist-info}/top_level.txt +0 -0
|
@@ -5,19 +5,25 @@ deepresearch_flow/paper/__init__.py,sha256=sunaOkcgAJBrfmcaJTumcWbPGVUSGWvOv2a2Y
|
|
|
5
5
|
deepresearch_flow/paper/cli.py,sha256=4UY3KHi6BUGztL1vB4w0cCMiIAo9KNxrfQn1GBHt6fA,11153
|
|
6
6
|
deepresearch_flow/paper/config.py,sha256=totVBGzouh0KS6mhRNPneXZYPuuw0SHiOGdO3r6HSfc,9289
|
|
7
7
|
deepresearch_flow/paper/db.py,sha256=-9Wl-ivIu0N8bC6lFGxxBKKQewD8aay7Aq-ynfhEqJg,43002
|
|
8
|
-
deepresearch_flow/paper/db_ops.py,sha256=
|
|
8
|
+
deepresearch_flow/paper/db_ops.py,sha256=Nwbou8y3jMNKMcvDSJfmi5NYQwEtoHk1E_7TbwDoYX8,70501
|
|
9
9
|
deepresearch_flow/paper/extract.py,sha256=ID1dd2r6LTB0kRF4qBSH6bGtBGv0znw--g_mXYBcoeU,32314
|
|
10
10
|
deepresearch_flow/paper/llm.py,sha256=mHfs5IkT3Q6BOh46MDlfUmgVTX24WRf0IKKoOnN8nV8,4007
|
|
11
11
|
deepresearch_flow/paper/prompts.py,sha256=mV7cEXw8pwukBUE4Trah0SjEPSSDgg5-RGaNaUdo4EU,519
|
|
12
12
|
deepresearch_flow/paper/render.py,sha256=KeccrRGf1_sxoaiT6SUDkFRj9sStReoEwNvlw1ir7qw,2181
|
|
13
13
|
deepresearch_flow/paper/schema.py,sha256=tQEVbj4R8NqNGBW6VYwW-xf5QJgV9qthrbZB-EmZTKA,1931
|
|
14
|
-
deepresearch_flow/paper/template_registry.py,sha256=
|
|
14
|
+
deepresearch_flow/paper/template_registry.py,sha256=OSJOLAHFOtjsGR7sNXYstL8Z6VdY5g-KvBhNMgVUNXw,7387
|
|
15
15
|
deepresearch_flow/paper/utils.py,sha256=Lbr4OLiTtGJ8qX3AXOZHJdLVPVqdVLewClQKT_2XAQA,3788
|
|
16
16
|
deepresearch_flow/paper/prompt_templates/__init__.py,sha256=b72Jin1J2Q7KS3635Te3YZm1ZXhuMIPzDVUH172Rphc,33
|
|
17
|
+
deepresearch_flow/paper/prompt_templates/deep_read_phi_system.j2,sha256=WR7fp9nQYmXU5COwAfzly5noXEQEoFrh2Kx4YedvMww,364
|
|
18
|
+
deepresearch_flow/paper/prompt_templates/deep_read_phi_user.j2,sha256=UAobEe25nIyr0f7jAfL3ca5qZzHHJHKE3O-NixwBibI,17581
|
|
17
19
|
deepresearch_flow/paper/prompt_templates/deep_read_system.j2,sha256=WR7fp9nQYmXU5COwAfzly5noXEQEoFrh2Kx4YedvMww,364
|
|
18
20
|
deepresearch_flow/paper/prompt_templates/deep_read_user.j2,sha256=VS_6ZkhN_h3-ur7tA4sosdPttjCg9ZwlhAn1LR4tsag,4068
|
|
21
|
+
deepresearch_flow/paper/prompt_templates/eight_questions_phi_system.j2,sha256=WR7fp9nQYmXU5COwAfzly5noXEQEoFrh2Kx4YedvMww,364
|
|
22
|
+
deepresearch_flow/paper/prompt_templates/eight_questions_phi_user.j2,sha256=9q6zSLZO2OhRNvOg0tCFFYH6avUyGAf3yW6wsnRyOvQ,7866
|
|
19
23
|
deepresearch_flow/paper/prompt_templates/eight_questions_system.j2,sha256=WR7fp9nQYmXU5COwAfzly5noXEQEoFrh2Kx4YedvMww,364
|
|
20
24
|
deepresearch_flow/paper/prompt_templates/eight_questions_user.j2,sha256=vyfMstnXAb5zLsxcqyYxTt5OWjpmPVoqaV-dIJshcrw,1339
|
|
25
|
+
deepresearch_flow/paper/prompt_templates/simple_phi_system.j2,sha256=WR7fp9nQYmXU5COwAfzly5noXEQEoFrh2Kx4YedvMww,364
|
|
26
|
+
deepresearch_flow/paper/prompt_templates/simple_phi_user.j2,sha256=LL_h0O1wcGLZQtuhTfUUhURjAoJwH8Vrmh3XzeB9bRM,2089
|
|
21
27
|
deepresearch_flow/paper/prompt_templates/simple_system.j2,sha256=WR7fp9nQYmXU5COwAfzly5noXEQEoFrh2Kx4YedvMww,364
|
|
22
28
|
deepresearch_flow/paper/prompt_templates/simple_user.j2,sha256=UX2FlsJkRdvbgPZmlCFzB7E2peGKpIjMGqkBfBQ4EHM,774
|
|
23
29
|
deepresearch_flow/paper/prompt_templates/three_pass_system.j2,sha256=WR7fp9nQYmXU5COwAfzly5noXEQEoFrh2Kx4YedvMww,364
|
|
@@ -31,12 +37,14 @@ deepresearch_flow/paper/providers/gemini.py,sha256=x_JegccP4JK0pBj7slz7gVwX-6-ep
|
|
|
31
37
|
deepresearch_flow/paper/providers/ollama.py,sha256=j3vZgP6gyxu9n5VF-4v8p3nOCbetzmnlaBjZmvuYKxE,1439
|
|
32
38
|
deepresearch_flow/paper/providers/openai_compatible.py,sha256=eidpcOm5D24e0YU80ECUXcCnWgsMDv7gRXf3vnJlP4M,2077
|
|
33
39
|
deepresearch_flow/paper/schemas/__init__.py,sha256=NzRW1ugk01AZMkoDOrK-RF-fypYxYKOnyyKDzlHUQ40,29
|
|
40
|
+
deepresearch_flow/paper/schemas/deep_read_phi_schema.json,sha256=_kPHH4RKzfTlYrDW7XgNhBECAAHXlvpNnnX9EP6Wqjk,823
|
|
34
41
|
deepresearch_flow/paper/schemas/deep_read_schema.json,sha256=f9yhsisW_zSxRpjTn1D3-nsmtJMHmGJLLvRGPEmQX0s,1263
|
|
35
42
|
deepresearch_flow/paper/schemas/default_paper_schema.json,sha256=Ncz-XSOJuB5jz1k7jAG7ha819rXPL4UGew06fJHkImM,827
|
|
36
43
|
deepresearch_flow/paper/schemas/eight_questions_schema.json,sha256=3jYQeKvJWduuU_4En-M-s0gEJMOjdjYeu_ENlf8CDyw,931
|
|
37
44
|
deepresearch_flow/paper/schemas/three_pass_schema.json,sha256=8aNr4EdRiilxszIRBCC4hRNXrfIOcdnVW4Qhe6Fnh0o,689
|
|
38
45
|
deepresearch_flow/paper/templates/__init__.py,sha256=p8W6kINvrf-T2X6Ow4GMr28syVOorFuMn0pbmieVzAw,35
|
|
39
46
|
deepresearch_flow/paper/templates/deep_read.md.j2,sha256=yYe2IotBpoDnpUE8lR0OaHMzmiH8rDNRQkaaELpuhPA,4637
|
|
47
|
+
deepresearch_flow/paper/templates/deep_read_phi.md.j2,sha256=c9jBJv2L4YLQutYuzYw_6DAgJUtBeQWOphTMp94AjKs,1523
|
|
40
48
|
deepresearch_flow/paper/templates/default_paper.md.j2,sha256=3azu48534QtLtHrCwI1sXtQUSaPfpWBVFOY44s-G63Y,887
|
|
41
49
|
deepresearch_flow/paper/templates/eight_questions.md.j2,sha256=Ecz4CD3nd7jZ4Dg8himZkTwF4WDkk0ILWk8V728uOPI,3038
|
|
42
50
|
deepresearch_flow/paper/templates/three_pass.md.j2,sha256=ZRj-NkpZePnqp0gSE8OT1dN5Lr5RW4vdOYdeVejYJW0,1576
|
|
@@ -44,11 +52,11 @@ deepresearch_flow/paper/web/__init__.py,sha256=eQBtBjvOYsNEdivHTI0aO286SCG2c86xI
|
|
|
44
52
|
deepresearch_flow/paper/web/app.py,sha256=DxrcwrtwUKLZfjT25_ly1zfnqvgL1A8zDF6W7pCb8BY,7246
|
|
45
53
|
deepresearch_flow/paper/web/constants.py,sha256=0QZjySqVt2c6PZFoykVoeVgZAXsUahfL4ZVQlfL_qAY,1165
|
|
46
54
|
deepresearch_flow/paper/web/filters.py,sha256=OVMB4GfigP9GPD5dXytHyeLYtnVXEK-QjYfA_k7QbaA,8315
|
|
47
|
-
deepresearch_flow/paper/web/markdown.py,sha256
|
|
55
|
+
deepresearch_flow/paper/web/markdown.py,sha256=pwVGy-7kQHsEFo15SmNcQw15-v7lJn_N3VLd827L7uk,26852
|
|
48
56
|
deepresearch_flow/paper/web/query.py,sha256=vTegfm5zGVkYCd6_K3yNrXJEmKMccUUFKG9DePPcKMw,1938
|
|
49
57
|
deepresearch_flow/paper/web/static_assets.py,sha256=EPx5-fakGf2aqOsczaINDyfL0GcHqg7UGDHjXRILNsw,9790
|
|
50
58
|
deepresearch_flow/paper/web/templates.py,sha256=P0sp9QFrCJFIvr6hc9W_U6nWttRlob_WpemiJulmq7I,2706
|
|
51
|
-
deepresearch_flow/paper/web/text.py,sha256=
|
|
59
|
+
deepresearch_flow/paper/web/text.py,sha256=lTaj2cSP_2ssW2gnmpuHM_pNliCVoc4wuDvWjumU3q8,2356
|
|
52
60
|
deepresearch_flow/paper/web/handlers/__init__.py,sha256=Cux0JyM1gGS5UubzcXFY8Em9B_sS17qj-5VZS-hjlI4,329
|
|
53
61
|
deepresearch_flow/paper/web/handlers/api.py,sha256=uZPeQeWmcXqixIPMlcCHJVC0kUkk07uAXx4oeySPubA,11545
|
|
54
62
|
deepresearch_flow/paper/web/handlers/pages.py,sha256=Wd2YFwbacwu2xEGB_eaaP5EhHNHOvTMe6AjPNOE-0Gg,15335
|
|
@@ -422,13 +430,13 @@ deepresearch_flow/paper/web/pdfjs/web/standard_fonts/LiberationSans-Bold.ttf,sha
|
|
|
422
430
|
deepresearch_flow/paper/web/pdfjs/web/standard_fonts/LiberationSans-BoldItalic.ttf,sha256=oiQHWsF0la0KOvO8CkGawHBKiz_RCVRWIB-5sJX8KB0,135124
|
|
423
431
|
deepresearch_flow/paper/web/pdfjs/web/standard_fonts/LiberationSans-Italic.ttf,sha256=gytEBtvvI2KIANOqrSEEhTSshNfjrZVb6DuBcu2O9RI,162036
|
|
424
432
|
deepresearch_flow/paper/web/pdfjs/web/standard_fonts/LiberationSans-Regular.ttf,sha256=-Kzh-JKyvZ3BeSun8Jf6dYj4T-1IMhSA4E3lOQgoIh8,139512
|
|
425
|
-
deepresearch_flow/paper/web/static/css/main.css,sha256=
|
|
426
|
-
deepresearch_flow/paper/web/static/js/detail.js,sha256=
|
|
433
|
+
deepresearch_flow/paper/web/static/css/main.css,sha256=cNn8v9zENLGCtoD9T5Zy9PMYsEBdlVoO0EWixTw04ec,15479
|
|
434
|
+
deepresearch_flow/paper/web/static/js/detail.js,sha256=8U8b9MF_1UvE37IocNPEOHEdulrqen56-Nc5Sqw592U,26430
|
|
427
435
|
deepresearch_flow/paper/web/static/js/index.js,sha256=bbQz8QAewmu3TT8ImAzUqNtTWQCMKwVOQfU0Lkw6Lv0,10460
|
|
428
436
|
deepresearch_flow/paper/web/static/js/outline.js,sha256=OFxw-hhe7lOr9ILslkATL2VoJJCKVWZvmdwPKcvOhE4,2306
|
|
429
437
|
deepresearch_flow/paper/web/static/js/stats.js,sha256=USGIAx9cPQTMeyFwYu_bTYPJM7OoiqimhCYuAjoP0-s,1420
|
|
430
438
|
deepresearch_flow/paper/web/templates/base.html,sha256=4gWJLvjOuDSnBYRpJqxhGKmKC6UuOl19q_Q_cOjhL-g,1806
|
|
431
|
-
deepresearch_flow/paper/web/templates/detail.html,sha256=
|
|
439
|
+
deepresearch_flow/paper/web/templates/detail.html,sha256=NvYDKajgVYrSF9ayVCpMglKwZclD-R0ArkqelAU60A4,16632
|
|
432
440
|
deepresearch_flow/paper/web/templates/index.html,sha256=qNWwyQWa3QzmHdJbohSe5PJOZS3-KxWjk0RxoQSZiys,6117
|
|
433
441
|
deepresearch_flow/paper/web/templates/stats.html,sha256=bcQBawoZ9KoRkM0NNo9WJBVeN_8O1WU2xNiye-Fugyo,671
|
|
434
442
|
deepresearch_flow/recognize/__init__.py,sha256=yMAqbdCzpdRSiwFhq9j7yx9ZWxqz_Zq3vfYlTLFCWek,33
|
|
@@ -437,19 +445,19 @@ deepresearch_flow/recognize/katex_check.js,sha256=jKFLk0Y7y_XR0fBJe2xdfQhAMMuYRX
|
|
|
437
445
|
deepresearch_flow/recognize/markdown.py,sha256=y-PMJbGqrfWCNBVGanXK1M4OuMP9e1eqh7HDYye5a7Q,8757
|
|
438
446
|
deepresearch_flow/recognize/math.py,sha256=qgI4WRsoWgLaue9OxIq1pcO18wUOlpCNBLKQgicN2hs,22623
|
|
439
447
|
deepresearch_flow/recognize/mermaid.py,sha256=O8uQoEC9mG4mSdTpr-OnmP_vrThaFdUeqt6U00m6O-0,22545
|
|
440
|
-
deepresearch_flow/recognize/organize.py,sha256
|
|
448
|
+
deepresearch_flow/recognize/organize.py,sha256=nxeWWm7PIp12WvDllYljYNnHqFSlcV7-kInMoHjdblc,5190
|
|
441
449
|
deepresearch_flow/translator/__init__.py,sha256=iaAkufvEELVKNbcs08Nh7bkTO4JlkT3rT_JIBP9jGfc,26
|
|
442
450
|
deepresearch_flow/translator/cli.py,sha256=BceOZhQuN9s5kqhpvLJuwpbB5J0MY1ucWUKw0jXWUPc,16872
|
|
443
451
|
deepresearch_flow/translator/config.py,sha256=0JI4VBLIzT039YscfEb5hqtCWCu8P2bJIgnAfIAhFmU,502
|
|
444
452
|
deepresearch_flow/translator/engine.py,sha256=dLKKUjmptkLXhIs5ZsIUonmKI9bS8Se4tOnp7fADIYU,36800
|
|
445
|
-
deepresearch_flow/translator/fixers.py,sha256=
|
|
453
|
+
deepresearch_flow/translator/fixers.py,sha256=Oe9vLhNxkmqyF6SkfTAGLDiSl7N_cCUArhO6pGpIa3Q,15667
|
|
446
454
|
deepresearch_flow/translator/placeholder.py,sha256=mEgqA-dPdOsIhno0h_hzfpXpY2asb4A7UQEYV3tcnP8,2097
|
|
447
455
|
deepresearch_flow/translator/prompts.py,sha256=kl_9O2YvmtXC1w6WLnsLuVZKz4mcOtUF887SiTaOvc0,4754
|
|
448
456
|
deepresearch_flow/translator/protector.py,sha256=sXwNJ1Y8tyPm7dgm8-7S8HkcPe23TGsBdwRxH6mKL70,11291
|
|
449
457
|
deepresearch_flow/translator/segment.py,sha256=rBFMCLTrvm2GrPc_hNFymi-8Ih2DAtUQlZHCRE9nLaM,5146
|
|
450
|
-
deepresearch_flow-0.5.
|
|
451
|
-
deepresearch_flow-0.5.
|
|
452
|
-
deepresearch_flow-0.5.
|
|
453
|
-
deepresearch_flow-0.5.
|
|
454
|
-
deepresearch_flow-0.5.
|
|
455
|
-
deepresearch_flow-0.5.
|
|
458
|
+
deepresearch_flow-0.5.1.dist-info/licenses/LICENSE,sha256=hT8F2Py1pe6flxq3Ufdm2UKFk0B8CBm0aAQfsLXfvjw,1063
|
|
459
|
+
deepresearch_flow-0.5.1.dist-info/METADATA,sha256=glpV-vtIAMg05jdBladhGqNxE2p4Dq0Ynd4O3YsmSds,14486
|
|
460
|
+
deepresearch_flow-0.5.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
461
|
+
deepresearch_flow-0.5.1.dist-info/entry_points.txt,sha256=1uIKscs0YRMg_mFsg9NjsaTt4CvQqQ_-zGERUKhhL_Y,65
|
|
462
|
+
deepresearch_flow-0.5.1.dist-info/top_level.txt,sha256=qBl4RvPJNJUbL8CFfMNWxY0HpQLx5RlF_ko-z_aKpm0,18
|
|
463
|
+
deepresearch_flow-0.5.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|