hindsight-client 0.4.7__py3-none-any.whl → 0.4.8__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.
- {hindsight_client-0.4.7.dist-info → hindsight_client-0.4.8.dist-info}/METADATA +1 -1
- hindsight_client-0.4.8.dist-info/RECORD +89 -0
- hindsight_client_api/__init__.py +1 -1
- hindsight_client_api/api/banks_api.py +1 -1
- hindsight_client_api/api/directives_api.py +1 -1
- hindsight_client_api/api/documents_api.py +1 -1
- hindsight_client_api/api/entities_api.py +1 -1
- hindsight_client_api/api/memory_api.py +1 -1
- hindsight_client_api/api/mental_models_api.py +1 -1
- hindsight_client_api/api/monitoring_api.py +1 -1
- hindsight_client_api/api/operations_api.py +1 -1
- hindsight_client_api/api_client.py +1 -1
- hindsight_client_api/configuration.py +2 -2
- hindsight_client_api/exceptions.py +1 -1
- hindsight_client_api/models/__init__.py +1 -1
- hindsight_client_api/models/add_background_request.py +1 -1
- hindsight_client_api/models/async_operation_submit_response.py +1 -1
- hindsight_client_api/models/background_response.py +1 -1
- hindsight_client_api/models/bank_list_item.py +1 -1
- hindsight_client_api/models/bank_list_response.py +1 -1
- hindsight_client_api/models/bank_profile_response.py +1 -1
- hindsight_client_api/models/bank_stats_response.py +1 -1
- hindsight_client_api/models/budget.py +1 -1
- hindsight_client_api/models/cancel_operation_response.py +1 -1
- hindsight_client_api/models/chunk_data.py +1 -1
- hindsight_client_api/models/chunk_include_options.py +1 -1
- hindsight_client_api/models/chunk_response.py +1 -1
- hindsight_client_api/models/consolidation_response.py +1 -1
- hindsight_client_api/models/create_bank_request.py +1 -1
- hindsight_client_api/models/create_directive_request.py +1 -1
- hindsight_client_api/models/create_mental_model_request.py +1 -1
- hindsight_client_api/models/create_mental_model_response.py +1 -1
- hindsight_client_api/models/delete_document_response.py +1 -1
- hindsight_client_api/models/delete_response.py +1 -1
- hindsight_client_api/models/directive_list_response.py +1 -1
- hindsight_client_api/models/directive_response.py +1 -1
- hindsight_client_api/models/disposition_traits.py +1 -1
- hindsight_client_api/models/document_response.py +1 -1
- hindsight_client_api/models/entity_detail_response.py +1 -1
- hindsight_client_api/models/entity_include_options.py +1 -1
- hindsight_client_api/models/entity_input.py +1 -1
- hindsight_client_api/models/entity_list_item.py +1 -1
- hindsight_client_api/models/entity_list_response.py +1 -1
- hindsight_client_api/models/entity_observation_response.py +1 -1
- hindsight_client_api/models/entity_state_response.py +1 -1
- hindsight_client_api/models/features_info.py +1 -1
- hindsight_client_api/models/graph_data_response.py +1 -1
- hindsight_client_api/models/http_validation_error.py +1 -1
- hindsight_client_api/models/include_options.py +1 -1
- hindsight_client_api/models/list_documents_response.py +1 -1
- hindsight_client_api/models/list_memory_units_response.py +1 -1
- hindsight_client_api/models/list_tags_response.py +1 -1
- hindsight_client_api/models/memory_item.py +1 -1
- hindsight_client_api/models/mental_model_list_response.py +1 -1
- hindsight_client_api/models/mental_model_response.py +1 -1
- hindsight_client_api/models/mental_model_trigger.py +1 -1
- hindsight_client_api/models/operation_response.py +1 -1
- hindsight_client_api/models/operation_status_response.py +1 -1
- hindsight_client_api/models/operations_list_response.py +1 -1
- hindsight_client_api/models/recall_request.py +1 -1
- hindsight_client_api/models/recall_response.py +1 -1
- hindsight_client_api/models/recall_result.py +1 -1
- hindsight_client_api/models/reflect_based_on.py +1 -1
- hindsight_client_api/models/reflect_directive.py +1 -1
- hindsight_client_api/models/reflect_fact.py +1 -1
- hindsight_client_api/models/reflect_include_options.py +1 -1
- hindsight_client_api/models/reflect_llm_call.py +1 -1
- hindsight_client_api/models/reflect_mental_model.py +1 -1
- hindsight_client_api/models/reflect_request.py +1 -1
- hindsight_client_api/models/reflect_response.py +1 -1
- hindsight_client_api/models/reflect_tool_call.py +1 -1
- hindsight_client_api/models/reflect_trace.py +1 -1
- hindsight_client_api/models/retain_request.py +1 -1
- hindsight_client_api/models/retain_response.py +1 -1
- hindsight_client_api/models/tag_item.py +1 -1
- hindsight_client_api/models/token_usage.py +1 -1
- hindsight_client_api/models/tool_calls_include_options.py +1 -1
- hindsight_client_api/models/update_directive_request.py +1 -1
- hindsight_client_api/models/update_disposition_request.py +1 -1
- hindsight_client_api/models/update_mental_model_request.py +1 -1
- hindsight_client_api/models/validation_error.py +1 -1
- hindsight_client_api/models/validation_error_loc_inner.py +1 -1
- hindsight_client_api/models/version_response.py +1 -1
- hindsight_client_api/rest.py +1 -1
- hindsight_client-0.4.7.dist-info/RECORD +0 -89
- {hindsight_client-0.4.7.dist-info → hindsight_client-0.4.8.dist-info}/WHEEL +0 -0
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
hindsight_client/__init__.py,sha256=lLs5nlnCLC6CEs88UO668baAJR4ifxymqX38rtsH27Y,3115
|
|
2
|
+
hindsight_client/hindsight_client.py,sha256=EuDM-H64l1yWGb7YvWN5y99WgU6zfdoNJ3hDPBzsszU,27909
|
|
3
|
+
hindsight_client_api/__init__.py,sha256=bWMCXmovg725t2ufhKN5mwgWxrzWCtCZQW6d0r9fX-g,6725
|
|
4
|
+
hindsight_client_api/api_client.py,sha256=VIU4b5JzXQPnhateNCAVWeWCGvoXCN4WoXx90N-kPxM,27537
|
|
5
|
+
hindsight_client_api/api_response.py,sha256=eMxw1mpmJcoGZ3gs9z6jM4oYoZ10Gjk333s9sKxGv7s,652
|
|
6
|
+
hindsight_client_api/configuration.py,sha256=0g234YReIPbh83Ot0uNh29PDoR3l6ZN6wIWb94j7jvY,17229
|
|
7
|
+
hindsight_client_api/exceptions.py,sha256=X9622yu9Zyr0deKjs8Lr-AOw-9gW3zRGYnQSJY_l9HE,5899
|
|
8
|
+
hindsight_client_api/rest.py,sha256=L1yEZ1smdB_javW7XXqMyMusUO41Hf7RkilzGDWfebU,7900
|
|
9
|
+
hindsight_client_api/api/__init__.py,sha256=Vq512szi8cgkxSYWLkGi7egt_BR8DMO5NVLMObjy6-I,557
|
|
10
|
+
hindsight_client_api/api/banks_api.py,sha256=TEjDMzpzIPmAsfjw8venaSHpnq8U1X1DA3Uboq6EJr0,113715
|
|
11
|
+
hindsight_client_api/api/directives_api.py,sha256=aWR7ttckesTNa3OJ2ToD0ItVFdblyeTP8SDtabsUqVk,61806
|
|
12
|
+
hindsight_client_api/api/documents_api.py,sha256=yaYy_JcntjkUGJPv9Xt4U7s8cN3D6uGLPXXnJyEGhgk,46778
|
|
13
|
+
hindsight_client_api/api/entities_api.py,sha256=Som7yq62Nw-LUA1H9j3Zvj4vgZHmLfMBpBqxtvNhsXo,36373
|
|
14
|
+
hindsight_client_api/api/memory_api.py,sha256=2atu06p_JnkVNVltrBitG9CXqCZI8MTVGUGtCAOueJE,102071
|
|
15
|
+
hindsight_client_api/api/mental_models_api.py,sha256=Lbx358FmJVFeI2sX0AFRG4CYAQR9PGAWj-UaVSeyYnc,73721
|
|
16
|
+
hindsight_client_api/api/monitoring_api.py,sha256=VzrWgrjCmoMFIgotTC3q-4gEWeW_FDsG_8jQkXiCu4o,29487
|
|
17
|
+
hindsight_client_api/api/operations_api.py,sha256=FFrVFHsKU6HO_VmGxXnR9ruReQBqbgVp5sYEJWXv1qY,37665
|
|
18
|
+
hindsight_client_api/models/__init__.py,sha256=lTJ8PJV_Y_Ew3D-JpeeXbsxtTdKmibZl7iQHT4xroqk,5618
|
|
19
|
+
hindsight_client_api/models/add_background_request.py,sha256=tqJ3k0xfMVPUyR_AHEHaYoIedgEng1LcQt6BS4uzLl8,2898
|
|
20
|
+
hindsight_client_api/models/async_operation_submit_response.py,sha256=3LDd_cUanlONvxAhYOzAW7FHTRCvLfAVHUq3JPp3sbs,2581
|
|
21
|
+
hindsight_client_api/models/background_response.py,sha256=fGocDh2a-RqcdzfVUYC04eO3qkAJ4hg7VqFkFphxLUk,3502
|
|
22
|
+
hindsight_client_api/models/bank_list_item.py,sha256=qaQ-S-y9-4OYOk6ilFCe3IY1UmqtNgX2nMr_7QB2Ab4,4113
|
|
23
|
+
hindsight_client_api/models/bank_list_response.py,sha256=2tDm7BzNgRDc7SmA5jUymmXHNyRA-FAeFVlTQtky3_E,2896
|
|
24
|
+
hindsight_client_api/models/bank_profile_response.py,sha256=g-DyI1_jHGNX1VlVaLYo5AQQnT64q3lOXfZPDngO8WM,3460
|
|
25
|
+
hindsight_client_api/models/bank_stats_response.py,sha256=qH4DSMRlLES1-YuA9aKWHC_RfyMed1ZoMl3UN43O20o,4480
|
|
26
|
+
hindsight_client_api/models/budget.py,sha256=_zNCjwJUKHAkxl9WlBaehLJiV-DsBbI6Yyj4meE2NHQ,702
|
|
27
|
+
hindsight_client_api/models/cancel_operation_response.py,sha256=t7JqmSWy3fJAkQvsnxiEIhDj7jKK0LOUVM0Spdkv0-4,2656
|
|
28
|
+
hindsight_client_api/models/chunk_data.py,sha256=vVv34WKVM7U0XiBkpeEL3m0nDYXPMrIq9aW6GeK9LXI,2828
|
|
29
|
+
hindsight_client_api/models/chunk_include_options.py,sha256=xt42Zq_2B0XPnYsremwMqlpnWDNuVarWT2PqruhoqBI,2634
|
|
30
|
+
hindsight_client_api/models/chunk_response.py,sha256=7pL4zeUTNsCdCGZIZTpTIAzqbCEkZAwDep4rGslC1cM,2888
|
|
31
|
+
hindsight_client_api/models/consolidation_response.py,sha256=vOUNtnwQZqCdI7LjoLVI-FN4Rknlj9xLSY3h74UaeEI,2820
|
|
32
|
+
hindsight_client_api/models/create_bank_request.py,sha256=0WyAQcNctI6Yu1Ece-N7TJ7yNITdU0YNrG-3SFcqEco,3973
|
|
33
|
+
hindsight_client_api/models/create_directive_request.py,sha256=b-8qEpRhbl-OdNVkFhDeBj-fuLd6uSCnZi0fl8FrEIc,3253
|
|
34
|
+
hindsight_client_api/models/create_mental_model_request.py,sha256=4N_H1DJinkkvE45QZn2X9WnXSyqi6Mqm7m9vZvpkOMg,3607
|
|
35
|
+
hindsight_client_api/models/create_mental_model_response.py,sha256=YUhi6pHAdITJOCabG9Vyu_gnxkhJQetCjc2JBNfnfhE,2552
|
|
36
|
+
hindsight_client_api/models/delete_document_response.py,sha256=923f0aCjkbaIjLl_ToF6LukzBY7wJmin1485bkN9NDQ,2788
|
|
37
|
+
hindsight_client_api/models/delete_response.py,sha256=p5D0rxBsFgfRdOA8PVVOFFzgc3Tik0Jge7i7mAw_iMY,3126
|
|
38
|
+
hindsight_client_api/models/directive_list_response.py,sha256=5mMU0y76nfI5kaplH6gZPbGO0d_A3U14npW_ltuw4w0,2931
|
|
39
|
+
hindsight_client_api/models/directive_response.py,sha256=wGx1q6ob4oLLEcUkQJWGBWiL8OkDNlraGjZY2VA9xko,3701
|
|
40
|
+
hindsight_client_api/models/disposition_traits.py,sha256=sUW9S7W2d_XWmyAaBQfpvf5BlvVbu8r9VeBf9qxoNW8,3055
|
|
41
|
+
hindsight_client_api/models/document_response.py,sha256=JoJDMAd6JDNtiTlm7ndBfeeWQ_Y_eOjepq1ztLuemiM,3416
|
|
42
|
+
hindsight_client_api/models/entity_detail_response.py,sha256=nfIZB3VM2CHCC6jKxTlOz9jbtLoRU7x37JjgvC__2V0,4312
|
|
43
|
+
hindsight_client_api/models/entity_include_options.py,sha256=DC83K7V7eaDIfWVC_Tca9ti9WGs_D4vzU91KHCuuHpw,2635
|
|
44
|
+
hindsight_client_api/models/entity_input.py,sha256=3NbGLEeoH6s0IEO1hxzWqWmdTYAKUJF5CQI1ztIDhyc,2760
|
|
45
|
+
hindsight_client_api/models/entity_list_item.py,sha256=Qd61Jav4mmdfOmHK90V4ttdTq8SahZPlDcclw3FCNcg,3602
|
|
46
|
+
hindsight_client_api/models/entity_list_response.py,sha256=Z8o5oLiA2cdlMrnFeJvn17wBqS8j7YwX3N65POFUOAU,3135
|
|
47
|
+
hindsight_client_api/models/entity_observation_response.py,sha256=ZIQBLkcMWboR2WCMbDq17678vb3QpwOI21P7Ws8SiQc,2804
|
|
48
|
+
hindsight_client_api/models/entity_state_response.py,sha256=CdvY0dytRGsJStkS2ckHGK4cfPZfITO6W0Xvwcceqmk,3239
|
|
49
|
+
hindsight_client_api/models/features_info.py,sha256=rWsNfcXsmBcCwfPsczYl9WpnFLBCqLAja_O7AdVtEX0,2831
|
|
50
|
+
hindsight_client_api/models/graph_data_response.py,sha256=u2G_AMEEt2cBRJTgle3wVqeYAp9Vxrr_v-FSdqJxZDY,2790
|
|
51
|
+
hindsight_client_api/models/http_validation_error.py,sha256=aknQl4a5timX5q9mOtXkl8-60h6qHVswqSoSBTfMJoU,2937
|
|
52
|
+
hindsight_client_api/models/include_options.py,sha256=3_up2p-1Y3JmquWXMXDHetPi9XVoc0k1O5edofe1xzw,3645
|
|
53
|
+
hindsight_client_api/models/list_documents_response.py,sha256=ulC1zYQH2yDtYm7ra5MVouHwV1h3lqx0er3jOvX_Tjg,2675
|
|
54
|
+
hindsight_client_api/models/list_memory_units_response.py,sha256=5RdW838z6H1OcheRK2T4duhRmPSqTtGYWFEtJDEjTBU,2684
|
|
55
|
+
hindsight_client_api/models/list_tags_response.py,sha256=wj7exfDf-IVYFiDhDfHWh3RcafsYpjPcnQ313xABo5I,3098
|
|
56
|
+
hindsight_client_api/models/memory_item.py,sha256=IoS6pPFLih-2Wa63_no41ejLhH3CKnG-hMavUrio8AE,4835
|
|
57
|
+
hindsight_client_api/models/mental_model_list_response.py,sha256=C0k3ZWqszJGxb9pSeYGd-v2ydXoPF3r6l9yU-HKZ_FA,2949
|
|
58
|
+
hindsight_client_api/models/mental_model_response.py,sha256=mwXrlZlbf3mFunmN8Ky2L9kJxUURQyqXEEwKDGWkp_M,4544
|
|
59
|
+
hindsight_client_api/models/mental_model_trigger.py,sha256=gBvTqbL_6cI-0-X5HnQaRam6Sw9CTIRgIPSBxQgjBI4,2742
|
|
60
|
+
hindsight_client_api/models/operation_response.py,sha256=hxNGZrmYB-h2jbogdW6gt6u0FO4CP1VPeqfZMieLI_c,3474
|
|
61
|
+
hindsight_client_api/models/operation_status_response.py,sha256=5b-9EMCwwIcCihQjduV9b9O8xRDSJOBkCr6JY3lhRhk,4627
|
|
62
|
+
hindsight_client_api/models/operations_list_response.py,sha256=jlNa9ayZ1NND_YYmKFfsp7iaTMDLHApPVpMY7wkJ53s,3310
|
|
63
|
+
hindsight_client_api/models/recall_request.py,sha256=e-j7QuzxQc5cB5tCR9hyHS5S-X8ABpZAn1wsaF6yiFg,5064
|
|
64
|
+
hindsight_client_api/models/recall_response.py,sha256=xQNVXBFDrGuUqzl7GQib9CboNM0qlVN-P4n48Ho0S1s,5103
|
|
65
|
+
hindsight_client_api/models/recall_result.py,sha256=VtFgrSVe_7-vO9MfiKANl04cIpalJ9I3V4RAXXI4QzU,5689
|
|
66
|
+
hindsight_client_api/models/reflect_based_on.py,sha256=BgBJlTxDWPuSyjdROFxeKvWAq86_RysWloAPCjtA9kk,4517
|
|
67
|
+
hindsight_client_api/models/reflect_directive.py,sha256=issh1_sSbHOVKucKrVPOSrlsUJ71RNWO7EcbP0t7ifo,2682
|
|
68
|
+
hindsight_client_api/models/reflect_fact.py,sha256=kNp1xAySLjj7C9YSqtAU2vQGwUJ8MjZSL7lzxZVCsl8,3973
|
|
69
|
+
hindsight_client_api/models/reflect_include_options.py,sha256=kODI_NdY3Mo_IQY9G9GgFALIG1oBIPh9El4IVdPXs4s,3273
|
|
70
|
+
hindsight_client_api/models/reflect_llm_call.py,sha256=wIzOaIFmVRs7FllEV9XmQMeWumOzZxTOg8N_ss5R094,2667
|
|
71
|
+
hindsight_client_api/models/reflect_mental_model.py,sha256=rEHEIyspn3rHlMey1mEi7rbt_EyDqunb5FTLHSydekk,2894
|
|
72
|
+
hindsight_client_api/models/reflect_request.py,sha256=9H5sMSyj6QPMtnqOHT4yd3u943DgHeDtH_2GNy7U8k4,5018
|
|
73
|
+
hindsight_client_api/models/reflect_response.py,sha256=ESucLtChgk_AQOhdnw-WnMkG75gmGtwPLLuoqNB8auM,4596
|
|
74
|
+
hindsight_client_api/models/reflect_tool_call.py,sha256=YKOrwEo9O9qTHShhUh1BUcTXjaPvfcfuueYFSYOysBE,3321
|
|
75
|
+
hindsight_client_api/models/reflect_trace.py,sha256=svW82f0bTaBPDGA9UNfdXWrNtofJjGaXBWi8ujXQMnU,3753
|
|
76
|
+
hindsight_client_api/models/retain_request.py,sha256=kGa9Gt16B2Ah4a-7u1OCc_MglzFZo1SGzFzsxubcMsY,3548
|
|
77
|
+
hindsight_client_api/models/retain_response.py,sha256=tfEPMZ4Xc98gvxGtBhOCFgjcNygvbyIvQJSZPfUeAVo,3721
|
|
78
|
+
hindsight_client_api/models/tag_item.py,sha256=-_ZSUTip8wVxEtEizyh2iyMthXUlQWa8E7OGvDbKnVc,2568
|
|
79
|
+
hindsight_client_api/models/token_usage.py,sha256=sQ_J00ORzEbkvpve6INv3FLVdgy-JneXEuhn7w8luk0,3140
|
|
80
|
+
hindsight_client_api/models/tool_calls_include_options.py,sha256=6zJ1eypPWuXOkIxfxpIs2dVMb88mvPhato8EuKf7Lkc,2671
|
|
81
|
+
hindsight_client_api/models/update_directive_request.py,sha256=dklQyxItZ-aoSGknl-urKXiDAyveKzJkATU9n5EKSdE,3924
|
|
82
|
+
hindsight_client_api/models/update_disposition_request.py,sha256=slcmvrrvC3LiwuG6c6ie0FU9ZWMKs1t-_hTJUFmQbqw,2817
|
|
83
|
+
hindsight_client_api/models/update_mental_model_request.py,sha256=hBWY8ZkHKipjyIRGoFe0GRgid2BjCzE_aJfyTUW64fU,4362
|
|
84
|
+
hindsight_client_api/models/validation_error.py,sha256=XYKPvhdjz1PXY5OebjJerVZscLTxv3I1DBJHs20RaTc,3029
|
|
85
|
+
hindsight_client_api/models/validation_error_loc_inner.py,sha256=-qZApz_ApIglCIJLvXviLEezXu5KIhHF2k8iqNN2VKk,4812
|
|
86
|
+
hindsight_client_api/models/version_response.py,sha256=TGCVZoRtn4qmJmHiD4EgwE6jERXw3Sp7OsJazy-PFKc,2940
|
|
87
|
+
hindsight_client-0.4.8.dist-info/METADATA,sha256=P4rCPFhCW-PXOtNZhjbXH1iY0CEszDe8e6p_vaVGH20,647
|
|
88
|
+
hindsight_client-0.4.8.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
89
|
+
hindsight_client-0.4.8.dist-info/RECORD,,
|
hindsight_client_api/__init__.py
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
HTTP API for Hindsight
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 0.4.
|
|
8
|
+
The version of the OpenAPI document: 0.4.8
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
|
@@ -489,7 +489,7 @@ class Configuration:
|
|
|
489
489
|
return "Python SDK Debug Report:\n"\
|
|
490
490
|
"OS: {env}\n"\
|
|
491
491
|
"Python Version: {pyversion}\n"\
|
|
492
|
-
"Version of the API: 0.4.
|
|
492
|
+
"Version of the API: 0.4.8\n"\
|
|
493
493
|
"SDK Package Version: 0.0.7".\
|
|
494
494
|
format(env=sys.platform, pyversion=sys.version)
|
|
495
495
|
|
hindsight_client_api/rest.py
CHANGED
|
@@ -1,89 +0,0 @@
|
|
|
1
|
-
hindsight_client/__init__.py,sha256=lLs5nlnCLC6CEs88UO668baAJR4ifxymqX38rtsH27Y,3115
|
|
2
|
-
hindsight_client/hindsight_client.py,sha256=EuDM-H64l1yWGb7YvWN5y99WgU6zfdoNJ3hDPBzsszU,27909
|
|
3
|
-
hindsight_client_api/__init__.py,sha256=rN986-dxmi_jJ_yMHq9fKXGitZhSJKgMUVK8Z9KIvnE,6725
|
|
4
|
-
hindsight_client_api/api_client.py,sha256=retDFP9HAiKexS6c3W_7jvsHhx26MSfiFeMfRQXioJc,27537
|
|
5
|
-
hindsight_client_api/api_response.py,sha256=eMxw1mpmJcoGZ3gs9z6jM4oYoZ10Gjk333s9sKxGv7s,652
|
|
6
|
-
hindsight_client_api/configuration.py,sha256=Wj5aQGPgubH_cwQKK98DNzAo-SSpr5gG5T_HR3_J018,17229
|
|
7
|
-
hindsight_client_api/exceptions.py,sha256=6QwgHtfStUywwAVUOOeht3Q1-pqHnhtkXn-vQKBGP60,5899
|
|
8
|
-
hindsight_client_api/rest.py,sha256=1-Jd0tyYRoilW5GYO9xg0-rbqc5D_-99gwJBriD-Rng,7900
|
|
9
|
-
hindsight_client_api/api/__init__.py,sha256=Vq512szi8cgkxSYWLkGi7egt_BR8DMO5NVLMObjy6-I,557
|
|
10
|
-
hindsight_client_api/api/banks_api.py,sha256=fYYxAnMAeIlEyiqciM0ku2j2y8BjTMqfJ_GAx8ipFl4,113715
|
|
11
|
-
hindsight_client_api/api/directives_api.py,sha256=fpkBZEOIrBL2xKF2MdU4oUt5Z-eodxmm_fefsdlBUX0,61806
|
|
12
|
-
hindsight_client_api/api/documents_api.py,sha256=4xk3_vQcd0l5s5pakVz6kWRPVnQ5eWHxP2NAc2Qcya8,46778
|
|
13
|
-
hindsight_client_api/api/entities_api.py,sha256=O9ro1dqCY_2Fm_HuM2sPz8CBwFPRFFI03oQx7lbPs_E,36373
|
|
14
|
-
hindsight_client_api/api/memory_api.py,sha256=wKexq-9bYqxMU6hSpVfTuiuvZz6kdLNm5yfxcs7amNw,102071
|
|
15
|
-
hindsight_client_api/api/mental_models_api.py,sha256=T6FxBlGKtQYDRiQfQBXFA9jqQphCHrclfHB_smCbGS0,73721
|
|
16
|
-
hindsight_client_api/api/monitoring_api.py,sha256=18WrfyE9eIux9RnK96hpUR3D6U6ahsCriBTyKvsN_Ts,29487
|
|
17
|
-
hindsight_client_api/api/operations_api.py,sha256=ioRuTZtFQ0paW5EH8pg5Fl1lFx6ou3aFy11flU1cY94,37665
|
|
18
|
-
hindsight_client_api/models/__init__.py,sha256=kE_7QYC_yf-UzPKEC6pExCXJ_r9XpIg8oyhr3VrQuhw,5618
|
|
19
|
-
hindsight_client_api/models/add_background_request.py,sha256=nUkvoqr2U9X_yj_jAAlQO8SY1fULmuv3KPWqJA6rq0c,2898
|
|
20
|
-
hindsight_client_api/models/async_operation_submit_response.py,sha256=_W3nqGwuPOpH2Jn9xP_m26fvZQ51LunketQUZczUt8Q,2581
|
|
21
|
-
hindsight_client_api/models/background_response.py,sha256=qLD-yJDPVpCpXfcFVA8Paq3uRXGvoC93NLH835qXFsI,3502
|
|
22
|
-
hindsight_client_api/models/bank_list_item.py,sha256=CVvBFQOfJ8YGfFVgagK2Y_5PckLxwgXq6c0UaF1PbnU,4113
|
|
23
|
-
hindsight_client_api/models/bank_list_response.py,sha256=9zi52bhcI_WVBCsYu0d0H_14Cydd6EHLXbqz3kEHahM,2896
|
|
24
|
-
hindsight_client_api/models/bank_profile_response.py,sha256=A13yOoP7F6iFa_ke-A0AbvFRAN-3oH5AFNkpqZsl1FM,3460
|
|
25
|
-
hindsight_client_api/models/bank_stats_response.py,sha256=Ha-731Rvpjs3sqdpT9P2Cy9Et5FOL8imuTGRXH9_DPA,4480
|
|
26
|
-
hindsight_client_api/models/budget.py,sha256=YwMq24hN-IbjLJW6qzbzpl-9N6d72yx0_3-kR1Qhf6s,702
|
|
27
|
-
hindsight_client_api/models/cancel_operation_response.py,sha256=YzJEhZBf4MwwVtwtJOWIUyxaCEzhklIDBRM824SOQdQ,2656
|
|
28
|
-
hindsight_client_api/models/chunk_data.py,sha256=8KowYs-kslybEhsnKq3SkDo1LXmswRMn9ntdZJUXbTg,2828
|
|
29
|
-
hindsight_client_api/models/chunk_include_options.py,sha256=I2CNtUMa7o_vUIIttDvJ0yZnfhpZeZ1tnDQ1C9XGj7s,2634
|
|
30
|
-
hindsight_client_api/models/chunk_response.py,sha256=gSTaw80LTAqz7mhN7F_5qQ2qzzXX8olBHtLAjA8gooQ,2888
|
|
31
|
-
hindsight_client_api/models/consolidation_response.py,sha256=h9Yhfq6eS8eEb7AkOJtFIUPZqhWppXADnOyMn2cdgNo,2820
|
|
32
|
-
hindsight_client_api/models/create_bank_request.py,sha256=HTgMjNtbjI7p6yUBkoiYySu7b-LnxDKgqyRnPa1p3q4,3973
|
|
33
|
-
hindsight_client_api/models/create_directive_request.py,sha256=M4_q-DcR3y1QHfe_yBGVBMIT5389YYHR5pSLmA_2pno,3253
|
|
34
|
-
hindsight_client_api/models/create_mental_model_request.py,sha256=CujXSrZtaUiWZujrac7GbC_KYr9NITsqn49ombQtnec,3607
|
|
35
|
-
hindsight_client_api/models/create_mental_model_response.py,sha256=QKwg8riNnHlp5GLSUKOSXS4TKyAlRfMYY3OTomU9sVI,2552
|
|
36
|
-
hindsight_client_api/models/delete_document_response.py,sha256=uPkaXCgSWP3ErljAergaNDTNNBbGoUGZ33YLVrhMMh0,2788
|
|
37
|
-
hindsight_client_api/models/delete_response.py,sha256=_TRNd_KaGG-Nl6x_GW4zlU799xRE057dhQgrJwzFnKE,3126
|
|
38
|
-
hindsight_client_api/models/directive_list_response.py,sha256=Ypda00mqJjvt2sa9EV8knX0-q-IVgv_G3awpbqVYzqY,2931
|
|
39
|
-
hindsight_client_api/models/directive_response.py,sha256=s2X2wkpT7rtlbJN3ypGTVgYANIP_vo7PfhVGInPdABk,3701
|
|
40
|
-
hindsight_client_api/models/disposition_traits.py,sha256=Xa-Vf4MJLOyg2u4DRHowHNEg1spzTPt0qqkzb7kE6zs,3055
|
|
41
|
-
hindsight_client_api/models/document_response.py,sha256=cCjtNmAJx5wVr4s7d3jGKTvWeBoIJb7D94wtb8LmlJE,3416
|
|
42
|
-
hindsight_client_api/models/entity_detail_response.py,sha256=2mArjJWXy1ma1mjknNhqRpV2woHC4Utfk8FH4XbY5To,4312
|
|
43
|
-
hindsight_client_api/models/entity_include_options.py,sha256=iczBgnYUevKKuXxozHhWmWlhZJc2yAqMZSs4WJ9Vems,2635
|
|
44
|
-
hindsight_client_api/models/entity_input.py,sha256=R9c8t35SBo6x3XUzjN8kn0hDrGgYB50HvKkgqWCkiVs,2760
|
|
45
|
-
hindsight_client_api/models/entity_list_item.py,sha256=6_HzCwL17h_ngNVCQPnfDnKAqdHsqP_o3QCtXK5mSug,3602
|
|
46
|
-
hindsight_client_api/models/entity_list_response.py,sha256=xkzsFbpIZE7zfbUmtlkt6bAKFP-9pLrBNhFvR4xm0Ig,3135
|
|
47
|
-
hindsight_client_api/models/entity_observation_response.py,sha256=9Jc7R7o_CEy1-a1e21vFWvezTZRP0fmmpl0qKMvG638,2804
|
|
48
|
-
hindsight_client_api/models/entity_state_response.py,sha256=K7K5rubmRORTokpByhDEXd_Rg06J_dTn966WV1C8Y6A,3239
|
|
49
|
-
hindsight_client_api/models/features_info.py,sha256=BVSlfyxZC5EePmUZG6LKFInIkdvS2wp_-6XK8ezFegg,2831
|
|
50
|
-
hindsight_client_api/models/graph_data_response.py,sha256=hybJZhDJbgL2QPBpFnK0MuGpWfokiKBx4INoeUPPQGA,2790
|
|
51
|
-
hindsight_client_api/models/http_validation_error.py,sha256=vTXls9xwpu52PBO0v88vdp8lQMgOmqfFPTPyrgVrrpo,2937
|
|
52
|
-
hindsight_client_api/models/include_options.py,sha256=m_zGoE6MCnQPQmV4PY3B-W2tYhDOzmkYRKyjyFazrlg,3645
|
|
53
|
-
hindsight_client_api/models/list_documents_response.py,sha256=8Ivf9zrUE-rQibJko-7n8-7am_KG51nD9mpzeqz4voU,2675
|
|
54
|
-
hindsight_client_api/models/list_memory_units_response.py,sha256=5-8xg1gw-FNUPGEWk9pbw38eQVaLfzch2zGZ7k6XcF8,2684
|
|
55
|
-
hindsight_client_api/models/list_tags_response.py,sha256=B11UeSST43VjMqISRVBrcGHlEdfqBUIvib9sjoPWtfM,3098
|
|
56
|
-
hindsight_client_api/models/memory_item.py,sha256=9eQ88durOpYVrtox8L87YgpOqyhHkNScQPWN1P8cf5U,4835
|
|
57
|
-
hindsight_client_api/models/mental_model_list_response.py,sha256=bID77B2CKfzXDtf8uwWChR1x4vygz7dAtKWURvv6lxA,2949
|
|
58
|
-
hindsight_client_api/models/mental_model_response.py,sha256=c8hLS7jbx4Gk4zF6uG0p-iHW5cX8UO9HTn3-zwS9JkI,4544
|
|
59
|
-
hindsight_client_api/models/mental_model_trigger.py,sha256=yzCuu6bo2zsjyKCNQtRTFm5dFl3pg2628T07JPS67sQ,2742
|
|
60
|
-
hindsight_client_api/models/operation_response.py,sha256=E8b5x2t1Lk3qV5wntyX_BkmnnZNhCvPyG5SJV8ekZX0,3474
|
|
61
|
-
hindsight_client_api/models/operation_status_response.py,sha256=bVOtiRu59SbErMv2ig7hSCSQ3QC8imVZopgha8mE5YI,4627
|
|
62
|
-
hindsight_client_api/models/operations_list_response.py,sha256=Jp4WrhL7SGhTjltQsv__XDjs7096Q0QAoqNmCrI8nJM,3310
|
|
63
|
-
hindsight_client_api/models/recall_request.py,sha256=pyxRH5UowjOjugnAMQYHM5ublS6jrtPLMrk-pfJbvfI,5064
|
|
64
|
-
hindsight_client_api/models/recall_response.py,sha256=wUO2DweQRWKADptY7zjw_ytVLQgVoLRUOJM3FOVmmS4,5103
|
|
65
|
-
hindsight_client_api/models/recall_result.py,sha256=NKVEJLLjWgdLn7zzmCDKNIbE92pXbIOLdCiq3kvDx30,5689
|
|
66
|
-
hindsight_client_api/models/reflect_based_on.py,sha256=xdYBmqeocadcaw3ZiWDrJv_yaGAbteERPo3Wh9Kzlzg,4517
|
|
67
|
-
hindsight_client_api/models/reflect_directive.py,sha256=6Z0vkt9QjTYV5xaUDYAYwTCAKeM1uBruFKicfGBJ1oM,2682
|
|
68
|
-
hindsight_client_api/models/reflect_fact.py,sha256=qicg3cwa-9lKiXE8UML9XJ0XSyCrWGsdpG5ZQWTK838,3973
|
|
69
|
-
hindsight_client_api/models/reflect_include_options.py,sha256=92ni43TTsrbJg24YHesytG-7BT63n5UrmVdBpKRDMCE,3273
|
|
70
|
-
hindsight_client_api/models/reflect_llm_call.py,sha256=U9SIVfyC8wKJC8itrNvyXZ7jio5rA7u04eTKF3AkWqY,2667
|
|
71
|
-
hindsight_client_api/models/reflect_mental_model.py,sha256=8n89EDU2_MRlLGD_BHAuMqIn7nofi6r0xHz70OsaCUQ,2894
|
|
72
|
-
hindsight_client_api/models/reflect_request.py,sha256=Agus2b3WJWa2bv3SaNdgZ9b1MOz-EaUF_pXo1sUhxi4,5018
|
|
73
|
-
hindsight_client_api/models/reflect_response.py,sha256=RSy_WfdRIbXHXtDcw9PS-Qj7qSVSIy-we4oppRZWw54,4596
|
|
74
|
-
hindsight_client_api/models/reflect_tool_call.py,sha256=9VNyTHo5ZeCRO10In1TcmT5Skq3PqcJNKTrthawL7Bw,3321
|
|
75
|
-
hindsight_client_api/models/reflect_trace.py,sha256=RPRLNwn5vm-PkC8JieujTWO9ZUNWRAdB09GFBVJn6Gs,3753
|
|
76
|
-
hindsight_client_api/models/retain_request.py,sha256=Lk_fvRPw85Mb9dmkZPyeIphPwjfs3SGpf9vQtb9EPrI,3548
|
|
77
|
-
hindsight_client_api/models/retain_response.py,sha256=y80eKHBB34rVAWjdJyYH-WwaK_whX6DSo2xPUGgBtt4,3721
|
|
78
|
-
hindsight_client_api/models/tag_item.py,sha256=z1grg7cTnby1KLCzG6MM9tugDr54ioTNqcuSE6CKpPU,2568
|
|
79
|
-
hindsight_client_api/models/token_usage.py,sha256=Wnnm_RRwXas0XXih62Jy1PRhPoon0_qlZenlLf1X6xY,3140
|
|
80
|
-
hindsight_client_api/models/tool_calls_include_options.py,sha256=geZ3lLt8fWa9Aqernm_V7QtxTXkRihB6K81fAJ2UUHw,2671
|
|
81
|
-
hindsight_client_api/models/update_directive_request.py,sha256=cc8GhGsEkDw2U6ZK4CyyDULuexJBbB90nrIZh_yarq4,3924
|
|
82
|
-
hindsight_client_api/models/update_disposition_request.py,sha256=K68r2o0j32SW6ZFvtjpr0dZMTe-iCSqvnGMRNTCKoYk,2817
|
|
83
|
-
hindsight_client_api/models/update_mental_model_request.py,sha256=-gec5Uj6IR8e7DSxfU9EfPLASzuyZuX9fFEm6gMEkM8,4362
|
|
84
|
-
hindsight_client_api/models/validation_error.py,sha256=NZB1fCb6YGZbpx6aGWbjxZaWgoLMZAUbZvcIGccURSM,3029
|
|
85
|
-
hindsight_client_api/models/validation_error_loc_inner.py,sha256=lf7DNI7DV-tJ-2IhaLxtOns0Cv56Z6EK0gim5sgLqoQ,4812
|
|
86
|
-
hindsight_client_api/models/version_response.py,sha256=4SdCkw4wlfZoYhs0kd_HzxkOkSB4cXfs4V_WegWBlQw,2940
|
|
87
|
-
hindsight_client-0.4.7.dist-info/METADATA,sha256=lR-ZnhyiJmcWKXCce-TF8niZ6RgmXJ1_s3_luCR9RlI,647
|
|
88
|
-
hindsight_client-0.4.7.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
89
|
-
hindsight_client-0.4.7.dist-info/RECORD,,
|
|
File without changes
|