hindsight-client 0.4.2__tar.gz → 0.4.4__tar.gz

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 (96) hide show
  1. {hindsight_client-0.4.2 → hindsight_client-0.4.4}/PKG-INFO +1 -1
  2. {hindsight_client-0.4.2 → hindsight_client-0.4.4}/hindsight_client_api/__init__.py +2 -2
  3. {hindsight_client-0.4.2 → hindsight_client-0.4.4}/hindsight_client_api/api/banks_api.py +1 -1
  4. {hindsight_client-0.4.2 → hindsight_client-0.4.4}/hindsight_client_api/api/directives_api.py +1 -1
  5. {hindsight_client-0.4.2 → hindsight_client-0.4.4}/hindsight_client_api/api/documents_api.py +1 -1
  6. {hindsight_client-0.4.2 → hindsight_client-0.4.4}/hindsight_client_api/api/entities_api.py +1 -1
  7. {hindsight_client-0.4.2 → hindsight_client-0.4.4}/hindsight_client_api/api/memory_api.py +7 -7
  8. {hindsight_client-0.4.2 → hindsight_client-0.4.4}/hindsight_client_api/api/mental_models_api.py +1 -1
  9. {hindsight_client-0.4.2 → hindsight_client-0.4.4}/hindsight_client_api/api/monitoring_api.py +1 -1
  10. {hindsight_client-0.4.2 → hindsight_client-0.4.4}/hindsight_client_api/api/operations_api.py +1 -1
  11. {hindsight_client-0.4.2 → hindsight_client-0.4.4}/hindsight_client_api/api_client.py +1 -1
  12. {hindsight_client-0.4.2 → hindsight_client-0.4.4}/hindsight_client_api/configuration.py +2 -2
  13. {hindsight_client-0.4.2 → hindsight_client-0.4.4}/hindsight_client_api/exceptions.py +1 -1
  14. {hindsight_client-0.4.2 → hindsight_client-0.4.4}/hindsight_client_api/models/__init__.py +1 -1
  15. {hindsight_client-0.4.2 → hindsight_client-0.4.4}/hindsight_client_api/models/add_background_request.py +1 -1
  16. {hindsight_client-0.4.2 → hindsight_client-0.4.4}/hindsight_client_api/models/async_operation_submit_response.py +1 -1
  17. {hindsight_client-0.4.2 → hindsight_client-0.4.4}/hindsight_client_api/models/background_response.py +1 -1
  18. {hindsight_client-0.4.2 → hindsight_client-0.4.4}/hindsight_client_api/models/bank_list_item.py +1 -1
  19. {hindsight_client-0.4.2 → hindsight_client-0.4.4}/hindsight_client_api/models/bank_list_response.py +1 -1
  20. {hindsight_client-0.4.2 → hindsight_client-0.4.4}/hindsight_client_api/models/bank_profile_response.py +1 -1
  21. {hindsight_client-0.4.2 → hindsight_client-0.4.4}/hindsight_client_api/models/bank_stats_response.py +1 -1
  22. {hindsight_client-0.4.2 → hindsight_client-0.4.4}/hindsight_client_api/models/budget.py +1 -1
  23. {hindsight_client-0.4.2 → hindsight_client-0.4.4}/hindsight_client_api/models/cancel_operation_response.py +1 -1
  24. {hindsight_client-0.4.2 → hindsight_client-0.4.4}/hindsight_client_api/models/chunk_data.py +1 -1
  25. {hindsight_client-0.4.2 → hindsight_client-0.4.4}/hindsight_client_api/models/chunk_include_options.py +1 -1
  26. {hindsight_client-0.4.2 → hindsight_client-0.4.4}/hindsight_client_api/models/chunk_response.py +1 -1
  27. {hindsight_client-0.4.2 → hindsight_client-0.4.4}/hindsight_client_api/models/consolidation_response.py +1 -1
  28. {hindsight_client-0.4.2 → hindsight_client-0.4.4}/hindsight_client_api/models/create_bank_request.py +1 -1
  29. {hindsight_client-0.4.2 → hindsight_client-0.4.4}/hindsight_client_api/models/create_directive_request.py +1 -1
  30. {hindsight_client-0.4.2 → hindsight_client-0.4.4}/hindsight_client_api/models/create_mental_model_request.py +1 -1
  31. {hindsight_client-0.4.2 → hindsight_client-0.4.4}/hindsight_client_api/models/create_mental_model_response.py +1 -1
  32. {hindsight_client-0.4.2 → hindsight_client-0.4.4}/hindsight_client_api/models/delete_document_response.py +1 -1
  33. {hindsight_client-0.4.2 → hindsight_client-0.4.4}/hindsight_client_api/models/delete_response.py +1 -1
  34. {hindsight_client-0.4.2 → hindsight_client-0.4.4}/hindsight_client_api/models/directive_list_response.py +1 -1
  35. {hindsight_client-0.4.2 → hindsight_client-0.4.4}/hindsight_client_api/models/directive_response.py +1 -1
  36. {hindsight_client-0.4.2 → hindsight_client-0.4.4}/hindsight_client_api/models/disposition_traits.py +1 -1
  37. {hindsight_client-0.4.2 → hindsight_client-0.4.4}/hindsight_client_api/models/document_response.py +1 -1
  38. {hindsight_client-0.4.2 → hindsight_client-0.4.4}/hindsight_client_api/models/entity_detail_response.py +1 -1
  39. {hindsight_client-0.4.2 → hindsight_client-0.4.4}/hindsight_client_api/models/entity_include_options.py +1 -1
  40. {hindsight_client-0.4.2 → hindsight_client-0.4.4}/hindsight_client_api/models/entity_input.py +1 -1
  41. {hindsight_client-0.4.2 → hindsight_client-0.4.4}/hindsight_client_api/models/entity_list_item.py +1 -1
  42. {hindsight_client-0.4.2 → hindsight_client-0.4.4}/hindsight_client_api/models/entity_list_response.py +1 -1
  43. {hindsight_client-0.4.2 → hindsight_client-0.4.4}/hindsight_client_api/models/entity_observation_response.py +1 -1
  44. {hindsight_client-0.4.2 → hindsight_client-0.4.4}/hindsight_client_api/models/entity_state_response.py +1 -1
  45. {hindsight_client-0.4.2 → hindsight_client-0.4.4}/hindsight_client_api/models/features_info.py +1 -1
  46. {hindsight_client-0.4.2 → hindsight_client-0.4.4}/hindsight_client_api/models/graph_data_response.py +1 -1
  47. {hindsight_client-0.4.2 → hindsight_client-0.4.4}/hindsight_client_api/models/http_validation_error.py +1 -1
  48. {hindsight_client-0.4.2 → hindsight_client-0.4.4}/hindsight_client_api/models/include_options.py +1 -1
  49. {hindsight_client-0.4.2 → hindsight_client-0.4.4}/hindsight_client_api/models/list_documents_response.py +1 -1
  50. {hindsight_client-0.4.2 → hindsight_client-0.4.4}/hindsight_client_api/models/list_memory_units_response.py +1 -1
  51. {hindsight_client-0.4.2 → hindsight_client-0.4.4}/hindsight_client_api/models/list_tags_response.py +1 -1
  52. {hindsight_client-0.4.2 → hindsight_client-0.4.4}/hindsight_client_api/models/memory_item.py +1 -1
  53. {hindsight_client-0.4.2 → hindsight_client-0.4.4}/hindsight_client_api/models/mental_model_list_response.py +1 -1
  54. {hindsight_client-0.4.2 → hindsight_client-0.4.4}/hindsight_client_api/models/mental_model_response.py +1 -1
  55. {hindsight_client-0.4.2 → hindsight_client-0.4.4}/hindsight_client_api/models/mental_model_trigger.py +1 -1
  56. {hindsight_client-0.4.2 → hindsight_client-0.4.4}/hindsight_client_api/models/operation_response.py +1 -1
  57. {hindsight_client-0.4.2 → hindsight_client-0.4.4}/hindsight_client_api/models/operation_status_response.py +1 -1
  58. {hindsight_client-0.4.2 → hindsight_client-0.4.4}/hindsight_client_api/models/operations_list_response.py +1 -1
  59. {hindsight_client-0.4.2 → hindsight_client-0.4.4}/hindsight_client_api/models/recall_request.py +1 -1
  60. {hindsight_client-0.4.2 → hindsight_client-0.4.4}/hindsight_client_api/models/recall_response.py +1 -1
  61. {hindsight_client-0.4.2 → hindsight_client-0.4.4}/hindsight_client_api/models/recall_result.py +1 -1
  62. {hindsight_client-0.4.2 → hindsight_client-0.4.4}/hindsight_client_api/models/reflect_based_on.py +1 -1
  63. {hindsight_client-0.4.2 → hindsight_client-0.4.4}/hindsight_client_api/models/reflect_directive.py +1 -1
  64. {hindsight_client-0.4.2 → hindsight_client-0.4.4}/hindsight_client_api/models/reflect_fact.py +1 -1
  65. {hindsight_client-0.4.2 → hindsight_client-0.4.4}/hindsight_client_api/models/reflect_include_options.py +1 -1
  66. {hindsight_client-0.4.2 → hindsight_client-0.4.4}/hindsight_client_api/models/reflect_llm_call.py +1 -1
  67. {hindsight_client-0.4.2 → hindsight_client-0.4.4}/hindsight_client_api/models/reflect_mental_model.py +1 -1
  68. {hindsight_client-0.4.2 → hindsight_client-0.4.4}/hindsight_client_api/models/reflect_request.py +1 -1
  69. {hindsight_client-0.4.2 → hindsight_client-0.4.4}/hindsight_client_api/models/reflect_response.py +1 -1
  70. {hindsight_client-0.4.2 → hindsight_client-0.4.4}/hindsight_client_api/models/reflect_tool_call.py +1 -1
  71. {hindsight_client-0.4.2 → hindsight_client-0.4.4}/hindsight_client_api/models/reflect_trace.py +1 -1
  72. {hindsight_client-0.4.2 → hindsight_client-0.4.4}/hindsight_client_api/models/retain_request.py +1 -1
  73. {hindsight_client-0.4.2 → hindsight_client-0.4.4}/hindsight_client_api/models/retain_response.py +1 -1
  74. {hindsight_client-0.4.2 → hindsight_client-0.4.4}/hindsight_client_api/models/tag_item.py +1 -1
  75. {hindsight_client-0.4.2 → hindsight_client-0.4.4}/hindsight_client_api/models/token_usage.py +1 -1
  76. {hindsight_client-0.4.2 → hindsight_client-0.4.4}/hindsight_client_api/models/tool_calls_include_options.py +1 -1
  77. {hindsight_client-0.4.2 → hindsight_client-0.4.4}/hindsight_client_api/models/update_directive_request.py +1 -1
  78. {hindsight_client-0.4.2 → hindsight_client-0.4.4}/hindsight_client_api/models/update_disposition_request.py +1 -1
  79. {hindsight_client-0.4.2 → hindsight_client-0.4.4}/hindsight_client_api/models/update_mental_model_request.py +1 -1
  80. {hindsight_client-0.4.2 → hindsight_client-0.4.4}/hindsight_client_api/models/validation_error.py +1 -1
  81. {hindsight_client-0.4.2 → hindsight_client-0.4.4}/hindsight_client_api/models/validation_error_loc_inner.py +1 -1
  82. {hindsight_client-0.4.2 → hindsight_client-0.4.4}/hindsight_client_api/models/version_response.py +1 -1
  83. {hindsight_client-0.4.2 → hindsight_client-0.4.4}/hindsight_client_api/rest.py +1 -1
  84. {hindsight_client-0.4.2 → hindsight_client-0.4.4}/pyproject.toml +1 -1
  85. {hindsight_client-0.4.2 → hindsight_client-0.4.4}/.gitignore +0 -0
  86. {hindsight_client-0.4.2 → hindsight_client-0.4.4}/.openapi-generator/FILES +0 -0
  87. {hindsight_client-0.4.2 → hindsight_client-0.4.4}/.openapi-generator/VERSION +0 -0
  88. {hindsight_client-0.4.2 → hindsight_client-0.4.4}/.openapi-generator-ignore +0 -0
  89. {hindsight_client-0.4.2 → hindsight_client-0.4.4}/README.md +0 -0
  90. {hindsight_client-0.4.2 → hindsight_client-0.4.4}/hindsight_client/__init__.py +0 -0
  91. {hindsight_client-0.4.2 → hindsight_client-0.4.4}/hindsight_client/hindsight_client.py +0 -0
  92. {hindsight_client-0.4.2 → hindsight_client-0.4.4}/hindsight_client_api/api/__init__.py +0 -0
  93. {hindsight_client-0.4.2 → hindsight_client-0.4.4}/hindsight_client_api/api_response.py +0 -0
  94. {hindsight_client-0.4.2 → hindsight_client-0.4.4}/openapi-generator-config.yaml +0 -0
  95. {hindsight_client-0.4.2 → hindsight_client-0.4.4}/tests/__init__.py +0 -0
  96. {hindsight_client-0.4.2 → hindsight_client-0.4.4}/tests/test_main_operations.py +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
@@ -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,6 +1,6 @@
1
1
  [project]
2
2
  name = "hindsight-client"
3
- version = "0.4.2"
3
+ version = "0.4.4"
4
4
  description = "Python client for Hindsight - Semantic memory system with personality-driven thinking"
5
5
  authors = [
6
6
  {name = "Hindsight Team"}