hindsight-client 0.4.0__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.0.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.0.dist-info/RECORD +0 -89
- {hindsight_client-0.4.0.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.1
|
|
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.
|
|
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.1
|
|
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.1
|
|
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=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
|