hindsight-client 0.4.0__py3-none-any.whl → 0.4.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.
- {hindsight_client-0.4.0.dist-info → hindsight_client-0.4.1.dist-info}/METADATA +1 -1
- hindsight_client-0.4.1.dist-info/RECORD +89 -0
- hindsight_client_api/__init__.py +2 -2
- 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.0.dist-info/RECORD +0 -89
- {hindsight_client-0.4.0.dist-info → hindsight_client-0.4.1.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=EmPIXUismGLlOfH06L7N3ZBhzEvKQ1ssok58W9W_dOM,6725
|
|
4
|
+
hindsight_client_api/api_client.py,sha256=Yskv04-CR74mlHS73J3XKxKjB_E70htg-rf2FSzYOQ8,27537
|
|
5
|
+
hindsight_client_api/api_response.py,sha256=eMxw1mpmJcoGZ3gs9z6jM4oYoZ10Gjk333s9sKxGv7s,652
|
|
6
|
+
hindsight_client_api/configuration.py,sha256=e8zKFOk7czoF-jY4gsFo95Ayxn_HYdY-Qfb-Pi42h4c,17229
|
|
7
|
+
hindsight_client_api/exceptions.py,sha256=lnH-OHlEwKyrs_A4KJhrH75APYlT5REBkZb0dLLwpsw,5899
|
|
8
|
+
hindsight_client_api/rest.py,sha256=pTXvpiZDqbwg8vBmQyydsJqL5gBknRhAKwRunEUWJ3o,7900
|
|
9
|
+
hindsight_client_api/api/__init__.py,sha256=Vq512szi8cgkxSYWLkGi7egt_BR8DMO5NVLMObjy6-I,557
|
|
10
|
+
hindsight_client_api/api/banks_api.py,sha256=c4KK5Oe84ojwT1WRHPTljQIJtRIjQRkG_8I5tfeyMpo,113715
|
|
11
|
+
hindsight_client_api/api/directives_api.py,sha256=VWSGILog4cGZupytF6RneYCwwMrWq3AoLq3N-lRiIvA,61806
|
|
12
|
+
hindsight_client_api/api/documents_api.py,sha256=rP5q-gJzy75sU6Z922ila5raNRaSzfYCi8oU5YiteZE,46778
|
|
13
|
+
hindsight_client_api/api/entities_api.py,sha256=Xh3Ab0GCWlSeWN2JxxnfbpB6TKba0mdYdLFzBSvxlYU,36373
|
|
14
|
+
hindsight_client_api/api/memory_api.py,sha256=WpHnyrLkddk80nNfAUIgJA6pRoHGUGFWblt_CbKlSlU,102710
|
|
15
|
+
hindsight_client_api/api/mental_models_api.py,sha256=jDGOSO0Vet5BxdV8j-DVNxSv4YsoBYpHSvHBq23sZFo,73721
|
|
16
|
+
hindsight_client_api/api/monitoring_api.py,sha256=CHhWLXT3Ti4ffm6o4QVfLS8JOLkFW3zdNlRO7zn9G-U,29487
|
|
17
|
+
hindsight_client_api/api/operations_api.py,sha256=1uH56NqVj7WGwKy3gGiOLCdkIH70lPgCHee3sA-v3dg,37665
|
|
18
|
+
hindsight_client_api/models/__init__.py,sha256=aWOttr4YWLx2mO6yF5rXC9iw3okpm5KZ3pid-FPLxo8,5618
|
|
19
|
+
hindsight_client_api/models/add_background_request.py,sha256=Yhnwhu3dmiB4cpkQAj9xOLqd0dR-T_faLwjJ8E1wIYg,2898
|
|
20
|
+
hindsight_client_api/models/async_operation_submit_response.py,sha256=8bI1BGBc8tHh5rp8WlcnIxeSqm5zw06sl68enUevL-E,2581
|
|
21
|
+
hindsight_client_api/models/background_response.py,sha256=OQnUed3Qq9Sa6h6N442G1lIO7M0EghdQpMiZEJgmevU,3502
|
|
22
|
+
hindsight_client_api/models/bank_list_item.py,sha256=RE4gfZThSs6x4kYyG8zYNm_bNmHxnQs_ebOmzgRanHc,4113
|
|
23
|
+
hindsight_client_api/models/bank_list_response.py,sha256=b9brCvrn4edxtQCy7bUt4xqug7ao0yys-SgxB2YriOw,2896
|
|
24
|
+
hindsight_client_api/models/bank_profile_response.py,sha256=WEB7pYXRu16LYCEohJW3CxWryHaxM3mSgqk7kHXTMW4,3460
|
|
25
|
+
hindsight_client_api/models/bank_stats_response.py,sha256=W_ab1yKiw2BEsj49E9tXxYJOx8ZkyFilGKWCLDxWh0w,4480
|
|
26
|
+
hindsight_client_api/models/budget.py,sha256=0q6rmkmBwEVEEDATehT5fF7gkpo9Dx3ZVJU_mfBB7Xk,702
|
|
27
|
+
hindsight_client_api/models/cancel_operation_response.py,sha256=ZBaUwZBM6MZjkZYSDLVuHCWm9GtcDzjn8hzWAV8Z66A,2656
|
|
28
|
+
hindsight_client_api/models/chunk_data.py,sha256=goKdA3r8S4ekGXcNyD9W-q14Loz_HR2YrJNSbX6ibEs,2828
|
|
29
|
+
hindsight_client_api/models/chunk_include_options.py,sha256=lv4DKiwxO8erEfsWbEgT0hj8oI3eFDYkkDMBMb-C7Yo,2634
|
|
30
|
+
hindsight_client_api/models/chunk_response.py,sha256=fnqWjFqBZPgFrTK_En05o-21zgBuC8A2mJskwhZhPxY,2888
|
|
31
|
+
hindsight_client_api/models/consolidation_response.py,sha256=AxSrMGQIkgkJ2JxnJ2uqj4N8sPjfem52quJYPjJY4kA,2820
|
|
32
|
+
hindsight_client_api/models/create_bank_request.py,sha256=HQcA2uUjzqdLmJFu8kVhbtHruZ6F5EDTCEC6iuWI8a8,3973
|
|
33
|
+
hindsight_client_api/models/create_directive_request.py,sha256=bfc8oaRxito9tNzTGV6SgEokGkx_2bMwZDywMvmw1t0,3253
|
|
34
|
+
hindsight_client_api/models/create_mental_model_request.py,sha256=xEVakjqg9QaKPeHqf0NCH6aLiF-sMLWg0_cDIsQY748,3607
|
|
35
|
+
hindsight_client_api/models/create_mental_model_response.py,sha256=h-JGQPpg7nzbrapkv9npuNIMb_k7SpVAKB9em7kOyjg,2552
|
|
36
|
+
hindsight_client_api/models/delete_document_response.py,sha256=NVmWNP4GXndWitdiL0tU6wrTbIiy_c_Pf7n1VYKETEc,2788
|
|
37
|
+
hindsight_client_api/models/delete_response.py,sha256=de2dJ8w5M-m4zZ9xXIAbkKdCjcp16GCCRJpRAMlsM3M,3126
|
|
38
|
+
hindsight_client_api/models/directive_list_response.py,sha256=cJyQKmfia_L88EUMhUNR9C6IeGlr1CdGw72Men5I30E,2931
|
|
39
|
+
hindsight_client_api/models/directive_response.py,sha256=bWuRPKps3UKaPdQcn9__1_l9Ra3sqiiaegDQDNhU6cI,3701
|
|
40
|
+
hindsight_client_api/models/disposition_traits.py,sha256=8Z17sYn39ZdH-A2QHmoGdNbc1uAeOYp5-bUkcXJnZX8,3055
|
|
41
|
+
hindsight_client_api/models/document_response.py,sha256=87rNIyj6iDF8meLHkLFByCGDY2raD8szCBPvPY0eGVA,3416
|
|
42
|
+
hindsight_client_api/models/entity_detail_response.py,sha256=mXKZC4ZPSx5GmSatjpiFRy8js-e5dhPXVtDkEHkwRQY,4312
|
|
43
|
+
hindsight_client_api/models/entity_include_options.py,sha256=WcWtcyoBsh5mDJWbqJG5UVE9JYj2scmIsH9Xf967FGg,2635
|
|
44
|
+
hindsight_client_api/models/entity_input.py,sha256=w0cVAOg8p37HTz6yyBlG8rdGw0Xh5tA-JJzPrQDINN8,2760
|
|
45
|
+
hindsight_client_api/models/entity_list_item.py,sha256=B8lVxRSqU6hwvyn8jj-hYi_zjMwt8VRg8kw166JhO1U,3602
|
|
46
|
+
hindsight_client_api/models/entity_list_response.py,sha256=7PmkBx5mu5QwvseOUZIEDn_Udd-SxngzC1um3CWvtQY,3135
|
|
47
|
+
hindsight_client_api/models/entity_observation_response.py,sha256=bGOFk0Uu2yrcsMba3H4t_X8lYg_oPSSXkptErhg1as0,2804
|
|
48
|
+
hindsight_client_api/models/entity_state_response.py,sha256=9f04-ilDpMWeFZ9nnzwrmJio6Nzwp9OcUG2h7d1DISs,3239
|
|
49
|
+
hindsight_client_api/models/features_info.py,sha256=Boa8R-_nEaYZnXOqJnkx6pogTdN2WppGC1_pmPAmQZQ,2831
|
|
50
|
+
hindsight_client_api/models/graph_data_response.py,sha256=jzpihou9JwObP4_DOOvqx4uiX_WXahJatAzpNiYNSlI,2790
|
|
51
|
+
hindsight_client_api/models/http_validation_error.py,sha256=jeimEWea6Hkao1CjjPimboW7UwnmT7Zt9nuys9es0CQ,2937
|
|
52
|
+
hindsight_client_api/models/include_options.py,sha256=LS4lls4wfxH3-J4r5-ZV6IfQOZeLDOclf-uijjYBRck,3645
|
|
53
|
+
hindsight_client_api/models/list_documents_response.py,sha256=aCo4nH9vo1Rp120cl5Qn6VbQ2iyxo4E4TI6nEMTV1Oc,2675
|
|
54
|
+
hindsight_client_api/models/list_memory_units_response.py,sha256=0PHCoOlrPSW-_YUd8V7IWfxzz_7PMemwHVci3DNAj0Q,2684
|
|
55
|
+
hindsight_client_api/models/list_tags_response.py,sha256=5E8BfvJ8wQITYD7HE88NA52XeYhvye9CswwgkY72iyo,3098
|
|
56
|
+
hindsight_client_api/models/memory_item.py,sha256=HVBi4rBTvbsOjEui69yNrRWIQt2dVkGIDu39mvAJTTE,4835
|
|
57
|
+
hindsight_client_api/models/mental_model_list_response.py,sha256=lB8ZC3S89cWqAbubDDmeXQ2GuNOsSO2uFPR7WRKxuv0,2949
|
|
58
|
+
hindsight_client_api/models/mental_model_response.py,sha256=lWNomQZQ6ZNY8j4GTvxgV0Nxx3I-J0CXB7d_H53n6xw,4544
|
|
59
|
+
hindsight_client_api/models/mental_model_trigger.py,sha256=Rb8x7vawCGCvu4EOftwnpahZ3slVeKe51d0exPdCwZg,2742
|
|
60
|
+
hindsight_client_api/models/operation_response.py,sha256=Die9zbH_qsv7SkX08D4VkhkNcSvJV8TYvxAvZFFjkNE,3474
|
|
61
|
+
hindsight_client_api/models/operation_status_response.py,sha256=LYi761D3vSS79x-8DglW_ytx98JQ3Q0_X3V2eSFzo0c,4627
|
|
62
|
+
hindsight_client_api/models/operations_list_response.py,sha256=4MgOKdFkcRf92Gb2DFW4T4KcdITiahSfjzbaA8f8YG0,3310
|
|
63
|
+
hindsight_client_api/models/recall_request.py,sha256=1EvwhTzz3XO1FLrQvDf-WoD3yOHtqmFZ2poAk3B7M9s,5064
|
|
64
|
+
hindsight_client_api/models/recall_response.py,sha256=d7Ew2WTdfLMC_e2YEBAvjdq0lm_b3rfcgdU6KZT3_70,5103
|
|
65
|
+
hindsight_client_api/models/recall_result.py,sha256=CQr1-XGSpx4CZE-emd7hoLZP5sk0hva5fFq3EXmDveM,5689
|
|
66
|
+
hindsight_client_api/models/reflect_based_on.py,sha256=wKrX9cnMW1-LnXSV528o9fAhsEk-VLTPqQD_pJH7Vds,4517
|
|
67
|
+
hindsight_client_api/models/reflect_directive.py,sha256=Knsmcz7uDdOl7_v9qXyVJPp-pgUl7QBFnC7B52OULWw,2682
|
|
68
|
+
hindsight_client_api/models/reflect_fact.py,sha256=F3SgYacW8-1uwsUA2QxkWpqLvA3jefs3zcDqQ530s3A,3973
|
|
69
|
+
hindsight_client_api/models/reflect_include_options.py,sha256=v0VJ9iMIoOpOG_JFNnFNjCNcstcEUD8xab0i5CHVXe0,3273
|
|
70
|
+
hindsight_client_api/models/reflect_llm_call.py,sha256=Z5STSPVwKkK1US77WmFv43Wks1UFmJxH8r2DClHRCTE,2667
|
|
71
|
+
hindsight_client_api/models/reflect_mental_model.py,sha256=XoZSQoLikj6ifvCcyQGOV2fyUXW0srVh79hWZkauEqQ,2894
|
|
72
|
+
hindsight_client_api/models/reflect_request.py,sha256=YU1RTajL668x8gOm6KnAYWmvZw2IiSWaUfTVzB_9b6I,5018
|
|
73
|
+
hindsight_client_api/models/reflect_response.py,sha256=QSRVUeFEnBtaRh0CtKoMYVSnTQeqCUx67_9ZxrCwqok,4596
|
|
74
|
+
hindsight_client_api/models/reflect_tool_call.py,sha256=UXkhlmNi1hlaBB86UN7mJWx2ssNRJGSKVSGTb6Evzhw,3321
|
|
75
|
+
hindsight_client_api/models/reflect_trace.py,sha256=AHs17ETQ1FyZb_RyZAsVZ2oKdZX8fLlK3b7oYoWPL3Y,3753
|
|
76
|
+
hindsight_client_api/models/retain_request.py,sha256=JUEwNwZSiuTzHt3Lk703za61xE2OEj65WbbQiBt-wbw,3548
|
|
77
|
+
hindsight_client_api/models/retain_response.py,sha256=zbruoYXq2NhDIOd43C87kTg6QCRKDuZG_vwsIn-0ZTs,3721
|
|
78
|
+
hindsight_client_api/models/tag_item.py,sha256=Yzp6c-HIgF7kk_AtOL3v6oARZmzGN6--JrJWHoEexQs,2568
|
|
79
|
+
hindsight_client_api/models/token_usage.py,sha256=P_5vVfY6BLo9pZQ2TC2Ezs57zn3GZsqFL7BCszKHCmw,3140
|
|
80
|
+
hindsight_client_api/models/tool_calls_include_options.py,sha256=ixJEwuUdQ-2dzSEe1E1mBm7-nDimNWzwfWGK0O6-THg,2671
|
|
81
|
+
hindsight_client_api/models/update_directive_request.py,sha256=paw7bHScS6Pz1Fe8tmvLJP8mKq-PHPjZ7e_502U7QfI,3924
|
|
82
|
+
hindsight_client_api/models/update_disposition_request.py,sha256=-JfiDro0Ch0DYT0Qm64xEy4kBOYdPNEat9i82wly-BQ,2817
|
|
83
|
+
hindsight_client_api/models/update_mental_model_request.py,sha256=2NoM50-D_rMCxl1ELYISq5d42HTvZcxN2wCVjd_ZV2A,4362
|
|
84
|
+
hindsight_client_api/models/validation_error.py,sha256=x13e_vPQ6Oe30x69IQNxfJmF5MB2o6ryvYQz-qd2NQE,3029
|
|
85
|
+
hindsight_client_api/models/validation_error_loc_inner.py,sha256=NDS71rs49ygiNS1258bOgy1KjWShbJ4dALZIa9gPuk0,4812
|
|
86
|
+
hindsight_client_api/models/version_response.py,sha256=vRpgDp7sbKyFyiccME4P7PpNz4RmN0OW2GMP_sTj9dg,2940
|
|
87
|
+
hindsight_client-0.4.1.dist-info/METADATA,sha256=b97pQohXDD1xvbI4kcQetkDOrl4K9SuNEylrYaohc_k,647
|
|
88
|
+
hindsight_client-0.4.1.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
89
|
+
hindsight_client-0.4.1.dist-info/RECORD,,
|
hindsight_client_api/__init__.py
CHANGED
|
@@ -7,14 +7,14 @@
|
|
|
7
7
|
|
|
8
8
|
HTTP API for Hindsight
|
|
9
9
|
|
|
10
|
-
The version of the OpenAPI document: 0.
|
|
10
|
+
The version of the OpenAPI document: 0.4.0
|
|
11
11
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
12
12
|
|
|
13
13
|
Do not edit the class manually.
|
|
14
14
|
""" # noqa: E501
|
|
15
15
|
|
|
16
16
|
|
|
17
|
-
__version__ = "0.
|
|
17
|
+
__version__ = "0.4.1"
|
|
18
18
|
|
|
19
19
|
# import apis into sdk package
|
|
20
20
|
from hindsight_client_api.api.banks_api import BanksApi
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
HTTP API for Hindsight
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 0.
|
|
8
|
+
The version of the OpenAPI document: 0.4.0
|
|
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.
|
|
492
|
+
"Version of the API: 0.4.0\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=P1aEW0Cq7wovssS0OxhSiiL6CkL0bugNl2T172weYYk,6725
|
|
4
|
-
hindsight_client_api/api_client.py,sha256=yFIRrXfpV3BoHTh1Xo-ixJVgzz39asRCp9_KDN1-UCs,27537
|
|
5
|
-
hindsight_client_api/api_response.py,sha256=eMxw1mpmJcoGZ3gs9z6jM4oYoZ10Gjk333s9sKxGv7s,652
|
|
6
|
-
hindsight_client_api/configuration.py,sha256=ByAYUPBL5JZ753cBbAcS0alWiOH_ZemiAskUXGnaBik,17229
|
|
7
|
-
hindsight_client_api/exceptions.py,sha256=cZAGBnRIB3RWaxddPD7rP_-oHUFfV8QqDKslBBZZows,5899
|
|
8
|
-
hindsight_client_api/rest.py,sha256=bP7YkGFnvF6_fX3e9Vf3XfltJ-qdNPQ9GVne07WUi-Y,7900
|
|
9
|
-
hindsight_client_api/api/__init__.py,sha256=Vq512szi8cgkxSYWLkGi7egt_BR8DMO5NVLMObjy6-I,557
|
|
10
|
-
hindsight_client_api/api/banks_api.py,sha256=N4sBhrNvjQDglkiGIgCd8AvQ77xjK9y9IVn2FLhOCY0,113715
|
|
11
|
-
hindsight_client_api/api/directives_api.py,sha256=Mkn7AVLPmyzzPltw9qmvDjVSNX4WCnLrG5vest4x3NU,61806
|
|
12
|
-
hindsight_client_api/api/documents_api.py,sha256=F890v_gYJgbbaqE760jSpTEzT1fVBJ8Lk0Zo-H0ueiQ,46778
|
|
13
|
-
hindsight_client_api/api/entities_api.py,sha256=QEMI4a5_ocjQ5qk6Gaf6pNAgWvtUfCbZHt0VPKzEkSI,36373
|
|
14
|
-
hindsight_client_api/api/memory_api.py,sha256=JJzN3rMhb-Pcu2XhYzWhAXnZ6SRagQMQq9vZ4I0njtU,102710
|
|
15
|
-
hindsight_client_api/api/mental_models_api.py,sha256=0N89BPlmOymKxbW9WW5OUaAkpGdXuoW2MQn-sjGG-Rc,73721
|
|
16
|
-
hindsight_client_api/api/monitoring_api.py,sha256=u3igeF4VlRHWOFpcYOHv42Htf2WfRk9kuV68vq7KyFU,29487
|
|
17
|
-
hindsight_client_api/api/operations_api.py,sha256=cIyZOiuwTX5fBQdCf-_-tSyaC3K7YnwdDcBp3yTdQyQ,37665
|
|
18
|
-
hindsight_client_api/models/__init__.py,sha256=X2jY45dXrOWG6m5LZhPSYuaR35k03p2xmkYjfdrYkQ8,5618
|
|
19
|
-
hindsight_client_api/models/add_background_request.py,sha256=-DXL5XHi9j_QbgtRfYvzcnMGI0XzDBb1IlbYAVcI1XE,2898
|
|
20
|
-
hindsight_client_api/models/async_operation_submit_response.py,sha256=yFr1MFSz1Dwlc05GIJGVxwAueQcnmCA7Xvh19k_W77w,2581
|
|
21
|
-
hindsight_client_api/models/background_response.py,sha256=uNvDfvJT9L0DqkETouExJAI_2Jmw4n1IDS6k8R4kjo8,3502
|
|
22
|
-
hindsight_client_api/models/bank_list_item.py,sha256=o2_3Rf-3ekNWPp3jQyAVILn5aFf7Uqp_Dxza4thefsw,4113
|
|
23
|
-
hindsight_client_api/models/bank_list_response.py,sha256=LiACkek7iqhA5mmVvYQkMnf4J5bfSFwBJ_mkC0u_Nz4,2896
|
|
24
|
-
hindsight_client_api/models/bank_profile_response.py,sha256=Jso7L59h1eNUx88Jf-Hq8YnUx375UPUDbMqItqL-rgo,3460
|
|
25
|
-
hindsight_client_api/models/bank_stats_response.py,sha256=R_VMbSAvpYx4_AHwdT4vHv3xdBUULr5sgwiSKBU4kjY,4480
|
|
26
|
-
hindsight_client_api/models/budget.py,sha256=AwTSqd59PKqQEM1g3qM3E7fSH2lUFll9iFLjzRMhtDE,702
|
|
27
|
-
hindsight_client_api/models/cancel_operation_response.py,sha256=jxLGkFmZ8aWRMcHVmnnnl306u8R10mSS5Yo9n-vtNCM,2656
|
|
28
|
-
hindsight_client_api/models/chunk_data.py,sha256=3iU9LmeMrMr2cdnSoE38_ipx7YZxAHU46v72ShVbPKo,2828
|
|
29
|
-
hindsight_client_api/models/chunk_include_options.py,sha256=96r8h9pZbHGvK2OMC3q4xfoBqXRwCSypmcCDO0KCM7A,2634
|
|
30
|
-
hindsight_client_api/models/chunk_response.py,sha256=5E6XHhhEO7AF_OMNk6vJZFT47_IRex8bGHlFW-AEPLs,2888
|
|
31
|
-
hindsight_client_api/models/consolidation_response.py,sha256=xC5JEq9oRdC2fmH35ie5kMEIpTxhg0e-_32CpxyMpU4,2820
|
|
32
|
-
hindsight_client_api/models/create_bank_request.py,sha256=4Q7KeJAlmfwgLCsD67wymtDY_SMJlRzOKonW4cO2cpc,3973
|
|
33
|
-
hindsight_client_api/models/create_directive_request.py,sha256=U7i37vdpRFD6GX_qO6nCyVxoZFv6BbFY67ul37ebswM,3253
|
|
34
|
-
hindsight_client_api/models/create_mental_model_request.py,sha256=J4P-s3ILGcVrJ7BGE97neTEq9Wm3i7yockJhnNnipb8,3607
|
|
35
|
-
hindsight_client_api/models/create_mental_model_response.py,sha256=Fuzi8AGjrUgIoBbEkCo7-EpjM_pLScttN2CcZWTQOXw,2552
|
|
36
|
-
hindsight_client_api/models/delete_document_response.py,sha256=k_gHKh2qiUOyAS-iLzPPGVNFwTltvH2gbFceLU-JBrI,2788
|
|
37
|
-
hindsight_client_api/models/delete_response.py,sha256=8TjUUMXrEfbxxMHj5PsCaqEib2qpaA3JT45cbxToFj0,3126
|
|
38
|
-
hindsight_client_api/models/directive_list_response.py,sha256=xquE01nbCtbkgQHGYYS09i5PB7Ppv9Z0h0TNI8NKbng,2931
|
|
39
|
-
hindsight_client_api/models/directive_response.py,sha256=aGnkydkEeuOQ7dRjQDwdJCOO3G7oEZO-25KGITaUHtM,3701
|
|
40
|
-
hindsight_client_api/models/disposition_traits.py,sha256=I61B7L3BkGQlAxBONDILwE-hH_S3oY2IFrbeTzpj9Mg,3055
|
|
41
|
-
hindsight_client_api/models/document_response.py,sha256=iK_H6V9t02OPBOaEo-U6fczmLNfSNCpeTQDgcziohiM,3416
|
|
42
|
-
hindsight_client_api/models/entity_detail_response.py,sha256=51Pv6lQEVGjUZ2KimRP0xFCowwOgt0ShcNITeHLF0Ro,4312
|
|
43
|
-
hindsight_client_api/models/entity_include_options.py,sha256=j6o0SPWslW7y461xahbw4l1VXMIU1B5vxR3MX8cJ2FY,2635
|
|
44
|
-
hindsight_client_api/models/entity_input.py,sha256=e8d-WuZxv0G_b8BlwASi_Eymwd87-O4Ap2RkaMa3VSU,2760
|
|
45
|
-
hindsight_client_api/models/entity_list_item.py,sha256=ZtdnkJ-xz7djdls1RaYXl7BEF_q1YIcan61MrHH0x6g,3602
|
|
46
|
-
hindsight_client_api/models/entity_list_response.py,sha256=HVjiza5MDMU4RRjVacxnTGOt8Wcue8f41LZmA2-n2q0,3135
|
|
47
|
-
hindsight_client_api/models/entity_observation_response.py,sha256=Sbz_m0MssD-gYyV4sAeD56HGrnmlWcdO0bBs73K65YU,2804
|
|
48
|
-
hindsight_client_api/models/entity_state_response.py,sha256=VNxiaOcNy2vCXuNGJMD1WbTTqwUguizvCxJHkt7Lyuw,3239
|
|
49
|
-
hindsight_client_api/models/features_info.py,sha256=bmjuRXb70cP6s9uKD5ae_kzULM_0if_qVpO6vIxnElY,2831
|
|
50
|
-
hindsight_client_api/models/graph_data_response.py,sha256=sYmmyxd4lu0FMbN0Ocnj5ShfFWk1GQp2p8i9wZFLLG4,2790
|
|
51
|
-
hindsight_client_api/models/http_validation_error.py,sha256=KKvY67lajAI7hAys0IZHeeTsG2ArvpVIATqSMjbWGOY,2937
|
|
52
|
-
hindsight_client_api/models/include_options.py,sha256=FlB8QT_bqA141_tSv51QvZRbqKZdcaR2estkHg6eBGc,3645
|
|
53
|
-
hindsight_client_api/models/list_documents_response.py,sha256=8lXIfprjJHpWCgiKkw4-M8d2y4NOTcK76HoF1otMekI,2675
|
|
54
|
-
hindsight_client_api/models/list_memory_units_response.py,sha256=gEC-opRav_3cWdKvoO7Hure3dnVyFiFC0gtDP0TE7H8,2684
|
|
55
|
-
hindsight_client_api/models/list_tags_response.py,sha256=VG4PFyNxge1vzeRxq-DwnpgXQmJ9U-MVSpnjiclg-tM,3098
|
|
56
|
-
hindsight_client_api/models/memory_item.py,sha256=MFXBoBDbogNwaWpME5RzUw5PgZLZiA7o3jP0Kw0mJYE,4835
|
|
57
|
-
hindsight_client_api/models/mental_model_list_response.py,sha256=a3ORI4xlJeH6mv0STEIP_MpiknxBHv333Cdi6kKlizs,2949
|
|
58
|
-
hindsight_client_api/models/mental_model_response.py,sha256=QohMkvBohLNMcDaa5OOy1TWTdEC2JinHf82K0q9ciqk,4544
|
|
59
|
-
hindsight_client_api/models/mental_model_trigger.py,sha256=D7_YOIl5QJSviyxLDSOQWhSwuO2pFo0yuXFGkF9H718,2742
|
|
60
|
-
hindsight_client_api/models/operation_response.py,sha256=aC2oWnGti3Ee3ewGanteQ2SMXF7RX_FUZS-IQiLB4ec,3474
|
|
61
|
-
hindsight_client_api/models/operation_status_response.py,sha256=rzQKeNakdHV6zxtuYUoeSPqGb3ei9GXXFWRa8I7O_2s,4627
|
|
62
|
-
hindsight_client_api/models/operations_list_response.py,sha256=r5vmuR0rJUhDPBe-gVEpgCaft3EdZnOhEkxUqfLPWWk,3310
|
|
63
|
-
hindsight_client_api/models/recall_request.py,sha256=cGG7rhr5gVnnwagNMAosV9hGJ_vHKlZWHhTCIwbbnNQ,5064
|
|
64
|
-
hindsight_client_api/models/recall_response.py,sha256=t_qYAUMHXFBnXX7kCF8EeLfqeyF9V01wvQizCDvf4dY,5103
|
|
65
|
-
hindsight_client_api/models/recall_result.py,sha256=OULXvXYlxsJYuf8zSsTuV_qArXQFxw2Pw5494FvdGwQ,5689
|
|
66
|
-
hindsight_client_api/models/reflect_based_on.py,sha256=kNUytuJsS6_h55hlnXZ52vh7Yk4lCj1ZZLjhmXUVH9I,4517
|
|
67
|
-
hindsight_client_api/models/reflect_directive.py,sha256=nUuSnoKaGyX7FSnN61r7eQL6sh1KFASex_8AmvGHSoM,2682
|
|
68
|
-
hindsight_client_api/models/reflect_fact.py,sha256=sYW00LmDpY7VptK0E4I0gUWHkCRaCTeypuHSdciknw8,3973
|
|
69
|
-
hindsight_client_api/models/reflect_include_options.py,sha256=yFeoW1DHjvQ_R6Gjffw_wQSOEiVOG90aa_ysBAH9V_M,3273
|
|
70
|
-
hindsight_client_api/models/reflect_llm_call.py,sha256=OxPRqg9dnqfDhCEmFohLsvAxK1n1B_jZ7TycO28nqWs,2667
|
|
71
|
-
hindsight_client_api/models/reflect_mental_model.py,sha256=iedJ76ifwqtEK4KtTy9uE8TK10VQ5cy25MBM54QcrNA,2894
|
|
72
|
-
hindsight_client_api/models/reflect_request.py,sha256=yxAZ0r6fd_rdlISXUXjRz79nwcCEhfVZ9guAe7TfHZc,5018
|
|
73
|
-
hindsight_client_api/models/reflect_response.py,sha256=v0mInWs08NuD8uEz42qqyUwzGCzBToMCicIIaqSHjZg,4596
|
|
74
|
-
hindsight_client_api/models/reflect_tool_call.py,sha256=qVMx1iNl-TbQ0z7NMmVG2TPvd0uA40eTb8bg9T0xGwY,3321
|
|
75
|
-
hindsight_client_api/models/reflect_trace.py,sha256=xd2fRXoBj_h3HwcroSd1xnqqnZnuooZygsEsOM8dnhQ,3753
|
|
76
|
-
hindsight_client_api/models/retain_request.py,sha256=xlU_R2qMgbPL00EkRtyFLKIPelyulgleuaIrnJTJiIw,3548
|
|
77
|
-
hindsight_client_api/models/retain_response.py,sha256=RQd_6q1_it0Yfws2BpcuL41FKE1CMnk_65wHcBjtfKw,3721
|
|
78
|
-
hindsight_client_api/models/tag_item.py,sha256=uxTTRBUfSsb8ah3n7DARyStctQZvSfQXcmRdiaJcx_c,2568
|
|
79
|
-
hindsight_client_api/models/token_usage.py,sha256=r8tcfugayce78fZ65LBcTK8HzY8LjnlIbUTHKFKFGUg,3140
|
|
80
|
-
hindsight_client_api/models/tool_calls_include_options.py,sha256=1yYvN9YjsLC07LaV-OVL36LUaoRF8yxnNr3nmfy7zes,2671
|
|
81
|
-
hindsight_client_api/models/update_directive_request.py,sha256=XyxjVmrUDXWmLWexu9ZxSXcYnqKpKXhT5HOzKfgJOGM,3924
|
|
82
|
-
hindsight_client_api/models/update_disposition_request.py,sha256=6D3qceEJByBWcZrfSbNXrdlrDtnj0_QXh2zosc49-5E,2817
|
|
83
|
-
hindsight_client_api/models/update_mental_model_request.py,sha256=eFlMhbqHyFa2mNW4Ctic3MyDXqpfAHGro3Z_LqZsJBk,4362
|
|
84
|
-
hindsight_client_api/models/validation_error.py,sha256=XnK71WeEUbZyXPbzv1uKaNAFEYxfsiS7G0cvjTgCxiM,3029
|
|
85
|
-
hindsight_client_api/models/validation_error_loc_inner.py,sha256=q51Yi64xsxhsy3_AAD5DlcfI2-g_81hQoN6Olh3I8ag,4812
|
|
86
|
-
hindsight_client_api/models/version_response.py,sha256=rrTt82kPQnxqgSXOxSQiOSHiKmiW5S6EYjX4_mgmb64,2940
|
|
87
|
-
hindsight_client-0.4.0.dist-info/METADATA,sha256=XBQqEhQ-1USLAcDDaFAk5u-hu0BnuD7xw2LK-7P7kqc,647
|
|
88
|
-
hindsight_client-0.4.0.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
89
|
-
hindsight_client-0.4.0.dist-info/RECORD,,
|
|
File without changes
|