ws-bom-robot-app 0.0.103__py3-none-any.whl → 0.0.104__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.
- ws_bom_robot_app/llm/agent_description.py +123 -123
- ws_bom_robot_app/llm/agent_handler.py +176 -176
- ws_bom_robot_app/llm/agent_lcel.py +107 -107
- ws_bom_robot_app/llm/defaut_prompt.py +15 -15
- ws_bom_robot_app/llm/feedbacks/feedback_manager.py +66 -66
- ws_bom_robot_app/llm/main.py +159 -159
- ws_bom_robot_app/llm/models/feedback.py +30 -30
- ws_bom_robot_app/llm/nebuly_handler.py +185 -185
- ws_bom_robot_app/llm/tools/tool_builder.py +68 -68
- ws_bom_robot_app/llm/tools/tool_manager.py +343 -343
- ws_bom_robot_app/llm/tools/utils.py +41 -41
- ws_bom_robot_app/llm/utils/agent.py +34 -34
- ws_bom_robot_app/llm/utils/chunker.py +77 -15
- ws_bom_robot_app/llm/utils/cms.py +123 -123
- ws_bom_robot_app/llm/utils/download.py +183 -183
- ws_bom_robot_app/llm/utils/print.py +29 -29
- ws_bom_robot_app/llm/vector_store/db/chroma.py +1 -0
- ws_bom_robot_app/llm/vector_store/generator.py +137 -137
- ws_bom_robot_app/llm/vector_store/integration/shopify.py +143 -143
- ws_bom_robot_app/llm/vector_store/integration/thron.py +236 -236
- ws_bom_robot_app/llm/vector_store/loader/docling.py +3 -2
- ws_bom_robot_app/llm/vector_store/loader/json_loader.py +25 -25
- {ws_bom_robot_app-0.0.103.dist-info → ws_bom_robot_app-0.0.104.dist-info}/METADATA +364 -364
- {ws_bom_robot_app-0.0.103.dist-info → ws_bom_robot_app-0.0.104.dist-info}/RECORD +26 -26
- {ws_bom_robot_app-0.0.103.dist-info → ws_bom_robot_app-0.0.104.dist-info}/WHEEL +0 -0
- {ws_bom_robot_app-0.0.103.dist-info → ws_bom_robot_app-0.0.104.dist-info}/top_level.txt +0 -0
|
@@ -8,43 +8,43 @@ ws_bom_robot_app/task_manager.py,sha256=N2NzinjaxsRaLu78sREG9MCanMzygtKUU_yXo-aw
|
|
|
8
8
|
ws_bom_robot_app/util.py,sha256=t1VS6JQNOZe6aenBmjPLxJ_A3ncm7WqTZE8_gR85sQo,5022
|
|
9
9
|
ws_bom_robot_app/llm/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
10
10
|
ws_bom_robot_app/llm/agent_context.py,sha256=e6hlw_fj89CNSmuE2czp_JDcWyK8SgalNoW6S_aYMS4,1308
|
|
11
|
-
ws_bom_robot_app/llm/agent_description.py,sha256=
|
|
12
|
-
ws_bom_robot_app/llm/agent_handler.py,sha256=
|
|
13
|
-
ws_bom_robot_app/llm/agent_lcel.py,sha256=
|
|
11
|
+
ws_bom_robot_app/llm/agent_description.py,sha256=yK4aVU3RNk1oP4bEneV3QPAi-208JwWk4R6qHlzqYIg,4656
|
|
12
|
+
ws_bom_robot_app/llm/agent_handler.py,sha256=nH9lYIf2m21E-WpnobpWAqmS-28Z9YgZPMGXQ76JXko,7682
|
|
13
|
+
ws_bom_robot_app/llm/agent_lcel.py,sha256=q5kckLw8M7EuVbm9G0sXd6pG5e5bTIS-tpgzrJGiFWI,4587
|
|
14
14
|
ws_bom_robot_app/llm/api.py,sha256=jMoiKiD5HNxGu6gTb5_qZ5UU8d2uJ7UVrdLseDStI6o,7634
|
|
15
|
-
ws_bom_robot_app/llm/defaut_prompt.py,sha256=
|
|
15
|
+
ws_bom_robot_app/llm/defaut_prompt.py,sha256=LlCd_nSMkMmHESfiiiQYfnJyB6Pp-LSs4CEKdYW4vFk,1106
|
|
16
16
|
ws_bom_robot_app/llm/evaluator.py,sha256=tUyPX1oGZEjSiO4JixwNlgv6BI9cUHSmcAsTCpBnIn4,13322
|
|
17
|
-
ws_bom_robot_app/llm/main.py,sha256=
|
|
18
|
-
ws_bom_robot_app/llm/nebuly_handler.py,sha256=
|
|
17
|
+
ws_bom_robot_app/llm/main.py,sha256=UBxmhZqpGLQCyfESnU7YSNswpU-vJwnXrlekHEbYE9o,5814
|
|
18
|
+
ws_bom_robot_app/llm/nebuly_handler.py,sha256=Z4_GS-N4vQYPLnlXlwhJrwpUvf2uG53diYSOcteXGTc,7978
|
|
19
19
|
ws_bom_robot_app/llm/feedbacks/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
20
|
-
ws_bom_robot_app/llm/feedbacks/feedback_manager.py,sha256=
|
|
20
|
+
ws_bom_robot_app/llm/feedbacks/feedback_manager.py,sha256=WcKgzlOb8VFG7yqHoIOO_R6LAzdzE4YIRFCVOGBSgfM,2856
|
|
21
21
|
ws_bom_robot_app/llm/models/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
22
22
|
ws_bom_robot_app/llm/models/api.py,sha256=QfJ--9ONGi0b6Ua5km7N2MM7fkT1lu2kSRxMBg6ZlbI,12346
|
|
23
23
|
ws_bom_robot_app/llm/models/base.py,sha256=1TqxuTK3rjJEALn7lvgoen_1ba3R2brAgGx6EDTtDZo,152
|
|
24
|
-
ws_bom_robot_app/llm/models/feedback.py,sha256=
|
|
24
|
+
ws_bom_robot_app/llm/models/feedback.py,sha256=zh1jLqPRLzNlxInkCMoiJbfSu0-tiOEYHM7FhC46PkM,1692
|
|
25
25
|
ws_bom_robot_app/llm/models/kb.py,sha256=oVSw6_dmNxikAHrPqcfxDXz9M0ezLIYuxpgvzfs_Now,9514
|
|
26
26
|
ws_bom_robot_app/llm/providers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
27
27
|
ws_bom_robot_app/llm/providers/llm_manager.py,sha256=oVeEmZUnR1ysV-BI_zpwQ-gpXqmhSzjKFQQAHtaFGSI,16596
|
|
28
28
|
ws_bom_robot_app/llm/tools/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
29
|
-
ws_bom_robot_app/llm/tools/tool_builder.py,sha256=
|
|
30
|
-
ws_bom_robot_app/llm/tools/tool_manager.py,sha256=
|
|
31
|
-
ws_bom_robot_app/llm/tools/utils.py,sha256=
|
|
29
|
+
ws_bom_robot_app/llm/tools/tool_builder.py,sha256=_9XpbGjNSFup5W0NqrabiS6U-ZJNjLxa9EV1IO0DtWM,3364
|
|
30
|
+
ws_bom_robot_app/llm/tools/tool_manager.py,sha256=iMIioA-VL-hBxpj0aKOol5YGXrobHzZNuPVMPuZJXbw,15646
|
|
31
|
+
ws_bom_robot_app/llm/tools/utils.py,sha256=tdmOAk8l4HVzw67z3brA9yX-1WLu91paU-WmXHyz4Bg,1883
|
|
32
32
|
ws_bom_robot_app/llm/tools/models/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
33
33
|
ws_bom_robot_app/llm/tools/models/main.py,sha256=1hICqHs-KS2heenkH7b2eH0N2GrPaaNGBrn64cl_A40,827
|
|
34
34
|
ws_bom_robot_app/llm/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
35
|
-
ws_bom_robot_app/llm/utils/agent.py,sha256=
|
|
36
|
-
ws_bom_robot_app/llm/utils/chunker.py,sha256=
|
|
35
|
+
ws_bom_robot_app/llm/utils/agent.py,sha256=_CY5Dji3UeAIi2iuU7ttz4fml1q8aCFgVWOv970x8Fw,1411
|
|
36
|
+
ws_bom_robot_app/llm/utils/chunker.py,sha256=u0l2t3bIQihOpLRlcrO23bNBda3kgzayyGAIR0YZUqQ,4069
|
|
37
37
|
ws_bom_robot_app/llm/utils/cleanup.py,sha256=ARLZTX4mLbkLCEnMdIWYDYEAPOjzfy1laLGkYnxZe30,3063
|
|
38
|
-
ws_bom_robot_app/llm/utils/cms.py,sha256=
|
|
39
|
-
ws_bom_robot_app/llm/utils/download.py,sha256=
|
|
40
|
-
ws_bom_robot_app/llm/utils/print.py,sha256=
|
|
38
|
+
ws_bom_robot_app/llm/utils/cms.py,sha256=sDK6tcTCIJtEXEEYLsK7B7_rbvhZtawSCWBRr6ZQUpo,6837
|
|
39
|
+
ws_bom_robot_app/llm/utils/download.py,sha256=CrPWoCwYY6TjpDR8uHI0Do-w7WQ0PtjMcbUaRoEDUbg,7110
|
|
40
|
+
ws_bom_robot_app/llm/utils/print.py,sha256=IsPYEWRJqu-dqlJA3F9OnnIS4rOq_EYX1Ljp3BvDnww,774
|
|
41
41
|
ws_bom_robot_app/llm/utils/secrets.py,sha256=-HtqLIDVIJrpvGC5YhPAVyLsq8P4ChVM5g3GOfdwqVk,878
|
|
42
42
|
ws_bom_robot_app/llm/utils/webhooks.py,sha256=LAAZqyN6VhV13wu4X-X85TwdDgAV2rNvIwQFIIc0FJM,2114
|
|
43
43
|
ws_bom_robot_app/llm/vector_store/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
44
|
-
ws_bom_robot_app/llm/vector_store/generator.py,sha256=
|
|
44
|
+
ws_bom_robot_app/llm/vector_store/generator.py,sha256=9_xdtCKJhmt1OP0GXDjvFERXMP7ozLZT92KuYEBDgC0,6314
|
|
45
45
|
ws_bom_robot_app/llm/vector_store/db/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
46
46
|
ws_bom_robot_app/llm/vector_store/db/base.py,sha256=pIlHTg83bLdGfbZorilSqeJ5QKgpGU8fxF3c-5pLWJo,8490
|
|
47
|
-
ws_bom_robot_app/llm/vector_store/db/chroma.py,sha256=
|
|
47
|
+
ws_bom_robot_app/llm/vector_store/db/chroma.py,sha256=oe0p_OlqTGFXEvtC8AXiElUWnfHXTXk97_suYh7kirU,4622
|
|
48
48
|
ws_bom_robot_app/llm/vector_store/db/faiss.py,sha256=rCMq_dhg1-NM8G5L_VEdDIvgmkWLXL3r5EreaqxR3Oc,3925
|
|
49
49
|
ws_bom_robot_app/llm/vector_store/db/manager.py,sha256=5rqBvc0QKmHFUgVHqBAr1Y4FZRl-w-ylGMjgXZywrdA,533
|
|
50
50
|
ws_bom_robot_app/llm/vector_store/db/qdrant.py,sha256=-36YOXjNtDeWveREnGd1SZF3hT7_Peg_pAT5uoxXcQU,3237
|
|
@@ -62,15 +62,15 @@ ws_bom_robot_app/llm/vector_store/integration/manager.py,sha256=K_Ymfb4xqm33g7gy
|
|
|
62
62
|
ws_bom_robot_app/llm/vector_store/integration/s3.py,sha256=_SAuPfyK7lIz7Jq1LiBavkF1lre5yqe6DGlMYnxMa4o,3317
|
|
63
63
|
ws_bom_robot_app/llm/vector_store/integration/sftp.py,sha256=g6f-FKkEktx7nJahb7RKyQ4pM9wGik0_xXMDfWup-1c,2845
|
|
64
64
|
ws_bom_robot_app/llm/vector_store/integration/sharepoint.py,sha256=DhBcAwgr1u-dQ_8TxeLPu7kzr_EDogCRQeBrIULtWfo,4898
|
|
65
|
-
ws_bom_robot_app/llm/vector_store/integration/shopify.py,sha256=
|
|
65
|
+
ws_bom_robot_app/llm/vector_store/integration/shopify.py,sha256=DbI0-bVmZjbxoHxBV83ibgN5X5CpUSo_6OlleH8myNc,5342
|
|
66
66
|
ws_bom_robot_app/llm/vector_store/integration/sitemap.py,sha256=YKQ_0VUSW9NQ3svVKuas2OLk_fsTQuxg4B_zCBzKx_s,5282
|
|
67
67
|
ws_bom_robot_app/llm/vector_store/integration/slack.py,sha256=hiE1kkg7868mbP2wVWQLmC1fK2jIE1lT7f8hVN0NqeY,2636
|
|
68
|
-
ws_bom_robot_app/llm/vector_store/integration/thron.py,sha256=
|
|
68
|
+
ws_bom_robot_app/llm/vector_store/integration/thron.py,sha256=rn0fWtwt8zL7H-OMRYH31ZQgvdl-DlW5gNwf24XdRNA,9094
|
|
69
69
|
ws_bom_robot_app/llm/vector_store/loader/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
70
70
|
ws_bom_robot_app/llm/vector_store/loader/base.py,sha256=InpRwKPxp0tuM4drezBvxxAWHe3XTmu60MGvFsT7RPE,7176
|
|
71
|
-
ws_bom_robot_app/llm/vector_store/loader/docling.py,sha256=
|
|
72
|
-
ws_bom_robot_app/llm/vector_store/loader/json_loader.py,sha256=
|
|
73
|
-
ws_bom_robot_app-0.0.
|
|
74
|
-
ws_bom_robot_app-0.0.
|
|
75
|
-
ws_bom_robot_app-0.0.
|
|
76
|
-
ws_bom_robot_app-0.0.
|
|
71
|
+
ws_bom_robot_app/llm/vector_store/loader/docling.py,sha256=RFYSZkZAYtU8wJSd1rN2T0lVo-wK1-ddtr6bH2fBr6Q,5170
|
|
72
|
+
ws_bom_robot_app/llm/vector_store/loader/json_loader.py,sha256=qo9ejRZyKv_k6jnGgXnu1W5uqsMMtgqK_uvPpZQ0p74,833
|
|
73
|
+
ws_bom_robot_app-0.0.104.dist-info/METADATA,sha256=jTFarSWM53pitAI3meg-FcE4jRQ8HSesWYhBGX8ovWI,10661
|
|
74
|
+
ws_bom_robot_app-0.0.104.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
75
|
+
ws_bom_robot_app-0.0.104.dist-info/top_level.txt,sha256=Yl0akyHVbynsBX_N7wx3H3ZTkcMLjYyLJs5zBMDAKcM,17
|
|
76
|
+
ws_bom_robot_app-0.0.104.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|