hindsight-client 0.4.1__py3-none-any.whl → 0.4.2__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.1.dist-info → hindsight_client-0.4.2.dist-info}/METADATA +1 -1
- hindsight_client-0.4.2.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.1.dist-info/RECORD +0 -89
- {hindsight_client-0.4.1.dist-info → hindsight_client-0.4.2.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=B0HqRCgdrASVhyVpOOx0yjn92Gwfx1r0bQ47eNTExtg,6725
|
|
4
|
+
hindsight_client_api/api_client.py,sha256=nvlYAsPD1pX0RTD0M8L6Yd_LEADFE06hlOM0s9MIkCM,27537
|
|
5
|
+
hindsight_client_api/api_response.py,sha256=eMxw1mpmJcoGZ3gs9z6jM4oYoZ10Gjk333s9sKxGv7s,652
|
|
6
|
+
hindsight_client_api/configuration.py,sha256=dWmzrgzQ8jasKlVUGbiLbmxFgKRtAPwFlTrBNtKrvVc,17229
|
|
7
|
+
hindsight_client_api/exceptions.py,sha256=9YMLSUlA_od-QF0-vUZS4yMGqMMdWPS63NoNKAZC1vM,5899
|
|
8
|
+
hindsight_client_api/rest.py,sha256=YqgKzg0okT_2a4tJVHGS4dOL_lsP4aorfQM5BnKBr3Q,7900
|
|
9
|
+
hindsight_client_api/api/__init__.py,sha256=Vq512szi8cgkxSYWLkGi7egt_BR8DMO5NVLMObjy6-I,557
|
|
10
|
+
hindsight_client_api/api/banks_api.py,sha256=PaW6_2OUvATUfSeYN6JKmFRS8uQvusRM9YvmHE9nvoM,113715
|
|
11
|
+
hindsight_client_api/api/directives_api.py,sha256=AcwmQJvp5DAW2A5aa2TWYmUYFiUinm8b72mAqlP23u4,61806
|
|
12
|
+
hindsight_client_api/api/documents_api.py,sha256=2cEskiu4PjyPvoymx4MOo_tmumejqZK0yTGelmJcL8c,46778
|
|
13
|
+
hindsight_client_api/api/entities_api.py,sha256=eojuOeREBm36MeKRJKzzL6-X4q4zLn9ajrsCOvrjqkU,36373
|
|
14
|
+
hindsight_client_api/api/memory_api.py,sha256=PBFZp1_y6ZnWU76a_JOckFstL6D1S5-QNCVVGi6KPHg,102710
|
|
15
|
+
hindsight_client_api/api/mental_models_api.py,sha256=UsBjHwe4gcFedew7DRbU9p2W8J8lSksfcv188Sx6CTc,73721
|
|
16
|
+
hindsight_client_api/api/monitoring_api.py,sha256=rNdNJSU3FtbgHpkTSbZWd3Bs6XGLE8gslQA47ADgQkI,29487
|
|
17
|
+
hindsight_client_api/api/operations_api.py,sha256=7CFzXFN-Q3N6HkIj0PSwulXV10vkmqTTfjmELuygYgA,37665
|
|
18
|
+
hindsight_client_api/models/__init__.py,sha256=gY7x87mASjhlsWCyAAenp0KcWBBdgCplj571EHo2HkQ,5618
|
|
19
|
+
hindsight_client_api/models/add_background_request.py,sha256=fyud1mKs-tJpP4k3KiizWEIEF0eQ4B_850qN0qs3ubA,2898
|
|
20
|
+
hindsight_client_api/models/async_operation_submit_response.py,sha256=7DKOqsuGj4vhtQPbiCh52pWl0amcXg497h7KHOS43Y0,2581
|
|
21
|
+
hindsight_client_api/models/background_response.py,sha256=a5TjEYhK2HVFVSH_tz55IR72dcL29eygcxQkaR-meIA,3502
|
|
22
|
+
hindsight_client_api/models/bank_list_item.py,sha256=6JTR2UeTtV4pF-TUmGntYV-Va3C_f8WbjExiQc9UeGw,4113
|
|
23
|
+
hindsight_client_api/models/bank_list_response.py,sha256=uw80OB11GEMKVM3LB-fYPFWzxnWJOikuNNsF6a6gl8I,2896
|
|
24
|
+
hindsight_client_api/models/bank_profile_response.py,sha256=UGj-uHIiwVFiyPRWfqN3NS1JlMS-SD0pLk02hqGYHVQ,3460
|
|
25
|
+
hindsight_client_api/models/bank_stats_response.py,sha256=I2sW7s5yrkEI24g3_8Fj_gmBFO24d-7QQEUFIFsJ1tE,4480
|
|
26
|
+
hindsight_client_api/models/budget.py,sha256=Kc8F92Hd0dHRNVkzmwGGvzlRxwWOxepD5p7Ua54S5b4,702
|
|
27
|
+
hindsight_client_api/models/cancel_operation_response.py,sha256=lmPBZmWmA7N6pDR9XNVtlW52VI5r4OKu87rRIwn5M8U,2656
|
|
28
|
+
hindsight_client_api/models/chunk_data.py,sha256=JFO1AK7PAbWy8-8-Z7pBUVXDUxvNuxbtnIFLX6H25xI,2828
|
|
29
|
+
hindsight_client_api/models/chunk_include_options.py,sha256=E3Zj6rqUnDIYKa2XtlOb2zajFBcMtO0vmGL3hCAlYfo,2634
|
|
30
|
+
hindsight_client_api/models/chunk_response.py,sha256=y7sPSHl0j4WXxrj2wz5LJ9daTFaav-rxFZYD9YbEY8U,2888
|
|
31
|
+
hindsight_client_api/models/consolidation_response.py,sha256=WXCy6zhHuw5pTsyKBVfR4RkdQvOAqx0xtvTjdcS8IYI,2820
|
|
32
|
+
hindsight_client_api/models/create_bank_request.py,sha256=4dGhNG7pnKvf22BeEBK6JQZQADopiUBENzdk7sct8QY,3973
|
|
33
|
+
hindsight_client_api/models/create_directive_request.py,sha256=DfoEF0CN4IjBH3Ovad2p6qeiiZ3q9NlVuOE_6Sh6kog,3253
|
|
34
|
+
hindsight_client_api/models/create_mental_model_request.py,sha256=5of3R-ykxzLzZtJHEiPiqANQqNNxEdoDgrjmq2XDVbw,3607
|
|
35
|
+
hindsight_client_api/models/create_mental_model_response.py,sha256=_eK9NLYdglfhtZbVvwHG728e0cfqNaTzSjS6FKV0PrQ,2552
|
|
36
|
+
hindsight_client_api/models/delete_document_response.py,sha256=joYEb24DQZxvAIr-EN4TxuatC9VR1QXcdpILv6JWhrQ,2788
|
|
37
|
+
hindsight_client_api/models/delete_response.py,sha256=8vxUqkydsQET0h8rleZrnxsR-9BuZolJ_P8GJ-l7uPQ,3126
|
|
38
|
+
hindsight_client_api/models/directive_list_response.py,sha256=j4Xk1j6AkPehCMPhU3Zbjh1GeJmy2OJIHMDwlUV_Pdw,2931
|
|
39
|
+
hindsight_client_api/models/directive_response.py,sha256=UxUyURWt6PrQa3smsuFBvomhsODJJDSZgYeuqUkbic0,3701
|
|
40
|
+
hindsight_client_api/models/disposition_traits.py,sha256=WW0x-Pg5YMNvKagTxdhbhfiO1B8x9xXBhau0FhESQ04,3055
|
|
41
|
+
hindsight_client_api/models/document_response.py,sha256=DF85NXLz2CSbVeqaw1Sq9xf2wko6qPSCoqLr9bLunjM,3416
|
|
42
|
+
hindsight_client_api/models/entity_detail_response.py,sha256=xeb0rCPw53fyXnP1mN37EbTyrvSZ7YECyYwdcsIc9XI,4312
|
|
43
|
+
hindsight_client_api/models/entity_include_options.py,sha256=G8IDXUUJ49Ee7p8um1gu5s01emfmzDi3hCzWYBuca0E,2635
|
|
44
|
+
hindsight_client_api/models/entity_input.py,sha256=MUjmDWy11_2AFyhdfXoDb63R4Dtpdf99cgJy3XqWB08,2760
|
|
45
|
+
hindsight_client_api/models/entity_list_item.py,sha256=pxGcxknkd2c9tNczse_p33L4e7IkBFoo10Wvl5WZEAQ,3602
|
|
46
|
+
hindsight_client_api/models/entity_list_response.py,sha256=DSe2VoJsO0HXkMpvo4ts-OSXkNuG55zcrfOtvc_OWMo,3135
|
|
47
|
+
hindsight_client_api/models/entity_observation_response.py,sha256=RkjiCHObXSBd8v9poSd-uZyvTrBnpPTV6n7Z3X8f-54,2804
|
|
48
|
+
hindsight_client_api/models/entity_state_response.py,sha256=BSLUXpNhOfWAC0ITDWWRVKHO4nHW7B2dcEf5YMp22SQ,3239
|
|
49
|
+
hindsight_client_api/models/features_info.py,sha256=9mFcjtuzlZfYcPfCqJKL8t1XKGQD0GLLXs8IQk3K0M8,2831
|
|
50
|
+
hindsight_client_api/models/graph_data_response.py,sha256=aK_NdL3xhVzoIKsxKjIc0UapycegVBEMoB5j0VEbogg,2790
|
|
51
|
+
hindsight_client_api/models/http_validation_error.py,sha256=WDq0dXe1BD8IM7WxxOx0PSYP77J4C7lyMfgeGSugr8E,2937
|
|
52
|
+
hindsight_client_api/models/include_options.py,sha256=6P9Ifiy8biKVQuFP10Dyq8WNPZEncK_TdnzXK-N43xs,3645
|
|
53
|
+
hindsight_client_api/models/list_documents_response.py,sha256=CG-E1xKMMvwwVuOWYdmuOfyO7xcdSUaLvLH6SiuoulY,2675
|
|
54
|
+
hindsight_client_api/models/list_memory_units_response.py,sha256=mxXZf7gALildvKIPObB-Px8pq80fE8w4qfUrmb0uaQ4,2684
|
|
55
|
+
hindsight_client_api/models/list_tags_response.py,sha256=NKj-1XJ5moye6z5IKun76Kmud2iU8JN-gWUJylJKHHQ,3098
|
|
56
|
+
hindsight_client_api/models/memory_item.py,sha256=6TZCETA3DD_geIYbz2apeR9QIHv9AX3E3XwP0AhE_8U,4835
|
|
57
|
+
hindsight_client_api/models/mental_model_list_response.py,sha256=eY8EBLmNUFYRepdtAM5sndrcwSMmmJbDfOvLht0nEpo,2949
|
|
58
|
+
hindsight_client_api/models/mental_model_response.py,sha256=lRV8_r8ZJe1r5linpMMqURn03viv4eAxwE95PEiI48c,4544
|
|
59
|
+
hindsight_client_api/models/mental_model_trigger.py,sha256=mvEQmHN4JA8YytZyBuHdmSh2tRg8kxbHFw12RwvejeQ,2742
|
|
60
|
+
hindsight_client_api/models/operation_response.py,sha256=HfQafE5FEnOckrben_uKpRyzonzoHZbHbx2Ync2lqIE,3474
|
|
61
|
+
hindsight_client_api/models/operation_status_response.py,sha256=xWLidxyzKRjq_bZEKKGYNVzX8UvkFunAuUT-hlmOegI,4627
|
|
62
|
+
hindsight_client_api/models/operations_list_response.py,sha256=1wF1LhQGDJt6HPjHqc92EKt-hFUhU4SiwRi7v43F6C0,3310
|
|
63
|
+
hindsight_client_api/models/recall_request.py,sha256=CfqHvS9XlrG4FldzKPV2cpbIQRz_uAuDXjlLR37GY7M,5064
|
|
64
|
+
hindsight_client_api/models/recall_response.py,sha256=EzuqY1MxplSwasTMzNLIPAG4Z02p2Btv9e-2zh5Gj7E,5103
|
|
65
|
+
hindsight_client_api/models/recall_result.py,sha256=fBDqU3WN3lZOVhU4HnG9kl0-h8VS2wsCOyEXSi--A9I,5689
|
|
66
|
+
hindsight_client_api/models/reflect_based_on.py,sha256=pR3ROFt43yyO1ZuEJWlaOgmHXZ5n6j0jsieQ2LQJOjg,4517
|
|
67
|
+
hindsight_client_api/models/reflect_directive.py,sha256=8_XLc8isCSbaZ9mxby6YqMWld2NmpkUDUuodgx7RyGo,2682
|
|
68
|
+
hindsight_client_api/models/reflect_fact.py,sha256=c5qQD54jk9OWuGfiBfnDjN0_p5XNFLW1N6jhWbB6E5Q,3973
|
|
69
|
+
hindsight_client_api/models/reflect_include_options.py,sha256=U2wMmTO5zPlLtE6aOTeU5IZ0qDgUEpkVWsbUhQhiN0Q,3273
|
|
70
|
+
hindsight_client_api/models/reflect_llm_call.py,sha256=t34KDwUlg6YSJzkM7qGzpyQX7ejb3kMNFrofOuWmDfE,2667
|
|
71
|
+
hindsight_client_api/models/reflect_mental_model.py,sha256=pfQB9UZ-r9mvCjItuZGSYdeZrwYVwWUBAtygBOXF2aw,2894
|
|
72
|
+
hindsight_client_api/models/reflect_request.py,sha256=DFzpkB2pWNOSkhy_kdy-nZ30AnSz53MFSJ-csXqfcEw,5018
|
|
73
|
+
hindsight_client_api/models/reflect_response.py,sha256=4qO-gXiWAiRwxBzP4qlNYyHWWUZxpi9vwAsoEokEJko,4596
|
|
74
|
+
hindsight_client_api/models/reflect_tool_call.py,sha256=sDtuaF1gSApD2vizUD5hFGGGfEZ036jWVUvmop_QmDY,3321
|
|
75
|
+
hindsight_client_api/models/reflect_trace.py,sha256=lxtH2oJpHLDOxKAaDUO7G902nO3ZZ4v-YeZdyRLrL0o,3753
|
|
76
|
+
hindsight_client_api/models/retain_request.py,sha256=_DG2eRugF86ClxsADTgbLRm39aTTnS9aasEiBSbOiLw,3548
|
|
77
|
+
hindsight_client_api/models/retain_response.py,sha256=lSZQFnj0rSNSYOK3n1ilcvJ5_0LjU0EMxQQYvO525Xw,3721
|
|
78
|
+
hindsight_client_api/models/tag_item.py,sha256=y8Feir3rh-8bDsAlXim01Ntyb00CcH0UbmSqco5y6hc,2568
|
|
79
|
+
hindsight_client_api/models/token_usage.py,sha256=lOi_uY0Sg9va8TYDYHoaFblzGrVtlQ1t-h9g0lRJaZk,3140
|
|
80
|
+
hindsight_client_api/models/tool_calls_include_options.py,sha256=dfOmVZn3BSv4TK32-H9jzpwcuf-vor7xPTstJtCwFwA,2671
|
|
81
|
+
hindsight_client_api/models/update_directive_request.py,sha256=1b66ZYUQ1riRPxlvAkayAYYsln-BuWgg4qMGWlaFL1k,3924
|
|
82
|
+
hindsight_client_api/models/update_disposition_request.py,sha256=4A0QlTFjzckQnjYdHXiVf2pz3-CSn6xXRy9PJ0XXKjY,2817
|
|
83
|
+
hindsight_client_api/models/update_mental_model_request.py,sha256=Vt9zD_rVgyFDtgRhv8652xhDyFCU5pk---7pn9767Mw,4362
|
|
84
|
+
hindsight_client_api/models/validation_error.py,sha256=eu7_BEvRXktTlzUGXxqtpzRsQ5PiUR-_umzQlj7k1ts,3029
|
|
85
|
+
hindsight_client_api/models/validation_error_loc_inner.py,sha256=Uw0W3vNfIOecC-rnZr7oD46XuWDJ2xGai5Jji_JMzpQ,4812
|
|
86
|
+
hindsight_client_api/models/version_response.py,sha256=x4bs5h1W5g3ETblYPzMOQZrrbUtdVAIo26mQNMXIllQ,2940
|
|
87
|
+
hindsight_client-0.4.2.dist-info/METADATA,sha256=aJ5MWdhb9siQo9G9elOLL0ve1bChzqlrKkmOWWWzzr0,647
|
|
88
|
+
hindsight_client-0.4.2.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
89
|
+
hindsight_client-0.4.2.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.1
|
|
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.2"
|
|
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.1
|
|
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.1\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=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,,
|
|
File without changes
|