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