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