hindsight-client 0.4.6__py3-none-any.whl → 0.4.7__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.6.dist-info → hindsight_client-0.4.7.dist-info}/METADATA +1 -1
- hindsight_client-0.4.7.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.6.dist-info/RECORD +0 -89
- {hindsight_client-0.4.6.dist-info → hindsight_client-0.4.7.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=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,,
|
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.7
|
|
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.7\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=2LsGvuiAOUdikVeUkdgOoKo5S4TI0HXQn-WM2Rcn12I,6725
|
|
4
|
-
hindsight_client_api/api_client.py,sha256=K05N3uleK9KhhiW9GmKKHEiJa0vf08LvejbUD2zsgZI,27537
|
|
5
|
-
hindsight_client_api/api_response.py,sha256=eMxw1mpmJcoGZ3gs9z6jM4oYoZ10Gjk333s9sKxGv7s,652
|
|
6
|
-
hindsight_client_api/configuration.py,sha256=utL71rPVsM7Y351uNeC7P6mLueGZXL53RxxbGVYqAx4,17229
|
|
7
|
-
hindsight_client_api/exceptions.py,sha256=eekr_x-WEgDVW8Um_POyFUv62U3IjGfHvcchb40vh3M,5899
|
|
8
|
-
hindsight_client_api/rest.py,sha256=d5yJEH4AoOkbFjVVabQIu4J6DPaq0NBaj4SeZDxDu9k,7900
|
|
9
|
-
hindsight_client_api/api/__init__.py,sha256=Vq512szi8cgkxSYWLkGi7egt_BR8DMO5NVLMObjy6-I,557
|
|
10
|
-
hindsight_client_api/api/banks_api.py,sha256=2vfivAk5cOrhoFjS3hCc7iurp0OTu-CHXr7Ii5RmToM,113715
|
|
11
|
-
hindsight_client_api/api/directives_api.py,sha256=oNxUqGQQ2j90qSJ-jrvQB1nmSWah_1J-B8qutCifzQo,61806
|
|
12
|
-
hindsight_client_api/api/documents_api.py,sha256=p32KCDU7vk6KpD7j3v2jV4TrGmZxMvKKpH78DmAiDvY,46778
|
|
13
|
-
hindsight_client_api/api/entities_api.py,sha256=wNyT1K0BhNt1CL0m0j2OcyWesFjXOMXtZ67ecNf59s4,36373
|
|
14
|
-
hindsight_client_api/api/memory_api.py,sha256=RGJIEoV2cyRgnew7JzWucurij_MboegCFfywhw6_kxo,102071
|
|
15
|
-
hindsight_client_api/api/mental_models_api.py,sha256=PGyNukrQGobeQPusW76kVHIxDORB2Mpj4hDOsDglLnI,73721
|
|
16
|
-
hindsight_client_api/api/monitoring_api.py,sha256=z8B_zxWUjIR7jlpjaccjjIqd3YkGW7YiUicHE_5Mz2c,29487
|
|
17
|
-
hindsight_client_api/api/operations_api.py,sha256=XnPzIY0LNY0cTaQ1qINVV56qSe-6lpsBM38pshSYwlg,37665
|
|
18
|
-
hindsight_client_api/models/__init__.py,sha256=CljolAXFo3gGnQd1K0wzBu84lTxkpLH0fVTCvSqs7GA,5618
|
|
19
|
-
hindsight_client_api/models/add_background_request.py,sha256=4XO3COeQ0kLpqhqo7NexwB5T8AG3CgHNQ451XHHR_O8,2898
|
|
20
|
-
hindsight_client_api/models/async_operation_submit_response.py,sha256=XLUtBeg6oQ7Vw8WFDCN-nos3iuOpsEt5IFlQt4-35ng,2581
|
|
21
|
-
hindsight_client_api/models/background_response.py,sha256=KFeWZxPt1d61RdQq-lg-_pLGIpj4_mEjDJDxyiGYw4s,3502
|
|
22
|
-
hindsight_client_api/models/bank_list_item.py,sha256=mFIaMrqD0mvDti_BMIX52yRM1N4NnFkXoDVDQ_2zaG4,4113
|
|
23
|
-
hindsight_client_api/models/bank_list_response.py,sha256=7vOsBUEHWRYjHpv0lQtoTfa0LPAPq2doG1GLrruHgew,2896
|
|
24
|
-
hindsight_client_api/models/bank_profile_response.py,sha256=bslGuGWdw2pgseaAFpzSjpJ6zJhK3ZWNrpUbTBGumlw,3460
|
|
25
|
-
hindsight_client_api/models/bank_stats_response.py,sha256=PisJCJhLUOzfR-UpeXwWfoL5STck_IG5PXZPr-46E_I,4480
|
|
26
|
-
hindsight_client_api/models/budget.py,sha256=6gaMti3Ci_yVUo4bdpYwCnulM1z-KmkC34qSyYPq8gA,702
|
|
27
|
-
hindsight_client_api/models/cancel_operation_response.py,sha256=aXigFA7QD8cewBTbAtT2Oq9OT_IR4NJ9KLJPGQpnCoA,2656
|
|
28
|
-
hindsight_client_api/models/chunk_data.py,sha256=BAUHyGhqXIv8-DKIlVU9QWwBJgERanbwJKd3c2aUdWg,2828
|
|
29
|
-
hindsight_client_api/models/chunk_include_options.py,sha256=6Cq9Yn7hLIMd66ZNnHn0joi9tFY4f78p2grmMT9Ibv0,2634
|
|
30
|
-
hindsight_client_api/models/chunk_response.py,sha256=UIR_P68HxFFp31rYVnYxYamfobSToq95-bxsHubBtGc,2888
|
|
31
|
-
hindsight_client_api/models/consolidation_response.py,sha256=wzOVswfkUwepzpqmfVrHViVUNKm76JPhXErlr9WWw14,2820
|
|
32
|
-
hindsight_client_api/models/create_bank_request.py,sha256=V5Whhj1TY6lqZ-0_S8P8qnq6LrtaqGv1F3GjuPpqxsQ,3973
|
|
33
|
-
hindsight_client_api/models/create_directive_request.py,sha256=EKVG1hrWE0_BWunwFz8ZKx9UKSSo-dszfQhiY6ZWJBo,3253
|
|
34
|
-
hindsight_client_api/models/create_mental_model_request.py,sha256=PixFNfEpO_wnpdYwMzaNGDODO-ISRlkDpqzy88mQ5FQ,3607
|
|
35
|
-
hindsight_client_api/models/create_mental_model_response.py,sha256=I80yBYYBEfdDQH6r16ZokquqdSrAUlL6ptJENjzAOw4,2552
|
|
36
|
-
hindsight_client_api/models/delete_document_response.py,sha256=Z2vbnVm7vN2-G9mr9WMFZpweB0Q9rRCqB-Yk5Zxhew4,2788
|
|
37
|
-
hindsight_client_api/models/delete_response.py,sha256=teyML_n50IhXbd7jDze_SYt5DX-t97jawNnU0z-BCcQ,3126
|
|
38
|
-
hindsight_client_api/models/directive_list_response.py,sha256=VOS-wVKBXL9kraMRqUoLV8EduPZJsQBlNxoZzjbmZlg,2931
|
|
39
|
-
hindsight_client_api/models/directive_response.py,sha256=9eNEg0YO6we6cPJtGtqs784qf6DzbaEYzENDQF1UJ5w,3701
|
|
40
|
-
hindsight_client_api/models/disposition_traits.py,sha256=A4_mPBlYH00IUzlKWwHiu9ABi25gM__jHlZ8FMGBXwE,3055
|
|
41
|
-
hindsight_client_api/models/document_response.py,sha256=O_RMOFwyy8LSSOtlqL4JEzTsoE_Yr3dg1GZjC-jyY-w,3416
|
|
42
|
-
hindsight_client_api/models/entity_detail_response.py,sha256=o5hz4t-5ylXp5u0EMY731udzlPrl905Mg-RuCJPV7TE,4312
|
|
43
|
-
hindsight_client_api/models/entity_include_options.py,sha256=N2Fi--dPiOe35dZCgQsmXfXlkl16B74AvomMS69MDVo,2635
|
|
44
|
-
hindsight_client_api/models/entity_input.py,sha256=O3x9Y7t_9e5o68LN414JeRwVf5YonttuHfLGYlteJ64,2760
|
|
45
|
-
hindsight_client_api/models/entity_list_item.py,sha256=4xvJsIyiokiWHr3wIzURd6Rg-9B79dXkpXKq_OumX3k,3602
|
|
46
|
-
hindsight_client_api/models/entity_list_response.py,sha256=_o301m7ybxy1U2QWqavaFm_vVYJmN6OPCqt83shcwDk,3135
|
|
47
|
-
hindsight_client_api/models/entity_observation_response.py,sha256=SRETeOBlzZXhM5b4tnJzzZwsx76yXBjrqaP3GE95Kjg,2804
|
|
48
|
-
hindsight_client_api/models/entity_state_response.py,sha256=lLFs2i4KOfoRMyUz35O1sOQ9KhD5jAouGTiCwkrqhnU,3239
|
|
49
|
-
hindsight_client_api/models/features_info.py,sha256=BbZbIFFkbaCQntIPHWIA1aTuZcbp6XIQ3PGVzOmGMz4,2831
|
|
50
|
-
hindsight_client_api/models/graph_data_response.py,sha256=FtWv17jRbyfGowtN9uVWR-Hu-1pHjSDytUseUq2f9nk,2790
|
|
51
|
-
hindsight_client_api/models/http_validation_error.py,sha256=8NPwg78axVyaLywfKMT0K5af8FYlIzOGX0IHQrjzXDg,2937
|
|
52
|
-
hindsight_client_api/models/include_options.py,sha256=vZcmx27Jz4-JuhrrOenQ07F-qRZqtP5rX9rgkiYIPj0,3645
|
|
53
|
-
hindsight_client_api/models/list_documents_response.py,sha256=9i0RYQhUc8oUxmCneOvZ9GlP_Vpwy1jGotq_4mfsu4E,2675
|
|
54
|
-
hindsight_client_api/models/list_memory_units_response.py,sha256=DF-4lqRfg_bIhGAPelX4Jg68pCfsDhsjpYsGtcJfteQ,2684
|
|
55
|
-
hindsight_client_api/models/list_tags_response.py,sha256=sDawkGTT0BW4tgttmHLxLQ1jbICQM3QmgzlL_K7PStY,3098
|
|
56
|
-
hindsight_client_api/models/memory_item.py,sha256=iTUWXoqFeuIuZ1opZs-8UmFLinADti3pzVV4Q-taddA,4835
|
|
57
|
-
hindsight_client_api/models/mental_model_list_response.py,sha256=6_j3e7WtG6GNnEHD4X2MbjeJBtVdcCmhkifDMiidwDQ,2949
|
|
58
|
-
hindsight_client_api/models/mental_model_response.py,sha256=C0IQdGcYSS6R6xCVufPYEWwtFeDDt9jZmVdbJnIGfg4,4544
|
|
59
|
-
hindsight_client_api/models/mental_model_trigger.py,sha256=qrjNj2SxUCZ5pPTufRDlDRDMx7Q3i4k7gRqtsDW9rHQ,2742
|
|
60
|
-
hindsight_client_api/models/operation_response.py,sha256=ZHguCX_bMD4q6Vmr8_58-SJ6ByIeK9kN9C8Kx1Znpv8,3474
|
|
61
|
-
hindsight_client_api/models/operation_status_response.py,sha256=-ogYIUWGQRD_9RqJ5Qr4yxVqawgw5IEP5uiN0DVQGXE,4627
|
|
62
|
-
hindsight_client_api/models/operations_list_response.py,sha256=wlCBjZRwA0Gl4azndAg_gziBrzJbRBMadBB6YJ3NtQ8,3310
|
|
63
|
-
hindsight_client_api/models/recall_request.py,sha256=flzXk95yBVK7xm3pKTeEASNczbf6jPSF7z-T85l0IGY,5064
|
|
64
|
-
hindsight_client_api/models/recall_response.py,sha256=fELk68dO6QWJiQBsD8byuClaDZO4_innyoia2hBRTJY,5103
|
|
65
|
-
hindsight_client_api/models/recall_result.py,sha256=poZ3dzmh-t8iUSjRE56MT0fWWY-Y0fyDs8WqJ0HZN3w,5689
|
|
66
|
-
hindsight_client_api/models/reflect_based_on.py,sha256=OEcGkGVxoXXkqeWNvCyfaQD_PWvAi751cMqJF0n4dW8,4517
|
|
67
|
-
hindsight_client_api/models/reflect_directive.py,sha256=hALSVEEHHGwMknGFAOEHx7VviY6W72Gk4oqYXkOVe54,2682
|
|
68
|
-
hindsight_client_api/models/reflect_fact.py,sha256=KRr5bA8IAF6rPaE2MaFQ00sVII79XS1A09B5fKVlHig,3973
|
|
69
|
-
hindsight_client_api/models/reflect_include_options.py,sha256=Fv-afTZhBalr00zkCt_hF53r2FOQ_NoOVJEo8aEzuT4,3273
|
|
70
|
-
hindsight_client_api/models/reflect_llm_call.py,sha256=BqeDX4HllouZp69cndNME1H412ND7ovoisHSrDcS1nc,2667
|
|
71
|
-
hindsight_client_api/models/reflect_mental_model.py,sha256=sPv90kKi5mJ1oEmwN9WmuMEtYT99ITy6q0Qw_FwOsDg,2894
|
|
72
|
-
hindsight_client_api/models/reflect_request.py,sha256=_W653fXzFAZDQy4K9x8onObwLuOAhz9qVaj0lc4-EtE,5018
|
|
73
|
-
hindsight_client_api/models/reflect_response.py,sha256=tV7pdetoUgGvLND-qqX-pVo-KusjrRPzD0m-6DfWFEY,4596
|
|
74
|
-
hindsight_client_api/models/reflect_tool_call.py,sha256=45KYgONB1d9lcR7z0HKMg_-J1kuZ1sZpamj4yldVNZs,3321
|
|
75
|
-
hindsight_client_api/models/reflect_trace.py,sha256=RR9Ten426zAa99cIyvR7aJv1qRCu2yWGkdmdBu3MdYU,3753
|
|
76
|
-
hindsight_client_api/models/retain_request.py,sha256=aLQgx3nOS5b6Zn-YtKjaXxLta0lG3cdX8DSwqa9oPSg,3548
|
|
77
|
-
hindsight_client_api/models/retain_response.py,sha256=2GzpxGANDvxE9ZTgL559sLGXImd3whAJWGXW-pPjYhU,3721
|
|
78
|
-
hindsight_client_api/models/tag_item.py,sha256=6XUCA1QKYR2jGgc576_LDqR20n91bIH54vm2E-kpgCY,2568
|
|
79
|
-
hindsight_client_api/models/token_usage.py,sha256=JZ90-Dc6HmiJKoGaH4Fz72X9WNH89T_uuTEHCgGRY4A,3140
|
|
80
|
-
hindsight_client_api/models/tool_calls_include_options.py,sha256=Ld7cZMC6hoYqvTP4etXbxRnc8yFdSCSHiDv3-x8mr2M,2671
|
|
81
|
-
hindsight_client_api/models/update_directive_request.py,sha256=jw9njmup3FyX6wJRn82UvdvS5H2kE1QIlqFw3nzesmo,3924
|
|
82
|
-
hindsight_client_api/models/update_disposition_request.py,sha256=NutkxhepksdvLeD1ONtzN_1ut-TkLwEqZp5qbKmCVxQ,2817
|
|
83
|
-
hindsight_client_api/models/update_mental_model_request.py,sha256=5KvXJEQfw7K02eMBEB3Yo1ru0KYJBoz6k_2y3H3ecHo,4362
|
|
84
|
-
hindsight_client_api/models/validation_error.py,sha256=gOGzlKo3UGnyLxNUi1gCNG9EPksFxpICPCQKJI0X_VU,3029
|
|
85
|
-
hindsight_client_api/models/validation_error_loc_inner.py,sha256=zELhD_aH-LrFMbqEN6QrR6o6F6C0qZjCJQ5HW234xIE,4812
|
|
86
|
-
hindsight_client_api/models/version_response.py,sha256=FdX6Agzsxwz3pS_Xv_BLxqPs3iDVnrRl2blvKa6X3iA,2940
|
|
87
|
-
hindsight_client-0.4.6.dist-info/METADATA,sha256=80LZPyWCuCxJ3JdctE1ZTQ9PchHY-N0Xo6lHEFrmC9g,647
|
|
88
|
-
hindsight_client-0.4.6.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
89
|
-
hindsight_client-0.4.6.dist-info/RECORD,,
|
|
File without changes
|