hindsight-client 0.4.3__py3-none-any.whl → 0.4.4__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.3.dist-info → hindsight_client-0.4.4.dist-info}/METADATA +1 -1
- hindsight_client-0.4.4.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.3.dist-info/RECORD +0 -89
- {hindsight_client-0.4.3.dist-info → hindsight_client-0.4.4.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=-2IdDmgqGix5LtcR68GEMxntypkX_5Zmj0wi9ElAcO8,6725
|
|
4
|
+
hindsight_client_api/api_client.py,sha256=bedqiMjsYANGP8g9dypVZ1rO7EvxOMYV_Hj8UkXqF0M,27537
|
|
5
|
+
hindsight_client_api/api_response.py,sha256=eMxw1mpmJcoGZ3gs9z6jM4oYoZ10Gjk333s9sKxGv7s,652
|
|
6
|
+
hindsight_client_api/configuration.py,sha256=dCxNCeIEYT3ytiY_Tg-7_wkx_V07eW0AXp87GaChYmI,17229
|
|
7
|
+
hindsight_client_api/exceptions.py,sha256=4HipGffBtLPAD2YzUJ8mYEfsmLZat3F27unOKCE68SU,5899
|
|
8
|
+
hindsight_client_api/rest.py,sha256=AtKmDhL2mzYub0H9CBQfRbH3knTKIeu6TIaIDVLlWmI,7900
|
|
9
|
+
hindsight_client_api/api/__init__.py,sha256=Vq512szi8cgkxSYWLkGi7egt_BR8DMO5NVLMObjy6-I,557
|
|
10
|
+
hindsight_client_api/api/banks_api.py,sha256=rVN0xlLMilgK7EaGoK_XuosTjpngTLgdE2IxzndCaE0,113715
|
|
11
|
+
hindsight_client_api/api/directives_api.py,sha256=TO8GjBDjjrcYjZ9PFo5gwmagw0aC5MDnsI9cZrV2dwc,61806
|
|
12
|
+
hindsight_client_api/api/documents_api.py,sha256=YSLucJI2H07LF4qk0t7a32hh67c6dG_c6JLzYoFuevY,46778
|
|
13
|
+
hindsight_client_api/api/entities_api.py,sha256=somMeTP9lEP5cyBe0qHW6bvbBVxTcUKN7fJOKLk7kok,36373
|
|
14
|
+
hindsight_client_api/api/memory_api.py,sha256=4C_P2J2RvchB3lWE7BOLzzw_nFy8m4MkjxBWYp3mQqo,102071
|
|
15
|
+
hindsight_client_api/api/mental_models_api.py,sha256=rUDqX2VpNgmqjRWxfNjHJGoGGFfdIEOEag1MjkhtSKY,73721
|
|
16
|
+
hindsight_client_api/api/monitoring_api.py,sha256=qVzsehTQTP1xc_y_PCkE-5Yk4MNZ0b5XfUmV00KYwFc,29487
|
|
17
|
+
hindsight_client_api/api/operations_api.py,sha256=MwgJwgNMvwW-Gk3vayy4j6Jej9QKr0qaeafRMeVIjz4,37665
|
|
18
|
+
hindsight_client_api/models/__init__.py,sha256=HJFxYTgH2GXS8Nnl9O3Exgu28lYbVkgEOfqhYsQZqY8,5618
|
|
19
|
+
hindsight_client_api/models/add_background_request.py,sha256=w8JWKtbMGsE4BFk3203PFlMMHqolfjI6VUjDdgbQLg8,2898
|
|
20
|
+
hindsight_client_api/models/async_operation_submit_response.py,sha256=ZVm5UCagKcZoI20xmVRtIKsZC3UNDcQQjaeMyXvsmhg,2581
|
|
21
|
+
hindsight_client_api/models/background_response.py,sha256=XsLeW3BJxntlFkhdyz6Mz59Pr7_D3uvjku6llC9q3hw,3502
|
|
22
|
+
hindsight_client_api/models/bank_list_item.py,sha256=JSfOOGRNL92C5_Xvey-mV-tdaKwvovFAhCiiK4oVYQw,4113
|
|
23
|
+
hindsight_client_api/models/bank_list_response.py,sha256=sD3YjsKuE1GTOYy3NpEgPwITrUokl1hFZxNmZe0Ojko,2896
|
|
24
|
+
hindsight_client_api/models/bank_profile_response.py,sha256=YFajiHb4DCiftTuYTr9mwzXqe1NwjY5zJCZLGEVlN-Q,3460
|
|
25
|
+
hindsight_client_api/models/bank_stats_response.py,sha256=6meWu7EmDtRzRiyvjsLepuZHxvLqFkiqqnVVKYV9-9Y,4480
|
|
26
|
+
hindsight_client_api/models/budget.py,sha256=kwvNkD4p3fD8aix1uwrkPofoU4x08-4zDWg753sKkQ8,702
|
|
27
|
+
hindsight_client_api/models/cancel_operation_response.py,sha256=eob-GMpyXEtaCJeU14uulDrDcLscWsEDLy_oeU3jM6M,2656
|
|
28
|
+
hindsight_client_api/models/chunk_data.py,sha256=f8zqotXMKkmk4fEvjKFX4Qy0D4jJeErt2NZvrBEvZ1E,2828
|
|
29
|
+
hindsight_client_api/models/chunk_include_options.py,sha256=Giqs2DxWa1l0HSaDJEFlv8mmeaMMc7Kl0QofiMyrMNg,2634
|
|
30
|
+
hindsight_client_api/models/chunk_response.py,sha256=f0IaiuoumK8v1bJyB6mSoNlkn0dLbCyodhdkIYylLkk,2888
|
|
31
|
+
hindsight_client_api/models/consolidation_response.py,sha256=SHFV4fzLj2AkT3yfKQATMR5sj7osBXbKAff6MSfh4wg,2820
|
|
32
|
+
hindsight_client_api/models/create_bank_request.py,sha256=_CG83o_gIw1HHtn-_7kL8X1hZvSXQqQjhEaMDQiRk6k,3973
|
|
33
|
+
hindsight_client_api/models/create_directive_request.py,sha256=KQ5GNGQk7EmVzTwpFYdOpCMD6heQ77a4g-_bulz180I,3253
|
|
34
|
+
hindsight_client_api/models/create_mental_model_request.py,sha256=_hpYHHBeuvDOtWtaTC69tYG71gXSNCgUTgkaFNcGkQk,3607
|
|
35
|
+
hindsight_client_api/models/create_mental_model_response.py,sha256=__hnEihfd4D5voQtNUBTfo7J63gEoZGXE4HOnSuB0KE,2552
|
|
36
|
+
hindsight_client_api/models/delete_document_response.py,sha256=CQm9VTsbZV8uKyWr7XeuFtvH-n5YoFkMAbnL6DUBk00,2788
|
|
37
|
+
hindsight_client_api/models/delete_response.py,sha256=Buvj11duxtu5EZOWoGxzY0eqMvJsE8WaRMPYfDT9rWs,3126
|
|
38
|
+
hindsight_client_api/models/directive_list_response.py,sha256=TpzO3iitYb4PwvyTqAL1fMTtCoqq3UI1DVhx_RcfXOQ,2931
|
|
39
|
+
hindsight_client_api/models/directive_response.py,sha256=b9s4lzLJnXP-tyEl-PzGMJuDPs3iQpdETnaImnIcn2g,3701
|
|
40
|
+
hindsight_client_api/models/disposition_traits.py,sha256=LAi7pyZQ9p3k6x8gWhh9SbMSa9KeoQ3smFqw9pK9oAY,3055
|
|
41
|
+
hindsight_client_api/models/document_response.py,sha256=9UOQXM0qvLiLaLPxmtFHatXbXVNq8Bc5Dwc-GVP7LCc,3416
|
|
42
|
+
hindsight_client_api/models/entity_detail_response.py,sha256=hkH0K0Zw-LfeZpSXZtxKEsSdk3S4bpB4wy8GeOX1GrQ,4312
|
|
43
|
+
hindsight_client_api/models/entity_include_options.py,sha256=Z5-rC30MResU1aSX0JkyjVKw1St2kwEHZMO6RZBHc_8,2635
|
|
44
|
+
hindsight_client_api/models/entity_input.py,sha256=p5JDWUlIwRLZNt3iCK8QIDJzqq-boyhmMmzvRz2QUaE,2760
|
|
45
|
+
hindsight_client_api/models/entity_list_item.py,sha256=G4uWHp5Yx9h6kTeA_gmLiulXUQ6b6S7SOAZ5pDW593M,3602
|
|
46
|
+
hindsight_client_api/models/entity_list_response.py,sha256=5gsbb4AupkO6KP7K8GI1crz8c_Q8SDyTqfjJXcQKb4o,3135
|
|
47
|
+
hindsight_client_api/models/entity_observation_response.py,sha256=KirSBBDSF1Pg7jrG1m79lTkn6z9zLZcj52_ZpNCqO-U,2804
|
|
48
|
+
hindsight_client_api/models/entity_state_response.py,sha256=_7G5xa71t91DAGnIocRfb6gItYWZmBVXMNjfnmruV0E,3239
|
|
49
|
+
hindsight_client_api/models/features_info.py,sha256=FthDjcrE9HEiUmwhMf0ZIsfzP9dAaOXFUMbPq0P2dDs,2831
|
|
50
|
+
hindsight_client_api/models/graph_data_response.py,sha256=Gm-5kFXR_unMp7TkbRN-U1ImJEDlL0DaWsqT2W6p6C8,2790
|
|
51
|
+
hindsight_client_api/models/http_validation_error.py,sha256=Gmps6_CFwJryGYS2IGLPw4HkD4aoaXByr4nQG8RKJD8,2937
|
|
52
|
+
hindsight_client_api/models/include_options.py,sha256=OrePOCbV7ZpQGUmmhElb-m0AYiC-9RFGRodNGnHxDuo,3645
|
|
53
|
+
hindsight_client_api/models/list_documents_response.py,sha256=IvPZKtjkTpHBBzyFKt3OoiOMn_jBx53E1TToc1ybZr4,2675
|
|
54
|
+
hindsight_client_api/models/list_memory_units_response.py,sha256=4pdaEsFDh4mO-PgFZggkbUXo-hTfdPhZytJDldRyeAc,2684
|
|
55
|
+
hindsight_client_api/models/list_tags_response.py,sha256=GYx1IqVOm2g4eI36E5Rz3DWAzXZInZ1jTdnXBMK5UgM,3098
|
|
56
|
+
hindsight_client_api/models/memory_item.py,sha256=OgGXRf4on7D_xRailSfPRsR-dtgF0yR091819DC0esw,4835
|
|
57
|
+
hindsight_client_api/models/mental_model_list_response.py,sha256=-2sivcKSmYrXGQwp1pXEXMW7wtjXoFw6pKeL2pMZI0k,2949
|
|
58
|
+
hindsight_client_api/models/mental_model_response.py,sha256=lK0HzVlzyhgc81NLzsFdXrLRnXMcNF1YlPaHLnyrntY,4544
|
|
59
|
+
hindsight_client_api/models/mental_model_trigger.py,sha256=d0ZDNPJsjR7WcNUvY2An-rELIrvypQqEE1E2fAC6AgE,2742
|
|
60
|
+
hindsight_client_api/models/operation_response.py,sha256=5C371_WgqPjLyIqQMoS9j0sHFtAoHupvrie8klV9hgA,3474
|
|
61
|
+
hindsight_client_api/models/operation_status_response.py,sha256=Sml6azmnMzvsYQfpxjofNjeACQhR5EiY3U6vJzJzXNw,4627
|
|
62
|
+
hindsight_client_api/models/operations_list_response.py,sha256=cI1h35ctdeOFOxrjLtHSB0cVK583g8xQtvkZTh5bTcY,3310
|
|
63
|
+
hindsight_client_api/models/recall_request.py,sha256=ivfI16e7aUJmdUZQUHVOZ1_XjCmIAkUYq9q7DHUGMaQ,5064
|
|
64
|
+
hindsight_client_api/models/recall_response.py,sha256=BMth5E-kNQjf_iO9k1-oISc76iph0_0RruNAIGKwBHs,5103
|
|
65
|
+
hindsight_client_api/models/recall_result.py,sha256=ccEYZKoHduLSizXTjEFiYIRSHAIZhJEevrLF8Prparo,5689
|
|
66
|
+
hindsight_client_api/models/reflect_based_on.py,sha256=MLUZv0sEeAkC8QC6IEpT-GP73CC1Vjm4fcmj6kmcCqQ,4517
|
|
67
|
+
hindsight_client_api/models/reflect_directive.py,sha256=-t3rOgKGJxafiCJ-qjq087Up4Px4o9XmiPZ_mrXNlMs,2682
|
|
68
|
+
hindsight_client_api/models/reflect_fact.py,sha256=VclCXvgnCTCwlDuXx_cYvA0G15Es8eMJVSEzsrr-f6A,3973
|
|
69
|
+
hindsight_client_api/models/reflect_include_options.py,sha256=-Oi6VqMdpjkhnDzWhFbs4DO_0tGUlrLrXOSWDaqUlNQ,3273
|
|
70
|
+
hindsight_client_api/models/reflect_llm_call.py,sha256=WWYHZg-lAoZErl8diTKefyS02UbxaYljfgfblE4CKUk,2667
|
|
71
|
+
hindsight_client_api/models/reflect_mental_model.py,sha256=938DFf_hemuHm1Pv-e4RNOPvs8wW75kE_Itf2kn_LHw,2894
|
|
72
|
+
hindsight_client_api/models/reflect_request.py,sha256=2dFqsGwEWj83kAa56nWveHSaf9q6xmm6EVxZ-KbB-jU,5018
|
|
73
|
+
hindsight_client_api/models/reflect_response.py,sha256=5eKvsRi18KQ90uvI8FB7yVGVEQA0lWJ_7hBbg3gKcYA,4596
|
|
74
|
+
hindsight_client_api/models/reflect_tool_call.py,sha256=kEDdSsC4B0TrLA97D7SLzdAr7QijAviwsBdZMO2Tb84,3321
|
|
75
|
+
hindsight_client_api/models/reflect_trace.py,sha256=Ma9jg4EEb4wkwmo9vhPtRO57Go0IRxiVJA8XeJBM0_8,3753
|
|
76
|
+
hindsight_client_api/models/retain_request.py,sha256=vTDn71fO-B-McFcwE0lnae3BHbSuO7ptyFvwTsCIZkg,3548
|
|
77
|
+
hindsight_client_api/models/retain_response.py,sha256=wByuQSPocHhy0fGBP4Wo3k1cHzaMrml8QdMn_IsE96A,3721
|
|
78
|
+
hindsight_client_api/models/tag_item.py,sha256=aSGS3UK7ouLjY66MSyLalQqkp0hvhcJKeM_LpD8eIrs,2568
|
|
79
|
+
hindsight_client_api/models/token_usage.py,sha256=xwnYs5bLxSHPD8aEZ6e6NqN8Kh4uGJm9_OgkneekrXk,3140
|
|
80
|
+
hindsight_client_api/models/tool_calls_include_options.py,sha256=gHGyUcw5gmTWpgYwM3c71WAcS1SYUKBdaX6vXCBNi0E,2671
|
|
81
|
+
hindsight_client_api/models/update_directive_request.py,sha256=wyoo3yP1bW87YLFSd33oUdIW0WyXekeWE_T5MCc_KVc,3924
|
|
82
|
+
hindsight_client_api/models/update_disposition_request.py,sha256=2oiXrbxqGniboK9d_QqqLNeudK39N9w9PTxZ605dJdk,2817
|
|
83
|
+
hindsight_client_api/models/update_mental_model_request.py,sha256=8Zmye-YHnVQxeMpZgATaEy-pa3P7Q4UDELxUouoO-E0,4362
|
|
84
|
+
hindsight_client_api/models/validation_error.py,sha256=Prq6wsvngBLENvec7aMUNboRV5vxiboQmsKvC0U5qk4,3029
|
|
85
|
+
hindsight_client_api/models/validation_error_loc_inner.py,sha256=DCSIl-M9KT9_bPcbDplndGgv_YoYbblQ-30WVY0kQkU,4812
|
|
86
|
+
hindsight_client_api/models/version_response.py,sha256=Jn0riOOh35IERcTSN4GtO_gdgkvd1z9_1yqb9KbdWLg,2940
|
|
87
|
+
hindsight_client-0.4.4.dist-info/METADATA,sha256=thAQCaQL24sY24su_jT8Jaw0YSNR4U-g2pacgw1jP5A,647
|
|
88
|
+
hindsight_client-0.4.4.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
89
|
+
hindsight_client-0.4.4.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.4.
|
|
10
|
+
The version of the OpenAPI document: 0.4.3
|
|
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.4.
|
|
17
|
+
__version__ = "0.4.4"
|
|
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.4.
|
|
8
|
+
The version of the OpenAPI document: 0.4.3
|
|
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.3\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=G4548XmJeQoWLz1oin8nop9oPNDuKB8M6Np-48oQ2h4,6725
|
|
4
|
-
hindsight_client_api/api_client.py,sha256=el-0UoA9i5sth8l5d7nUwYTmK2hzvdIRWlYHplzb4o0,27537
|
|
5
|
-
hindsight_client_api/api_response.py,sha256=eMxw1mpmJcoGZ3gs9z6jM4oYoZ10Gjk333s9sKxGv7s,652
|
|
6
|
-
hindsight_client_api/configuration.py,sha256=Spzc2kIkcuKKwakw0T17m9uksFu4bRskS29LJGsPb8c,17229
|
|
7
|
-
hindsight_client_api/exceptions.py,sha256=A0X1mAzXA1ff3tVTxepPBE64cEgk8koHJtpXAh53G8o,5899
|
|
8
|
-
hindsight_client_api/rest.py,sha256=LR_nrByB5XeDvOlhcFYXWmM_qOsehluaYWTB2Rh1W-4,7900
|
|
9
|
-
hindsight_client_api/api/__init__.py,sha256=Vq512szi8cgkxSYWLkGi7egt_BR8DMO5NVLMObjy6-I,557
|
|
10
|
-
hindsight_client_api/api/banks_api.py,sha256=CI3QVM-AXw89XtiUXra3Zl4HfnRo4s6hBeUMWug4_xU,113715
|
|
11
|
-
hindsight_client_api/api/directives_api.py,sha256=-JqNf0DZuTviznPMVOlongYVsaYVjNdxgQufkPzO6sI,61806
|
|
12
|
-
hindsight_client_api/api/documents_api.py,sha256=Lx8J_BNrHudGq1PnUymieJEytAuVd5prwJZ3_eA5908,46778
|
|
13
|
-
hindsight_client_api/api/entities_api.py,sha256=XiCVrmMS0pm98MT4ADcDycydBdYHerm61nYVhAJ6i4w,36373
|
|
14
|
-
hindsight_client_api/api/memory_api.py,sha256=TGY8EDkiJpE0in0TR11DIOTmw6vn2NLEJi9gbcS631k,102071
|
|
15
|
-
hindsight_client_api/api/mental_models_api.py,sha256=gmxcVb5bcseJI_LEz7jp23ERckU7sOcobnqX4CpEz4s,73721
|
|
16
|
-
hindsight_client_api/api/monitoring_api.py,sha256=NRMZpCvdFoJyoyIIw8_jqu-ALWmeGc6iMZne_SneNaU,29487
|
|
17
|
-
hindsight_client_api/api/operations_api.py,sha256=9Je2GUrTw8_OZH78FsZGkwj_pRPYvLDzODhR8Mf00gQ,37665
|
|
18
|
-
hindsight_client_api/models/__init__.py,sha256=3XGe91RO5carZlMyMZnhnMhjCNDpbtHSJhQ49mlHCXI,5618
|
|
19
|
-
hindsight_client_api/models/add_background_request.py,sha256=40jVmpwEz0vOJp5b9UWPdVB0aicMYpa-fiP9VHxU5FQ,2898
|
|
20
|
-
hindsight_client_api/models/async_operation_submit_response.py,sha256=CT14447AJjtV6O6X6j3P4QqyHZ0x4OmtXHgD6a40G24,2581
|
|
21
|
-
hindsight_client_api/models/background_response.py,sha256=o5brAC6gBXSAzd-ns7AxkeWc-iEEvEq04N10RmtxOns,3502
|
|
22
|
-
hindsight_client_api/models/bank_list_item.py,sha256=l-dNqRT9Nl8S4jTAt_hNcP9UzaepzxiI6owkUM32kKI,4113
|
|
23
|
-
hindsight_client_api/models/bank_list_response.py,sha256=2IEFf2abmNh9h44P4znKBCmdm-_-Eyd0tRg_WlBmVjQ,2896
|
|
24
|
-
hindsight_client_api/models/bank_profile_response.py,sha256=69C0noB2s6i4KPj_u0vuU6zDKtf-xbXV_F0kJ_oBZkM,3460
|
|
25
|
-
hindsight_client_api/models/bank_stats_response.py,sha256=AdspaV8l2ucaPIkJdjfb4FiyfMIAF8tnLwUwanox93s,4480
|
|
26
|
-
hindsight_client_api/models/budget.py,sha256=o2V17rN9fQSiAYg_DgMzr4R3Ld96PjlsdqWzDF_5kIc,702
|
|
27
|
-
hindsight_client_api/models/cancel_operation_response.py,sha256=tSKfa2l3nmunY2dP5v4uxMLnrQpPr16LH6nYeSLiyC4,2656
|
|
28
|
-
hindsight_client_api/models/chunk_data.py,sha256=2BXrRe2Mggc15iBSsCdhYWocONnSWMrMvTr4lisj2HI,2828
|
|
29
|
-
hindsight_client_api/models/chunk_include_options.py,sha256=rh7CnyUDLZqmOOiDquPNjzNGZF7NaNScLi-Zmu8MZXE,2634
|
|
30
|
-
hindsight_client_api/models/chunk_response.py,sha256=0J3eypMAjsAnhIECtuSosBdl2CoPXDL8VhZOqnkqX2I,2888
|
|
31
|
-
hindsight_client_api/models/consolidation_response.py,sha256=iCha3ewDVQdrvxNxhZ40hO1x5gv8AhLu1hbSfZgCxeM,2820
|
|
32
|
-
hindsight_client_api/models/create_bank_request.py,sha256=9nCDkPGVGd9p2_CW2QSoq040bEQ1bAgfmeuWZBEOuA4,3973
|
|
33
|
-
hindsight_client_api/models/create_directive_request.py,sha256=SGFQoDUKm7cgA05LY48FucmL4M-nurORPnewPh4KwYU,3253
|
|
34
|
-
hindsight_client_api/models/create_mental_model_request.py,sha256=YTnk-VCKuBnj1VBSzVTbqyYFCgL5qW6WdvRER98iahw,3607
|
|
35
|
-
hindsight_client_api/models/create_mental_model_response.py,sha256=vLcYd1e0cK3AFHSk44J-Lv6B-QX7i78kuCUK20qtGDg,2552
|
|
36
|
-
hindsight_client_api/models/delete_document_response.py,sha256=N5WoluDnTJ5iKjyYvkd-jfLwvbjfKvJalcaNJUdJaAo,2788
|
|
37
|
-
hindsight_client_api/models/delete_response.py,sha256=VDkE1XQENlpA_4nHerQ13F3-h4hCGF-WPuDMy9UR8i8,3126
|
|
38
|
-
hindsight_client_api/models/directive_list_response.py,sha256=zUI9uUIwD1nIsEJO8ZrBurfoCuZBzjfEy8X9Os2NPg0,2931
|
|
39
|
-
hindsight_client_api/models/directive_response.py,sha256=zUXVY70p0qwoAAdmXzBfzm6tXaONsR3FsGudmb76i5M,3701
|
|
40
|
-
hindsight_client_api/models/disposition_traits.py,sha256=kVQ3vIfMwZl1X1h4sZHIVIJNxn70yq2AN_kLBDjJN70,3055
|
|
41
|
-
hindsight_client_api/models/document_response.py,sha256=NQNHxF1cqrMHh7JldPnolWrYPVImdbVHKHemQXd9OQk,3416
|
|
42
|
-
hindsight_client_api/models/entity_detail_response.py,sha256=tq5R0U24CyBtrv5VMMsM8g0W3NwUELeVms9yL8G3b6Y,4312
|
|
43
|
-
hindsight_client_api/models/entity_include_options.py,sha256=K23wfv92i_JqPulSk9OqQKhXFj1wXq0LNJMyFjjswjE,2635
|
|
44
|
-
hindsight_client_api/models/entity_input.py,sha256=D95oqZ7PpncQnGQI3Aizjptf6_6QJFomeE4QCwe8r48,2760
|
|
45
|
-
hindsight_client_api/models/entity_list_item.py,sha256=CwioXg-RszdtUPrYYeWMRozwYUXYSEa86jEhstoCj4E,3602
|
|
46
|
-
hindsight_client_api/models/entity_list_response.py,sha256=D3rHlK9BOv9TMLA4UyWKXaJWoBjV0quXYdbWW75MmXY,3135
|
|
47
|
-
hindsight_client_api/models/entity_observation_response.py,sha256=uuqoRNB-CL8UULSHRFFyNk7YuzutNrqo13LFs6bfNzA,2804
|
|
48
|
-
hindsight_client_api/models/entity_state_response.py,sha256=BwndORB_MLhGYtbnSc8a9UjhYXctFXrpESdaGrqB0KI,3239
|
|
49
|
-
hindsight_client_api/models/features_info.py,sha256=zxiG_HB3X5aFC20trG7sKeMOLr6gSPyzqyU7kCnNG9Y,2831
|
|
50
|
-
hindsight_client_api/models/graph_data_response.py,sha256=89bNip13vvMHvgCVF9HeEm1Ia6DDt26BnMcvZtpUsvw,2790
|
|
51
|
-
hindsight_client_api/models/http_validation_error.py,sha256=Q7NQ4QxJ9qk1ZpsQknYOtw7DeCS07O93l_l95aQrKT0,2937
|
|
52
|
-
hindsight_client_api/models/include_options.py,sha256=7WDk_cvlFf5uR0sX7V9k3F6_Wm6TggjORxruDsdbVPE,3645
|
|
53
|
-
hindsight_client_api/models/list_documents_response.py,sha256=mP1ABzt6mFXxTSBSdEb6myMZUodzmQ2sUdz2KBfShZY,2675
|
|
54
|
-
hindsight_client_api/models/list_memory_units_response.py,sha256=BarjQAymuS-8yMrwPgH0iZ-Ha1i_1zfbRWGZDy3vSh4,2684
|
|
55
|
-
hindsight_client_api/models/list_tags_response.py,sha256=OxXELIgzxvZhnTGXqGb499je0pUzfgl9lwTTPirlbco,3098
|
|
56
|
-
hindsight_client_api/models/memory_item.py,sha256=Gi1GM22QreTSnx7lOlRIOJuIX25QjRpEB4uxLmVuOQ8,4835
|
|
57
|
-
hindsight_client_api/models/mental_model_list_response.py,sha256=FZDZ5q_3XEgBMTBZO5SCYMvn890yKbKQyvvMVzl91Ec,2949
|
|
58
|
-
hindsight_client_api/models/mental_model_response.py,sha256=Mz8jHEPEkLEl0C706Mn7Z5nlVRBopMsxO7VOb5S3yxg,4544
|
|
59
|
-
hindsight_client_api/models/mental_model_trigger.py,sha256=mm0JKiYI2mLV0IN9iqVuJYk85_wyb5bKClNMNPEHIqc,2742
|
|
60
|
-
hindsight_client_api/models/operation_response.py,sha256=nzQa4NJfvBJf_zVcO4CiazIi24iaorYeGS1oS2x3uXQ,3474
|
|
61
|
-
hindsight_client_api/models/operation_status_response.py,sha256=XR8hNgIF-4YQsr58AXPaSDjYjzAIDH7orepwJrrJLUs,4627
|
|
62
|
-
hindsight_client_api/models/operations_list_response.py,sha256=Li5xeRPsdUBxMq-JBNLmD5uQH0lmbR9wQ4B-dIclLtY,3310
|
|
63
|
-
hindsight_client_api/models/recall_request.py,sha256=1kah9rtSQEP0-bAQpJ30tczkDcs6eBArnaKHiNxQHJA,5064
|
|
64
|
-
hindsight_client_api/models/recall_response.py,sha256=zKwYO0gKanNlBN8_Dw_l_6FIekenXGtV6Lu3vQ2cexI,5103
|
|
65
|
-
hindsight_client_api/models/recall_result.py,sha256=HrzgH_vJdFaypZWCpxohenVvGjXBgjD9TYMNR-VSr00,5689
|
|
66
|
-
hindsight_client_api/models/reflect_based_on.py,sha256=ou3JFYoxiS9VYKMfmdSBtB6sQ43MR4UvcE0gHnl2sko,4517
|
|
67
|
-
hindsight_client_api/models/reflect_directive.py,sha256=UkLBpaTZckdB4VDlzoiiBEG2qnpaCOTwSLdRBu2cvHk,2682
|
|
68
|
-
hindsight_client_api/models/reflect_fact.py,sha256=RdqGSQ3dMyLbzvAmijb_Yo8bpwASLVfPWlJYaK31dCs,3973
|
|
69
|
-
hindsight_client_api/models/reflect_include_options.py,sha256=VJuwLaOx8-aX5s90P6Q7ApzzLA8eVSjZHxFsf9-ScWY,3273
|
|
70
|
-
hindsight_client_api/models/reflect_llm_call.py,sha256=aTZj0d91GGfc2QcQSjCKoBmj6-RqlvIpGDr1Z2wJUZY,2667
|
|
71
|
-
hindsight_client_api/models/reflect_mental_model.py,sha256=_1wf9RSgIjqIia2DDxjCiMDTAD6qvczc9c8HGT3K79Y,2894
|
|
72
|
-
hindsight_client_api/models/reflect_request.py,sha256=dT6BTLlDTGyrK9Z95FD-YyDwfVdlD_2cU3CfZfdMGFU,5018
|
|
73
|
-
hindsight_client_api/models/reflect_response.py,sha256=ok-lbxMGFdpkGQRKLJ54on50Sj2-Sj_a-Yb1Ef3DHyw,4596
|
|
74
|
-
hindsight_client_api/models/reflect_tool_call.py,sha256=amFvBCO1T7f2bmj11PJ2D2vTrXwO0YgO9SY37DL7d0w,3321
|
|
75
|
-
hindsight_client_api/models/reflect_trace.py,sha256=nKVmdcR0MGPjgtbwbNCeYmi4ZN9qFJVdxYUIl7-aN-Q,3753
|
|
76
|
-
hindsight_client_api/models/retain_request.py,sha256=JHTbFbJA8QVZCd4AE7HcFdT1V7TzMUdFk61Ho18iOiY,3548
|
|
77
|
-
hindsight_client_api/models/retain_response.py,sha256=_VqZsjn_v9gTCIzftAUd714rk-Gt8iAHdF_mRM6MRME,3721
|
|
78
|
-
hindsight_client_api/models/tag_item.py,sha256=YvAxeEWL0fw8Svnp2SiOCiW47HzbRmp6CQbX4qvhHqg,2568
|
|
79
|
-
hindsight_client_api/models/token_usage.py,sha256=-Ofeus81BcHD7JD8zHd5wMFDV4dhRO0epUMAyg_SeG8,3140
|
|
80
|
-
hindsight_client_api/models/tool_calls_include_options.py,sha256=kfU5L1jYpweuihDvRuCCEEDkaIbdtEOUQlZvnbbHOqY,2671
|
|
81
|
-
hindsight_client_api/models/update_directive_request.py,sha256=QYHpn-xcxQCXma3GnUgzCkoLTS2mCGTHslQmDM3pNHw,3924
|
|
82
|
-
hindsight_client_api/models/update_disposition_request.py,sha256=rZVEkzrpArvo5Q26Sq6bOtWUaioxpG-r3MWv-CcOQP0,2817
|
|
83
|
-
hindsight_client_api/models/update_mental_model_request.py,sha256=QWo3QCH2a_QU7vX0h1sjwqgLX7cHk8vdSEvttnhby6g,4362
|
|
84
|
-
hindsight_client_api/models/validation_error.py,sha256=d22ummHWqJXU9ce1Psx-c_HuQQ7Hf6Ww6jNaHAm7XcU,3029
|
|
85
|
-
hindsight_client_api/models/validation_error_loc_inner.py,sha256=W-Ko1li0bmM8B2X8MQIsfUJtz-_V9eFP0LC4qRfbzsM,4812
|
|
86
|
-
hindsight_client_api/models/version_response.py,sha256=8PqlI787MVj9AVHPrTe2xhn74zGWleI0iZhWWQd-yJM,2940
|
|
87
|
-
hindsight_client-0.4.3.dist-info/METADATA,sha256=Qx98GgqbF8YcWov04d5lp_WaNNx1UIq2AA9kNviwKn0,647
|
|
88
|
-
hindsight_client-0.4.3.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
89
|
-
hindsight_client-0.4.3.dist-info/RECORD,,
|
|
File without changes
|