hindsight-client 0.4.2__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.
Files changed (86) hide show
  1. {hindsight_client-0.4.2.dist-info → hindsight_client-0.4.4.dist-info}/METADATA +1 -1
  2. hindsight_client-0.4.4.dist-info/RECORD +89 -0
  3. hindsight_client_api/__init__.py +2 -2
  4. hindsight_client_api/api/banks_api.py +1 -1
  5. hindsight_client_api/api/directives_api.py +1 -1
  6. hindsight_client_api/api/documents_api.py +1 -1
  7. hindsight_client_api/api/entities_api.py +1 -1
  8. hindsight_client_api/api/memory_api.py +7 -7
  9. hindsight_client_api/api/mental_models_api.py +1 -1
  10. hindsight_client_api/api/monitoring_api.py +1 -1
  11. hindsight_client_api/api/operations_api.py +1 -1
  12. hindsight_client_api/api_client.py +1 -1
  13. hindsight_client_api/configuration.py +2 -2
  14. hindsight_client_api/exceptions.py +1 -1
  15. hindsight_client_api/models/__init__.py +1 -1
  16. hindsight_client_api/models/add_background_request.py +1 -1
  17. hindsight_client_api/models/async_operation_submit_response.py +1 -1
  18. hindsight_client_api/models/background_response.py +1 -1
  19. hindsight_client_api/models/bank_list_item.py +1 -1
  20. hindsight_client_api/models/bank_list_response.py +1 -1
  21. hindsight_client_api/models/bank_profile_response.py +1 -1
  22. hindsight_client_api/models/bank_stats_response.py +1 -1
  23. hindsight_client_api/models/budget.py +1 -1
  24. hindsight_client_api/models/cancel_operation_response.py +1 -1
  25. hindsight_client_api/models/chunk_data.py +1 -1
  26. hindsight_client_api/models/chunk_include_options.py +1 -1
  27. hindsight_client_api/models/chunk_response.py +1 -1
  28. hindsight_client_api/models/consolidation_response.py +1 -1
  29. hindsight_client_api/models/create_bank_request.py +1 -1
  30. hindsight_client_api/models/create_directive_request.py +1 -1
  31. hindsight_client_api/models/create_mental_model_request.py +1 -1
  32. hindsight_client_api/models/create_mental_model_response.py +1 -1
  33. hindsight_client_api/models/delete_document_response.py +1 -1
  34. hindsight_client_api/models/delete_response.py +1 -1
  35. hindsight_client_api/models/directive_list_response.py +1 -1
  36. hindsight_client_api/models/directive_response.py +1 -1
  37. hindsight_client_api/models/disposition_traits.py +1 -1
  38. hindsight_client_api/models/document_response.py +1 -1
  39. hindsight_client_api/models/entity_detail_response.py +1 -1
  40. hindsight_client_api/models/entity_include_options.py +1 -1
  41. hindsight_client_api/models/entity_input.py +1 -1
  42. hindsight_client_api/models/entity_list_item.py +1 -1
  43. hindsight_client_api/models/entity_list_response.py +1 -1
  44. hindsight_client_api/models/entity_observation_response.py +1 -1
  45. hindsight_client_api/models/entity_state_response.py +1 -1
  46. hindsight_client_api/models/features_info.py +1 -1
  47. hindsight_client_api/models/graph_data_response.py +1 -1
  48. hindsight_client_api/models/http_validation_error.py +1 -1
  49. hindsight_client_api/models/include_options.py +1 -1
  50. hindsight_client_api/models/list_documents_response.py +1 -1
  51. hindsight_client_api/models/list_memory_units_response.py +1 -1
  52. hindsight_client_api/models/list_tags_response.py +1 -1
  53. hindsight_client_api/models/memory_item.py +1 -1
  54. hindsight_client_api/models/mental_model_list_response.py +1 -1
  55. hindsight_client_api/models/mental_model_response.py +1 -1
  56. hindsight_client_api/models/mental_model_trigger.py +1 -1
  57. hindsight_client_api/models/operation_response.py +1 -1
  58. hindsight_client_api/models/operation_status_response.py +1 -1
  59. hindsight_client_api/models/operations_list_response.py +1 -1
  60. hindsight_client_api/models/recall_request.py +1 -1
  61. hindsight_client_api/models/recall_response.py +1 -1
  62. hindsight_client_api/models/recall_result.py +1 -1
  63. hindsight_client_api/models/reflect_based_on.py +1 -1
  64. hindsight_client_api/models/reflect_directive.py +1 -1
  65. hindsight_client_api/models/reflect_fact.py +1 -1
  66. hindsight_client_api/models/reflect_include_options.py +1 -1
  67. hindsight_client_api/models/reflect_llm_call.py +1 -1
  68. hindsight_client_api/models/reflect_mental_model.py +1 -1
  69. hindsight_client_api/models/reflect_request.py +1 -1
  70. hindsight_client_api/models/reflect_response.py +1 -1
  71. hindsight_client_api/models/reflect_tool_call.py +1 -1
  72. hindsight_client_api/models/reflect_trace.py +1 -1
  73. hindsight_client_api/models/retain_request.py +1 -1
  74. hindsight_client_api/models/retain_response.py +1 -1
  75. hindsight_client_api/models/tag_item.py +1 -1
  76. hindsight_client_api/models/token_usage.py +1 -1
  77. hindsight_client_api/models/tool_calls_include_options.py +1 -1
  78. hindsight_client_api/models/update_directive_request.py +1 -1
  79. hindsight_client_api/models/update_disposition_request.py +1 -1
  80. hindsight_client_api/models/update_mental_model_request.py +1 -1
  81. hindsight_client_api/models/validation_error.py +1 -1
  82. hindsight_client_api/models/validation_error_loc_inner.py +1 -1
  83. hindsight_client_api/models/version_response.py +1 -1
  84. hindsight_client_api/rest.py +1 -1
  85. hindsight_client-0.4.2.dist-info/RECORD +0 -89
  86. {hindsight_client-0.4.2.dist-info → hindsight_client-0.4.4.dist-info}/WHEEL +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: hindsight-client
3
- Version: 0.4.2
3
+ Version: 0.4.4
4
4
  Summary: Python client for Hindsight - Semantic memory system with personality-driven thinking
5
5
  Author: Hindsight Team
6
6
  Requires-Python: >=3.10
@@ -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,,
@@ -7,14 +7,14 @@
7
7
 
8
8
  HTTP API for Hindsight
9
9
 
10
- The version of the OpenAPI document: 0.4.1
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.2"
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.1
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.
@@ -5,7 +5,7 @@
5
5
 
6
6
  HTTP API for Hindsight
7
7
 
8
- The version of the OpenAPI document: 0.4.1
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.
@@ -5,7 +5,7 @@
5
5
 
6
6
  HTTP API for Hindsight
7
7
 
8
- The version of the OpenAPI document: 0.4.1
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.
@@ -5,7 +5,7 @@
5
5
 
6
6
  HTTP API for Hindsight
7
7
 
8
- The version of the OpenAPI document: 0.4.1
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.
@@ -5,7 +5,7 @@
5
5
 
6
6
  HTTP API for Hindsight
7
7
 
8
- The version of the OpenAPI document: 0.4.1
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.
@@ -1644,7 +1644,7 @@ class MemoryApi:
1644
1644
  ) -> RecallResponse:
1645
1645
  """Recall memory
1646
1646
 
1647
- Recall memory using semantic similarity and spreading activation. The type parameter is optional and must be one of: - `world`: General knowledge about people, places, events, and things that happen - `experience`: Memories about experience, conversations, actions taken, and tasks performed - `opinion`: The bank's formed beliefs, perspectives, and viewpoints Set `include_entities=true` to get entity observations alongside recall results.
1647
+ Recall memory using semantic similarity and spreading activation. The type parameter is optional and must be one of: - `world`: General knowledge about people, places, events, and things that happen - `experience`: Memories about experience, conversations, actions taken, and tasks performed
1648
1648
 
1649
1649
  :param bank_id: (required)
1650
1650
  :type bank_id: str
@@ -1720,7 +1720,7 @@ class MemoryApi:
1720
1720
  ) -> ApiResponse[RecallResponse]:
1721
1721
  """Recall memory
1722
1722
 
1723
- Recall memory using semantic similarity and spreading activation. The type parameter is optional and must be one of: - `world`: General knowledge about people, places, events, and things that happen - `experience`: Memories about experience, conversations, actions taken, and tasks performed - `opinion`: The bank's formed beliefs, perspectives, and viewpoints Set `include_entities=true` to get entity observations alongside recall results.
1723
+ Recall memory using semantic similarity and spreading activation. The type parameter is optional and must be one of: - `world`: General knowledge about people, places, events, and things that happen - `experience`: Memories about experience, conversations, actions taken, and tasks performed
1724
1724
 
1725
1725
  :param bank_id: (required)
1726
1726
  :type bank_id: str
@@ -1796,7 +1796,7 @@ class MemoryApi:
1796
1796
  ) -> RESTResponseType:
1797
1797
  """Recall memory
1798
1798
 
1799
- Recall memory using semantic similarity and spreading activation. The type parameter is optional and must be one of: - `world`: General knowledge about people, places, events, and things that happen - `experience`: Memories about experience, conversations, actions taken, and tasks performed - `opinion`: The bank's formed beliefs, perspectives, and viewpoints Set `include_entities=true` to get entity observations alongside recall results.
1799
+ Recall memory using semantic similarity and spreading activation. The type parameter is optional and must be one of: - `world`: General knowledge about people, places, events, and things that happen - `experience`: Memories about experience, conversations, actions taken, and tasks performed
1800
1800
 
1801
1801
  :param bank_id: (required)
1802
1802
  :type bank_id: str
@@ -1950,7 +1950,7 @@ class MemoryApi:
1950
1950
  ) -> ReflectResponse:
1951
1951
  """Reflect and generate answer
1952
1952
 
1953
- Reflect and formulate an answer using bank identity, world facts, and opinions. This endpoint: 1. Retrieves experience (conversations and events) 2. Retrieves world facts relevant to the query 3. Retrieves existing opinions (bank's perspectives) 4. Uses LLM to formulate a contextual answer 5. Extracts and stores any new opinions formed 6. Returns plain text answer, the facts used, and new opinions
1953
+ Reflect and formulate an answer using bank identity, world facts, and opinions. This endpoint: 1. Retrieves experience (conversations and events) 2. Retrieves world facts relevant to the query 3. Retrieves existing opinions (bank's perspectives) 4. Uses LLM to formulate a contextual answer 5. Returns plain text answer and the facts used
1954
1954
 
1955
1955
  :param bank_id: (required)
1956
1956
  :type bank_id: str
@@ -2026,7 +2026,7 @@ class MemoryApi:
2026
2026
  ) -> ApiResponse[ReflectResponse]:
2027
2027
  """Reflect and generate answer
2028
2028
 
2029
- Reflect and formulate an answer using bank identity, world facts, and opinions. This endpoint: 1. Retrieves experience (conversations and events) 2. Retrieves world facts relevant to the query 3. Retrieves existing opinions (bank's perspectives) 4. Uses LLM to formulate a contextual answer 5. Extracts and stores any new opinions formed 6. Returns plain text answer, the facts used, and new opinions
2029
+ Reflect and formulate an answer using bank identity, world facts, and opinions. This endpoint: 1. Retrieves experience (conversations and events) 2. Retrieves world facts relevant to the query 3. Retrieves existing opinions (bank's perspectives) 4. Uses LLM to formulate a contextual answer 5. Returns plain text answer and the facts used
2030
2030
 
2031
2031
  :param bank_id: (required)
2032
2032
  :type bank_id: str
@@ -2102,7 +2102,7 @@ class MemoryApi:
2102
2102
  ) -> RESTResponseType:
2103
2103
  """Reflect and generate answer
2104
2104
 
2105
- Reflect and formulate an answer using bank identity, world facts, and opinions. This endpoint: 1. Retrieves experience (conversations and events) 2. Retrieves world facts relevant to the query 3. Retrieves existing opinions (bank's perspectives) 4. Uses LLM to formulate a contextual answer 5. Extracts and stores any new opinions formed 6. Returns plain text answer, the facts used, and new opinions
2105
+ Reflect and formulate an answer using bank identity, world facts, and opinions. This endpoint: 1. Retrieves experience (conversations and events) 2. Retrieves world facts relevant to the query 3. Retrieves existing opinions (bank's perspectives) 4. Uses LLM to formulate a contextual answer 5. Returns plain text answer and the facts used
2106
2106
 
2107
2107
  :param bank_id: (required)
2108
2108
  :type bank_id: str
@@ -5,7 +5,7 @@
5
5
 
6
6
  HTTP API for Hindsight
7
7
 
8
- The version of the OpenAPI document: 0.4.1
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.
@@ -5,7 +5,7 @@
5
5
 
6
6
  HTTP API for Hindsight
7
7
 
8
- The version of the OpenAPI document: 0.4.1
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.
@@ -5,7 +5,7 @@
5
5
 
6
6
  HTTP API for Hindsight
7
7
 
8
- The version of the OpenAPI document: 0.4.1
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.
@@ -5,7 +5,7 @@
5
5
 
6
6
  HTTP API for Hindsight
7
7
 
8
- The version of the OpenAPI document: 0.4.1
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.
@@ -5,7 +5,7 @@
5
5
 
6
6
  HTTP API for Hindsight
7
7
 
8
- The version of the OpenAPI document: 0.4.1
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.1\n"\
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
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  HTTP API for Hindsight
7
7
 
8
- The version of the OpenAPI document: 0.4.1
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.
@@ -6,7 +6,7 @@
6
6
 
7
7
  HTTP API for Hindsight
8
8
 
9
- The version of the OpenAPI document: 0.4.1
9
+ The version of the OpenAPI document: 0.4.3
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
12
12
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  HTTP API for Hindsight
7
7
 
8
- The version of the OpenAPI document: 0.4.1
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.
@@ -5,7 +5,7 @@
5
5
 
6
6
  HTTP API for Hindsight
7
7
 
8
- The version of the OpenAPI document: 0.4.1
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.
@@ -5,7 +5,7 @@
5
5
 
6
6
  HTTP API for Hindsight
7
7
 
8
- The version of the OpenAPI document: 0.4.1
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.
@@ -5,7 +5,7 @@
5
5
 
6
6
  HTTP API for Hindsight
7
7
 
8
- The version of the OpenAPI document: 0.4.1
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.
@@ -5,7 +5,7 @@
5
5
 
6
6
  HTTP API for Hindsight
7
7
 
8
- The version of the OpenAPI document: 0.4.1
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.
@@ -5,7 +5,7 @@
5
5
 
6
6
  HTTP API for Hindsight
7
7
 
8
- The version of the OpenAPI document: 0.4.1
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.
@@ -5,7 +5,7 @@
5
5
 
6
6
  HTTP API for Hindsight
7
7
 
8
- The version of the OpenAPI document: 0.4.1
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.
@@ -5,7 +5,7 @@
5
5
 
6
6
  HTTP API for Hindsight
7
7
 
8
- The version of the OpenAPI document: 0.4.1
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.
@@ -5,7 +5,7 @@
5
5
 
6
6
  HTTP API for Hindsight
7
7
 
8
- The version of the OpenAPI document: 0.4.1
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.
@@ -5,7 +5,7 @@
5
5
 
6
6
  HTTP API for Hindsight
7
7
 
8
- The version of the OpenAPI document: 0.4.1
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.
@@ -5,7 +5,7 @@
5
5
 
6
6
  HTTP API for Hindsight
7
7
 
8
- The version of the OpenAPI document: 0.4.1
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.
@@ -5,7 +5,7 @@
5
5
 
6
6
  HTTP API for Hindsight
7
7
 
8
- The version of the OpenAPI document: 0.4.1
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.
@@ -5,7 +5,7 @@
5
5
 
6
6
  HTTP API for Hindsight
7
7
 
8
- The version of the OpenAPI document: 0.4.1
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.
@@ -5,7 +5,7 @@
5
5
 
6
6
  HTTP API for Hindsight
7
7
 
8
- The version of the OpenAPI document: 0.4.1
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.
@@ -5,7 +5,7 @@
5
5
 
6
6
  HTTP API for Hindsight
7
7
 
8
- The version of the OpenAPI document: 0.4.1
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.
@@ -5,7 +5,7 @@
5
5
 
6
6
  HTTP API for Hindsight
7
7
 
8
- The version of the OpenAPI document: 0.4.1
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.
@@ -5,7 +5,7 @@
5
5
 
6
6
  HTTP API for Hindsight
7
7
 
8
- The version of the OpenAPI document: 0.4.1
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.
@@ -5,7 +5,7 @@
5
5
 
6
6
  HTTP API for Hindsight
7
7
 
8
- The version of the OpenAPI document: 0.4.1
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.
@@ -5,7 +5,7 @@
5
5
 
6
6
  HTTP API for Hindsight
7
7
 
8
- The version of the OpenAPI document: 0.4.1
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.
@@ -5,7 +5,7 @@
5
5
 
6
6
  HTTP API for Hindsight
7
7
 
8
- The version of the OpenAPI document: 0.4.1
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.
@@ -5,7 +5,7 @@
5
5
 
6
6
  HTTP API for Hindsight
7
7
 
8
- The version of the OpenAPI document: 0.4.1
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.
@@ -5,7 +5,7 @@
5
5
 
6
6
  HTTP API for Hindsight
7
7
 
8
- The version of the OpenAPI document: 0.4.1
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.
@@ -5,7 +5,7 @@
5
5
 
6
6
  HTTP API for Hindsight
7
7
 
8
- The version of the OpenAPI document: 0.4.1
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.
@@ -5,7 +5,7 @@
5
5
 
6
6
  HTTP API for Hindsight
7
7
 
8
- The version of the OpenAPI document: 0.4.1
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.
@@ -5,7 +5,7 @@
5
5
 
6
6
  HTTP API for Hindsight
7
7
 
8
- The version of the OpenAPI document: 0.4.1
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.
@@ -5,7 +5,7 @@
5
5
 
6
6
  HTTP API for Hindsight
7
7
 
8
- The version of the OpenAPI document: 0.4.1
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.
@@ -5,7 +5,7 @@
5
5
 
6
6
  HTTP API for Hindsight
7
7
 
8
- The version of the OpenAPI document: 0.4.1
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.
@@ -5,7 +5,7 @@
5
5
 
6
6
  HTTP API for Hindsight
7
7
 
8
- The version of the OpenAPI document: 0.4.1
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.
@@ -5,7 +5,7 @@
5
5
 
6
6
  HTTP API for Hindsight
7
7
 
8
- The version of the OpenAPI document: 0.4.1
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.
@@ -5,7 +5,7 @@
5
5
 
6
6
  HTTP API for Hindsight
7
7
 
8
- The version of the OpenAPI document: 0.4.1
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.
@@ -5,7 +5,7 @@
5
5
 
6
6
  HTTP API for Hindsight
7
7
 
8
- The version of the OpenAPI document: 0.4.1
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.
@@ -5,7 +5,7 @@
5
5
 
6
6
  HTTP API for Hindsight
7
7
 
8
- The version of the OpenAPI document: 0.4.1
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.
@@ -5,7 +5,7 @@
5
5
 
6
6
  HTTP API for Hindsight
7
7
 
8
- The version of the OpenAPI document: 0.4.1
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.
@@ -5,7 +5,7 @@
5
5
 
6
6
  HTTP API for Hindsight
7
7
 
8
- The version of the OpenAPI document: 0.4.1
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.
@@ -5,7 +5,7 @@
5
5
 
6
6
  HTTP API for Hindsight
7
7
 
8
- The version of the OpenAPI document: 0.4.1
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.
@@ -5,7 +5,7 @@
5
5
 
6
6
  HTTP API for Hindsight
7
7
 
8
- The version of the OpenAPI document: 0.4.1
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.
@@ -5,7 +5,7 @@
5
5
 
6
6
  HTTP API for Hindsight
7
7
 
8
- The version of the OpenAPI document: 0.4.1
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.
@@ -5,7 +5,7 @@
5
5
 
6
6
  HTTP API for Hindsight
7
7
 
8
- The version of the OpenAPI document: 0.4.1
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.
@@ -5,7 +5,7 @@
5
5
 
6
6
  HTTP API for Hindsight
7
7
 
8
- The version of the OpenAPI document: 0.4.1
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.
@@ -5,7 +5,7 @@
5
5
 
6
6
  HTTP API for Hindsight
7
7
 
8
- The version of the OpenAPI document: 0.4.1
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.
@@ -5,7 +5,7 @@
5
5
 
6
6
  HTTP API for Hindsight
7
7
 
8
- The version of the OpenAPI document: 0.4.1
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.
@@ -5,7 +5,7 @@
5
5
 
6
6
  HTTP API for Hindsight
7
7
 
8
- The version of the OpenAPI document: 0.4.1
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.
@@ -5,7 +5,7 @@
5
5
 
6
6
  HTTP API for Hindsight
7
7
 
8
- The version of the OpenAPI document: 0.4.1
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.
@@ -5,7 +5,7 @@
5
5
 
6
6
  HTTP API for Hindsight
7
7
 
8
- The version of the OpenAPI document: 0.4.1
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.
@@ -5,7 +5,7 @@
5
5
 
6
6
  HTTP API for Hindsight
7
7
 
8
- The version of the OpenAPI document: 0.4.1
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.
@@ -5,7 +5,7 @@
5
5
 
6
6
  HTTP API for Hindsight
7
7
 
8
- The version of the OpenAPI document: 0.4.1
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.
@@ -5,7 +5,7 @@
5
5
 
6
6
  HTTP API for Hindsight
7
7
 
8
- The version of the OpenAPI document: 0.4.1
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.
@@ -5,7 +5,7 @@
5
5
 
6
6
  HTTP API for Hindsight
7
7
 
8
- The version of the OpenAPI document: 0.4.1
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.
@@ -5,7 +5,7 @@
5
5
 
6
6
  HTTP API for Hindsight
7
7
 
8
- The version of the OpenAPI document: 0.4.1
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.
@@ -5,7 +5,7 @@
5
5
 
6
6
  HTTP API for Hindsight
7
7
 
8
- The version of the OpenAPI document: 0.4.1
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.
@@ -5,7 +5,7 @@
5
5
 
6
6
  HTTP API for Hindsight
7
7
 
8
- The version of the OpenAPI document: 0.4.1
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.
@@ -5,7 +5,7 @@
5
5
 
6
6
  HTTP API for Hindsight
7
7
 
8
- The version of the OpenAPI document: 0.4.1
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.
@@ -5,7 +5,7 @@
5
5
 
6
6
  HTTP API for Hindsight
7
7
 
8
- The version of the OpenAPI document: 0.4.1
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.
@@ -5,7 +5,7 @@
5
5
 
6
6
  HTTP API for Hindsight
7
7
 
8
- The version of the OpenAPI document: 0.4.1
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.
@@ -5,7 +5,7 @@
5
5
 
6
6
  HTTP API for Hindsight
7
7
 
8
- The version of the OpenAPI document: 0.4.1
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.
@@ -5,7 +5,7 @@
5
5
 
6
6
  HTTP API for Hindsight
7
7
 
8
- The version of the OpenAPI document: 0.4.1
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.
@@ -5,7 +5,7 @@
5
5
 
6
6
  HTTP API for Hindsight
7
7
 
8
- The version of the OpenAPI document: 0.4.1
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.
@@ -5,7 +5,7 @@
5
5
 
6
6
  HTTP API for Hindsight
7
7
 
8
- The version of the OpenAPI document: 0.4.1
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.
@@ -5,7 +5,7 @@
5
5
 
6
6
  HTTP API for Hindsight
7
7
 
8
- The version of the OpenAPI document: 0.4.1
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.
@@ -5,7 +5,7 @@
5
5
 
6
6
  HTTP API for Hindsight
7
7
 
8
- The version of the OpenAPI document: 0.4.1
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.
@@ -5,7 +5,7 @@
5
5
 
6
6
  HTTP API for Hindsight
7
7
 
8
- The version of the OpenAPI document: 0.4.1
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.
@@ -5,7 +5,7 @@
5
5
 
6
6
  HTTP API for Hindsight
7
7
 
8
- The version of the OpenAPI document: 0.4.1
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.
@@ -5,7 +5,7 @@
5
5
 
6
6
  HTTP API for Hindsight
7
7
 
8
- The version of the OpenAPI document: 0.4.1
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.
@@ -5,7 +5,7 @@
5
5
 
6
6
  HTTP API for Hindsight
7
7
 
8
- The version of the OpenAPI document: 0.4.1
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.
@@ -5,7 +5,7 @@
5
5
 
6
6
  HTTP API for Hindsight
7
7
 
8
- The version of the OpenAPI document: 0.4.1
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.
@@ -5,7 +5,7 @@
5
5
 
6
6
  HTTP API for Hindsight
7
7
 
8
- The version of the OpenAPI document: 0.4.1
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.
@@ -5,7 +5,7 @@
5
5
 
6
6
  HTTP API for Hindsight
7
7
 
8
- The version of the OpenAPI document: 0.4.1
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.
@@ -5,7 +5,7 @@
5
5
 
6
6
  HTTP API for Hindsight
7
7
 
8
- The version of the OpenAPI document: 0.4.1
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.
@@ -5,7 +5,7 @@
5
5
 
6
6
  HTTP API for Hindsight
7
7
 
8
- The version of the OpenAPI document: 0.4.1
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.
@@ -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=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,,