hindsight-client 0.0.21__tar.gz → 0.1.1__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 (142) hide show
  1. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/.openapi-generator/FILES +0 -3
  2. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/PKG-INFO +1 -1
  3. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/hindsight_client/__init__.py +2 -2
  4. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/hindsight_client/hindsight_client.py +26 -60
  5. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/hindsight_client_api/__init__.py +0 -2
  6. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/hindsight_client_api/api/default_api.py +6 -6
  7. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/hindsight_client_api/docs/AddBackgroundRequest.md +1 -1
  8. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/hindsight_client_api/docs/DefaultApi.md +2 -2
  9. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/hindsight_client_api/docs/DispositionTraits.md +4 -7
  10. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/hindsight_client_api/docs/RecallRequest.md +0 -1
  11. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/hindsight_client_api/docs/ReflectRequest.md +0 -1
  12. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/hindsight_client_api/models/__init__.py +0 -1
  13. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/hindsight_client_api/models/add_background_request.py +1 -1
  14. hindsight_client-0.1.1/hindsight_client_api/models/disposition_traits.py +92 -0
  15. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/hindsight_client_api/models/recall_request.py +1 -16
  16. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/hindsight_client_api/models/reflect_request.py +1 -16
  17. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/hindsight_client_api/test/test_background_response.py +1 -1
  18. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/hindsight_client_api/test/test_bank_list_item.py +2 -2
  19. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/hindsight_client_api/test/test_bank_list_response.py +2 -2
  20. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/hindsight_client_api/test/test_bank_profile_response.py +2 -2
  21. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/hindsight_client_api/test/test_create_bank_request.py +1 -1
  22. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/hindsight_client_api/test/test_disposition_traits.py +6 -12
  23. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/hindsight_client_api/test/test_recall_request.py +0 -3
  24. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/hindsight_client_api/test/test_reflect_request.py +0 -3
  25. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/hindsight_client_api/test/test_update_disposition_request.py +2 -2
  26. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/pyproject.toml +1 -1
  27. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/tests/test_main_operations.py +91 -99
  28. hindsight_client-0.0.21/hindsight_client_api/docs/MetadataFilter.md +0 -32
  29. hindsight_client-0.0.21/hindsight_client_api/models/disposition_traits.py +0 -98
  30. hindsight_client-0.0.21/hindsight_client_api/models/metadata_filter.py +0 -96
  31. hindsight_client-0.0.21/hindsight_client_api/test/test_metadata_filter.py +0 -54
  32. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/.gitignore +0 -0
  33. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/.openapi-generator/VERSION +0 -0
  34. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/.openapi-generator-ignore +0 -0
  35. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/README.md +0 -0
  36. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/hindsight_client_api/api/__init__.py +0 -0
  37. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/hindsight_client_api/api/monitoring_api.py +0 -0
  38. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/hindsight_client_api/api_client.py +0 -0
  39. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/hindsight_client_api/api_response.py +0 -0
  40. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/hindsight_client_api/configuration.py +0 -0
  41. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/hindsight_client_api/docs/BackgroundResponse.md +0 -0
  42. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/hindsight_client_api/docs/BankListItem.md +0 -0
  43. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/hindsight_client_api/docs/BankListResponse.md +0 -0
  44. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/hindsight_client_api/docs/BankProfileResponse.md +0 -0
  45. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/hindsight_client_api/docs/Budget.md +0 -0
  46. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/hindsight_client_api/docs/ChunkData.md +0 -0
  47. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/hindsight_client_api/docs/ChunkIncludeOptions.md +0 -0
  48. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/hindsight_client_api/docs/ChunkResponse.md +0 -0
  49. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/hindsight_client_api/docs/CreateBankRequest.md +0 -0
  50. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/hindsight_client_api/docs/DeleteResponse.md +0 -0
  51. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/hindsight_client_api/docs/DocumentResponse.md +0 -0
  52. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/hindsight_client_api/docs/EntityDetailResponse.md +0 -0
  53. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/hindsight_client_api/docs/EntityIncludeOptions.md +0 -0
  54. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/hindsight_client_api/docs/EntityListItem.md +0 -0
  55. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/hindsight_client_api/docs/EntityListResponse.md +0 -0
  56. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/hindsight_client_api/docs/EntityObservationResponse.md +0 -0
  57. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/hindsight_client_api/docs/EntityStateResponse.md +0 -0
  58. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/hindsight_client_api/docs/GraphDataResponse.md +0 -0
  59. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/hindsight_client_api/docs/HTTPValidationError.md +0 -0
  60. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/hindsight_client_api/docs/IncludeOptions.md +0 -0
  61. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/hindsight_client_api/docs/ListDocumentsResponse.md +0 -0
  62. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/hindsight_client_api/docs/ListMemoryUnitsResponse.md +0 -0
  63. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/hindsight_client_api/docs/MemoryItem.md +0 -0
  64. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/hindsight_client_api/docs/MonitoringApi.md +0 -0
  65. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/hindsight_client_api/docs/RecallResponse.md +0 -0
  66. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/hindsight_client_api/docs/RecallResult.md +0 -0
  67. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/hindsight_client_api/docs/ReflectFact.md +0 -0
  68. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/hindsight_client_api/docs/ReflectIncludeOptions.md +0 -0
  69. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/hindsight_client_api/docs/ReflectResponse.md +0 -0
  70. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/hindsight_client_api/docs/RetainRequest.md +0 -0
  71. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/hindsight_client_api/docs/RetainResponse.md +0 -0
  72. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/hindsight_client_api/docs/UpdateDispositionRequest.md +0 -0
  73. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/hindsight_client_api/docs/ValidationError.md +0 -0
  74. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/hindsight_client_api/docs/ValidationErrorLocInner.md +0 -0
  75. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/hindsight_client_api/exceptions.py +0 -0
  76. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/hindsight_client_api/models/background_response.py +0 -0
  77. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/hindsight_client_api/models/bank_list_item.py +0 -0
  78. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/hindsight_client_api/models/bank_list_response.py +0 -0
  79. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/hindsight_client_api/models/bank_profile_response.py +0 -0
  80. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/hindsight_client_api/models/budget.py +0 -0
  81. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/hindsight_client_api/models/chunk_data.py +0 -0
  82. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/hindsight_client_api/models/chunk_include_options.py +0 -0
  83. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/hindsight_client_api/models/chunk_response.py +0 -0
  84. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/hindsight_client_api/models/create_bank_request.py +0 -0
  85. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/hindsight_client_api/models/delete_response.py +0 -0
  86. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/hindsight_client_api/models/document_response.py +0 -0
  87. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/hindsight_client_api/models/entity_detail_response.py +0 -0
  88. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/hindsight_client_api/models/entity_include_options.py +0 -0
  89. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/hindsight_client_api/models/entity_list_item.py +0 -0
  90. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/hindsight_client_api/models/entity_list_response.py +0 -0
  91. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/hindsight_client_api/models/entity_observation_response.py +0 -0
  92. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/hindsight_client_api/models/entity_state_response.py +0 -0
  93. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/hindsight_client_api/models/graph_data_response.py +0 -0
  94. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/hindsight_client_api/models/http_validation_error.py +0 -0
  95. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/hindsight_client_api/models/include_options.py +0 -0
  96. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/hindsight_client_api/models/list_documents_response.py +0 -0
  97. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/hindsight_client_api/models/list_memory_units_response.py +0 -0
  98. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/hindsight_client_api/models/memory_item.py +0 -0
  99. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/hindsight_client_api/models/recall_response.py +0 -0
  100. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/hindsight_client_api/models/recall_result.py +0 -0
  101. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/hindsight_client_api/models/reflect_fact.py +0 -0
  102. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/hindsight_client_api/models/reflect_include_options.py +0 -0
  103. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/hindsight_client_api/models/reflect_response.py +0 -0
  104. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/hindsight_client_api/models/retain_request.py +0 -0
  105. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/hindsight_client_api/models/retain_response.py +0 -0
  106. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/hindsight_client_api/models/update_disposition_request.py +0 -0
  107. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/hindsight_client_api/models/validation_error.py +0 -0
  108. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/hindsight_client_api/models/validation_error_loc_inner.py +0 -0
  109. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/hindsight_client_api/rest.py +0 -0
  110. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/hindsight_client_api/test/__init__.py +0 -0
  111. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/hindsight_client_api/test/test_add_background_request.py +0 -0
  112. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/hindsight_client_api/test/test_budget.py +0 -0
  113. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/hindsight_client_api/test/test_chunk_data.py +0 -0
  114. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/hindsight_client_api/test/test_chunk_include_options.py +0 -0
  115. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/hindsight_client_api/test/test_chunk_response.py +0 -0
  116. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/hindsight_client_api/test/test_default_api.py +0 -0
  117. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/hindsight_client_api/test/test_delete_response.py +0 -0
  118. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/hindsight_client_api/test/test_document_response.py +0 -0
  119. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/hindsight_client_api/test/test_entity_detail_response.py +0 -0
  120. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/hindsight_client_api/test/test_entity_include_options.py +0 -0
  121. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/hindsight_client_api/test/test_entity_list_item.py +0 -0
  122. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/hindsight_client_api/test/test_entity_list_response.py +0 -0
  123. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/hindsight_client_api/test/test_entity_observation_response.py +0 -0
  124. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/hindsight_client_api/test/test_entity_state_response.py +0 -0
  125. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/hindsight_client_api/test/test_graph_data_response.py +0 -0
  126. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/hindsight_client_api/test/test_http_validation_error.py +0 -0
  127. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/hindsight_client_api/test/test_include_options.py +0 -0
  128. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/hindsight_client_api/test/test_list_documents_response.py +0 -0
  129. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/hindsight_client_api/test/test_list_memory_units_response.py +0 -0
  130. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/hindsight_client_api/test/test_memory_item.py +0 -0
  131. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/hindsight_client_api/test/test_monitoring_api.py +0 -0
  132. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/hindsight_client_api/test/test_recall_response.py +0 -0
  133. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/hindsight_client_api/test/test_recall_result.py +0 -0
  134. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/hindsight_client_api/test/test_reflect_fact.py +0 -0
  135. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/hindsight_client_api/test/test_reflect_include_options.py +0 -0
  136. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/hindsight_client_api/test/test_reflect_response.py +0 -0
  137. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/hindsight_client_api/test/test_retain_request.py +0 -0
  138. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/hindsight_client_api/test/test_retain_response.py +0 -0
  139. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/hindsight_client_api/test/test_validation_error.py +0 -0
  140. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/hindsight_client_api/test/test_validation_error_loc_inner.py +0 -0
  141. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/openapi-generator-config.yaml +0 -0
  142. {hindsight_client-0.0.21 → hindsight_client-0.1.1}/tests/__init__.py +0 -0
@@ -31,7 +31,6 @@ hindsight_client_api/docs/IncludeOptions.md
31
31
  hindsight_client_api/docs/ListDocumentsResponse.md
32
32
  hindsight_client_api/docs/ListMemoryUnitsResponse.md
33
33
  hindsight_client_api/docs/MemoryItem.md
34
- hindsight_client_api/docs/MetadataFilter.md
35
34
  hindsight_client_api/docs/MonitoringApi.md
36
35
  hindsight_client_api/docs/RecallRequest.md
37
36
  hindsight_client_api/docs/RecallResponse.md
@@ -72,7 +71,6 @@ hindsight_client_api/models/include_options.py
72
71
  hindsight_client_api/models/list_documents_response.py
73
72
  hindsight_client_api/models/list_memory_units_response.py
74
73
  hindsight_client_api/models/memory_item.py
75
- hindsight_client_api/models/metadata_filter.py
76
74
  hindsight_client_api/models/recall_request.py
77
75
  hindsight_client_api/models/recall_response.py
78
76
  hindsight_client_api/models/recall_result.py
@@ -113,7 +111,6 @@ hindsight_client_api/test/test_include_options.py
113
111
  hindsight_client_api/test/test_list_documents_response.py
114
112
  hindsight_client_api/test/test_list_memory_units_response.py
115
113
  hindsight_client_api/test/test_memory_item.py
116
- hindsight_client_api/test/test_metadata_filter.py
117
114
  hindsight_client_api/test/test_monitoring_api.py
118
115
  hindsight_client_api/test/test_recall_request.py
119
116
  hindsight_client_api/test/test_recall_response.py
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: hindsight-client
3
- Version: 0.0.21
3
+ Version: 0.1.1
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
@@ -35,7 +35,7 @@ from hindsight_client_api.models.reflect_response import ReflectResponse
35
35
  from hindsight_client_api.models.reflect_fact import ReflectFact
36
36
  from hindsight_client_api.models.list_memory_units_response import ListMemoryUnitsResponse
37
37
  from hindsight_client_api.models.bank_profile_response import BankProfileResponse
38
- from hindsight_client_api.models.personality_traits import PersonalityTraits
38
+ from hindsight_client_api.models.disposition_traits import DispositionTraits
39
39
 
40
40
  __all__ = [
41
41
  "Hindsight",
@@ -47,5 +47,5 @@ __all__ = [
47
47
  "ReflectFact",
48
48
  "ListMemoryUnitsResponse",
49
49
  "BankProfileResponse",
50
- "PersonalityTraits",
50
+ "DispositionTraits",
51
51
  ]
@@ -157,7 +157,11 @@ class Hindsight:
157
157
  types: Optional[List[str]] = None,
158
158
  max_tokens: int = 4096,
159
159
  budget: str = "mid",
160
- ) -> List[RecallResult]:
160
+ trace: bool = False,
161
+ query_timestamp: Optional[str] = None,
162
+ include_entities: bool = False,
163
+ max_entity_tokens: int = 500,
164
+ ) -> RecallResponse:
161
165
  """
162
166
  Recall memories using semantic similarity.
163
167
 
@@ -167,20 +171,31 @@ class Hindsight:
167
171
  types: Optional list of fact types to filter (world, experience, opinion, observation)
168
172
  max_tokens: Maximum tokens in results (default: 4096)
169
173
  budget: Budget level for recall - "low", "mid", or "high" (default: "mid")
174
+ trace: Enable trace output (default: False)
175
+ query_timestamp: Optional ISO format date string (e.g., '2023-05-30T23:40:00')
176
+ include_entities: Include entity observations in results (default: False)
177
+ max_entity_tokens: Maximum tokens for entity observations (default: 500)
170
178
 
171
179
  Returns:
172
- List of RecallResult objects
180
+ RecallResponse with results, optional entities, and optional trace
173
181
  """
182
+ from hindsight_client_api.models import include_options, entity_include_options
183
+
184
+ include_opts = include_options.IncludeOptions(
185
+ entities=entity_include_options.EntityIncludeOptions(max_tokens=max_entity_tokens) if include_entities else None
186
+ )
187
+
174
188
  request_obj = recall_request.RecallRequest(
175
189
  query=query,
176
190
  types=types,
177
191
  budget=budget,
178
192
  max_tokens=max_tokens,
179
- trace=False,
193
+ trace=trace,
194
+ query_timestamp=query_timestamp,
195
+ include=include_opts,
180
196
  )
181
197
 
182
- response = _run_async(self._api.recall_memories(bank_id, request_obj))
183
- return response.results if hasattr(response, 'results') else []
198
+ return _run_async(self._api.recall_memories(bank_id, request_obj))
184
199
 
185
200
  def reflect(
186
201
  self,
@@ -209,55 +224,6 @@ class Hindsight:
209
224
 
210
225
  return _run_async(self._api.reflect(bank_id, request_obj))
211
226
 
212
- # Full-featured methods (expose more options)
213
-
214
- def recall_memories(
215
- self,
216
- bank_id: str,
217
- query: str,
218
- types: Optional[List[str]] = None,
219
- budget: str = "mid",
220
- max_tokens: int = 4096,
221
- trace: bool = False,
222
- query_timestamp: Optional[str] = None,
223
- include_entities: bool = True,
224
- max_entity_tokens: int = 500,
225
- ) -> RecallResponse:
226
- """
227
- Recall memories with all options (full-featured).
228
-
229
- Args:
230
- bank_id: The memory bank ID
231
- query: Search query
232
- types: Optional list of fact types to filter (world, experience, opinion, observation)
233
- budget: Budget level - "low", "mid", or "high"
234
- max_tokens: Maximum tokens in results
235
- trace: Enable trace output
236
- query_timestamp: Optional ISO format date string (e.g., '2023-05-30T23:40:00')
237
- include_entities: Include entity observations in results (default: True)
238
- max_entity_tokens: Maximum tokens for entity observations (default: 500)
239
-
240
- Returns:
241
- RecallResponse with results, optional entities, and optional trace
242
- """
243
- from hindsight_client_api.models import include_options, entity_include_options
244
-
245
- include_opts = include_options.IncludeOptions(
246
- entities=entity_include_options.EntityIncludeOptions(max_tokens=max_entity_tokens) if include_entities else None
247
- )
248
-
249
- request_obj = recall_request.RecallRequest(
250
- query=query,
251
- types=types,
252
- budget=budget,
253
- max_tokens=max_tokens,
254
- trace=trace,
255
- query_timestamp=query_timestamp,
256
- include=include_opts,
257
- )
258
-
259
- return _run_async(self._api.recall_memories(bank_id, request_obj))
260
-
261
227
  def list_memories(
262
228
  self,
263
229
  bank_id: str,
@@ -280,19 +246,19 @@ class Hindsight:
280
246
  bank_id: str,
281
247
  name: Optional[str] = None,
282
248
  background: Optional[str] = None,
283
- personality: Optional[Dict[str, float]] = None,
249
+ disposition: Optional[Dict[str, float]] = None,
284
250
  ) -> BankProfileResponse:
285
251
  """Create or update a memory bank."""
286
- from hindsight_client_api.models import create_bank_request, personality_traits
252
+ from hindsight_client_api.models import create_bank_request, disposition_traits
287
253
 
288
- personality_obj = None
289
- if personality:
290
- personality_obj = personality_traits.PersonalityTraits(**personality)
254
+ disposition_obj = None
255
+ if disposition:
256
+ disposition_obj = disposition_traits.DispositionTraits(**disposition)
291
257
 
292
258
  request_obj = create_bank_request.CreateBankRequest(
293
259
  name=name,
294
260
  background=background,
295
- personality=personality_obj,
261
+ disposition=disposition_obj,
296
262
  )
297
263
 
298
264
  return _run_async(self._api.create_or_update_bank(bank_id, request_obj))
@@ -54,7 +54,6 @@ __all__ = [
54
54
  "ListDocumentsResponse",
55
55
  "ListMemoryUnitsResponse",
56
56
  "MemoryItem",
57
- "MetadataFilter",
58
57
  "RecallRequest",
59
58
  "RecallResponse",
60
59
  "RecallResult",
@@ -110,7 +109,6 @@ from hindsight_client_api.models.include_options import IncludeOptions as Includ
110
109
  from hindsight_client_api.models.list_documents_response import ListDocumentsResponse as ListDocumentsResponse
111
110
  from hindsight_client_api.models.list_memory_units_response import ListMemoryUnitsResponse as ListMemoryUnitsResponse
112
111
  from hindsight_client_api.models.memory_item import MemoryItem as MemoryItem
113
- from hindsight_client_api.models.metadata_filter import MetadataFilter as MetadataFilter
114
112
  from hindsight_client_api.models.recall_request import RecallRequest as RecallRequest
115
113
  from hindsight_client_api.models.recall_response import RecallResponse as RecallResponse
116
114
  from hindsight_client_api.models.recall_result import RecallResult as RecallResult
@@ -647,7 +647,7 @@ class DefaultApi:
647
647
  ) -> DeleteResponse:
648
648
  """Clear memory bank memories
649
649
 
650
- Delete memory units for a memory bank. Optionally filter by type (world, experience, opinion) to delete only specific types. This is a destructive operation that cannot be undone. The bank profile (personality and background) will be preserved.
650
+ Delete memory units for a memory bank. Optionally filter by type (world, experience, opinion) to delete only specific types. This is a destructive operation that cannot be undone. The bank profile (disposition and background) will be preserved.
651
651
 
652
652
  :param bank_id: (required)
653
653
  :type bank_id: str
@@ -719,7 +719,7 @@ class DefaultApi:
719
719
  ) -> ApiResponse[DeleteResponse]:
720
720
  """Clear memory bank memories
721
721
 
722
- Delete memory units for a memory bank. Optionally filter by type (world, experience, opinion) to delete only specific types. This is a destructive operation that cannot be undone. The bank profile (personality and background) will be preserved.
722
+ Delete memory units for a memory bank. Optionally filter by type (world, experience, opinion) to delete only specific types. This is a destructive operation that cannot be undone. The bank profile (disposition and background) will be preserved.
723
723
 
724
724
  :param bank_id: (required)
725
725
  :type bank_id: str
@@ -791,7 +791,7 @@ class DefaultApi:
791
791
  ) -> RESTResponseType:
792
792
  """Clear memory bank memories
793
793
 
794
- Delete memory units for a memory bank. Optionally filter by type (world, experience, opinion) to delete only specific types. This is a destructive operation that cannot be undone. The bank profile (personality and background) will be preserved.
794
+ Delete memory units for a memory bank. Optionally filter by type (world, experience, opinion) to delete only specific types. This is a destructive operation that cannot be undone. The bank profile (disposition and background) will be preserved.
795
795
 
796
796
  :param bank_id: (required)
797
797
  :type bank_id: str
@@ -5705,7 +5705,7 @@ class DefaultApi:
5705
5705
  ) -> BankProfileResponse:
5706
5706
  """Update memory bank disposition
5707
5707
 
5708
- Update bank's Big Five disposition traits and bias strength
5708
+ Update bank's disposition traits (skepticism, literalism, empathy)
5709
5709
 
5710
5710
  :param bank_id: (required)
5711
5711
  :type bank_id: str
@@ -5777,7 +5777,7 @@ class DefaultApi:
5777
5777
  ) -> ApiResponse[BankProfileResponse]:
5778
5778
  """Update memory bank disposition
5779
5779
 
5780
- Update bank's Big Five disposition traits and bias strength
5780
+ Update bank's disposition traits (skepticism, literalism, empathy)
5781
5781
 
5782
5782
  :param bank_id: (required)
5783
5783
  :type bank_id: str
@@ -5849,7 +5849,7 @@ class DefaultApi:
5849
5849
  ) -> RESTResponseType:
5850
5850
  """Update memory bank disposition
5851
5851
 
5852
- Update bank's Big Five disposition traits and bias strength
5852
+ Update bank's disposition traits (skepticism, literalism, empathy)
5853
5853
 
5854
5854
  :param bank_id: (required)
5855
5855
  :type bank_id: str
@@ -7,7 +7,7 @@ Request model for adding/merging background information.
7
7
  Name | Type | Description | Notes
8
8
  ------------ | ------------- | ------------- | -------------
9
9
  **content** | **str** | New background information to add or merge |
10
- **update_disposition** | **bool** | If true, infer Big Five disposition traits from the merged background (default: true) | [optional] [default to True]
10
+ **update_disposition** | **bool** | If true, infer disposition traits from the merged background (default: true) | [optional] [default to True]
11
11
 
12
12
  ## Example
13
13
 
@@ -174,7 +174,7 @@ No authorization required
174
174
 
175
175
  Clear memory bank memories
176
176
 
177
- Delete memory units for a memory bank. Optionally filter by type (world, experience, opinion) to delete only specific types. This is a destructive operation that cannot be undone. The bank profile (personality and background) will be preserved.
177
+ Delete memory units for a memory bank. Optionally filter by type (world, experience, opinion) to delete only specific types. This is a destructive operation that cannot be undone. The bank profile (disposition and background) will be preserved.
178
178
 
179
179
  ### Example
180
180
 
@@ -1499,7 +1499,7 @@ No authorization required
1499
1499
 
1500
1500
  Update memory bank disposition
1501
1501
 
1502
- Update bank's Big Five disposition traits and bias strength
1502
+ Update bank's disposition traits (skepticism, literalism, empathy)
1503
1503
 
1504
1504
  ### Example
1505
1505
 
@@ -1,17 +1,14 @@
1
1
  # DispositionTraits
2
2
 
3
- Disposition traits based on Big Five model.
3
+ Disposition traits that influence how memories are formed and interpreted.
4
4
 
5
5
  ## Properties
6
6
 
7
7
  Name | Type | Description | Notes
8
8
  ------------ | ------------- | ------------- | -------------
9
- **openness** | **float** | Openness to experience (0-1) |
10
- **conscientiousness** | **float** | Conscientiousness (0-1) |
11
- **extraversion** | **float** | Extraversion (0-1) |
12
- **agreeableness** | **float** | Agreeableness (0-1) |
13
- **neuroticism** | **float** | Neuroticism (0-1) |
14
- **bias_strength** | **float** | How strongly disposition influences opinions (0-1) |
9
+ **skepticism** | **int** | How skeptical vs trusting (1=trusting, 5=skeptical) |
10
+ **literalism** | **int** | How literally to interpret information (1=flexible, 5=literal) |
11
+ **empathy** | **int** | How much to consider emotional context (1=detached, 5=empathetic) |
15
12
 
16
13
  ## Example
17
14
 
@@ -12,7 +12,6 @@ Name | Type | Description | Notes
12
12
  **max_tokens** | **int** | | [optional] [default to 4096]
13
13
  **trace** | **bool** | | [optional] [default to False]
14
14
  **query_timestamp** | **str** | | [optional]
15
- **filters** | [**List[MetadataFilter]**](MetadataFilter.md) | | [optional]
16
15
  **include** | [**IncludeOptions**](IncludeOptions.md) | Options for including additional data (entities are included by default) | [optional]
17
16
 
18
17
  ## Example
@@ -9,7 +9,6 @@ Name | Type | Description | Notes
9
9
  **query** | **str** | |
10
10
  **budget** | [**Budget**](Budget.md) | | [optional]
11
11
  **context** | **str** | | [optional]
12
- **filters** | [**List[MetadataFilter]**](MetadataFilter.md) | | [optional]
13
12
  **include** | [**ReflectIncludeOptions**](ReflectIncludeOptions.md) | Options for including additional data (disabled by default) | [optional]
14
13
 
15
14
  ## Example
@@ -38,7 +38,6 @@ from hindsight_client_api.models.include_options import IncludeOptions
38
38
  from hindsight_client_api.models.list_documents_response import ListDocumentsResponse
39
39
  from hindsight_client_api.models.list_memory_units_response import ListMemoryUnitsResponse
40
40
  from hindsight_client_api.models.memory_item import MemoryItem
41
- from hindsight_client_api.models.metadata_filter import MetadataFilter
42
41
  from hindsight_client_api.models.recall_request import RecallRequest
43
42
  from hindsight_client_api.models.recall_response import RecallResponse
44
43
  from hindsight_client_api.models.recall_result import RecallResult
@@ -27,7 +27,7 @@ class AddBackgroundRequest(BaseModel):
27
27
  Request model for adding/merging background information.
28
28
  """ # noqa: E501
29
29
  content: StrictStr = Field(description="New background information to add or merge")
30
- update_disposition: Optional[StrictBool] = Field(default=True, description="If true, infer Big Five disposition traits from the merged background (default: true)")
30
+ update_disposition: Optional[StrictBool] = Field(default=True, description="If true, infer disposition traits from the merged background (default: true)")
31
31
  __properties: ClassVar[List[str]] = ["content", "update_disposition"]
32
32
 
33
33
  model_config = ConfigDict(
@@ -0,0 +1,92 @@
1
+ # coding: utf-8
2
+
3
+ """
4
+ Hindsight HTTP API
5
+
6
+ HTTP API for Hindsight
7
+
8
+ The version of the OpenAPI document: 1.0.0
9
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
10
+
11
+ Do not edit the class manually.
12
+ """ # noqa: E501
13
+
14
+
15
+ from __future__ import annotations
16
+ import pprint
17
+ import re # noqa: F401
18
+ import json
19
+
20
+ from pydantic import BaseModel, ConfigDict, Field
21
+ from typing import Any, ClassVar, Dict, List
22
+ from typing_extensions import Annotated
23
+ from typing import Optional, Set
24
+ from typing_extensions import Self
25
+
26
+ class DispositionTraits(BaseModel):
27
+ """
28
+ Disposition traits that influence how memories are formed and interpreted.
29
+ """ # noqa: E501
30
+ skepticism: Annotated[int, Field(le=5, strict=True, ge=1)] = Field(description="How skeptical vs trusting (1=trusting, 5=skeptical)")
31
+ literalism: Annotated[int, Field(le=5, strict=True, ge=1)] = Field(description="How literally to interpret information (1=flexible, 5=literal)")
32
+ empathy: Annotated[int, Field(le=5, strict=True, ge=1)] = Field(description="How much to consider emotional context (1=detached, 5=empathetic)")
33
+ __properties: ClassVar[List[str]] = ["skepticism", "literalism", "empathy"]
34
+
35
+ model_config = ConfigDict(
36
+ populate_by_name=True,
37
+ validate_assignment=True,
38
+ protected_namespaces=(),
39
+ )
40
+
41
+
42
+ def to_str(self) -> str:
43
+ """Returns the string representation of the model using alias"""
44
+ return pprint.pformat(self.model_dump(by_alias=True))
45
+
46
+ def to_json(self) -> str:
47
+ """Returns the JSON representation of the model using alias"""
48
+ # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead
49
+ return json.dumps(self.to_dict())
50
+
51
+ @classmethod
52
+ def from_json(cls, json_str: str) -> Optional[Self]:
53
+ """Create an instance of DispositionTraits from a JSON string"""
54
+ return cls.from_dict(json.loads(json_str))
55
+
56
+ def to_dict(self) -> Dict[str, Any]:
57
+ """Return the dictionary representation of the model using alias.
58
+
59
+ This has the following differences from calling pydantic's
60
+ `self.model_dump(by_alias=True)`:
61
+
62
+ * `None` is only added to the output dict for nullable fields that
63
+ were set at model initialization. Other fields with value `None`
64
+ are ignored.
65
+ """
66
+ excluded_fields: Set[str] = set([
67
+ ])
68
+
69
+ _dict = self.model_dump(
70
+ by_alias=True,
71
+ exclude=excluded_fields,
72
+ exclude_none=True,
73
+ )
74
+ return _dict
75
+
76
+ @classmethod
77
+ def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]:
78
+ """Create an instance of DispositionTraits from a dict"""
79
+ if obj is None:
80
+ return None
81
+
82
+ if not isinstance(obj, dict):
83
+ return cls.model_validate(obj)
84
+
85
+ _obj = cls.model_validate({
86
+ "skepticism": obj.get("skepticism"),
87
+ "literalism": obj.get("literalism"),
88
+ "empathy": obj.get("empathy")
89
+ })
90
+ return _obj
91
+
92
+
@@ -21,7 +21,6 @@ from pydantic import BaseModel, ConfigDict, Field, StrictBool, StrictInt, Strict
21
21
  from typing import Any, ClassVar, Dict, List, Optional
22
22
  from hindsight_client_api.models.budget import Budget
23
23
  from hindsight_client_api.models.include_options import IncludeOptions
24
- from hindsight_client_api.models.metadata_filter import MetadataFilter
25
24
  from typing import Optional, Set
26
25
  from typing_extensions import Self
27
26
 
@@ -35,9 +34,8 @@ class RecallRequest(BaseModel):
35
34
  max_tokens: Optional[StrictInt] = 4096
36
35
  trace: Optional[StrictBool] = False
37
36
  query_timestamp: Optional[StrictStr] = None
38
- filters: Optional[List[MetadataFilter]] = None
39
37
  include: Optional[IncludeOptions] = Field(default=None, description="Options for including additional data (entities are included by default)")
40
- __properties: ClassVar[List[str]] = ["query", "types", "budget", "max_tokens", "trace", "query_timestamp", "filters", "include"]
38
+ __properties: ClassVar[List[str]] = ["query", "types", "budget", "max_tokens", "trace", "query_timestamp", "include"]
41
39
 
42
40
  model_config = ConfigDict(
43
41
  populate_by_name=True,
@@ -78,13 +76,6 @@ class RecallRequest(BaseModel):
78
76
  exclude=excluded_fields,
79
77
  exclude_none=True,
80
78
  )
81
- # override the default output from pydantic by calling `to_dict()` of each item in filters (list)
82
- _items = []
83
- if self.filters:
84
- for _item_filters in self.filters:
85
- if _item_filters:
86
- _items.append(_item_filters.to_dict())
87
- _dict['filters'] = _items
88
79
  # override the default output from pydantic by calling `to_dict()` of include
89
80
  if self.include:
90
81
  _dict['include'] = self.include.to_dict()
@@ -98,11 +89,6 @@ class RecallRequest(BaseModel):
98
89
  if self.query_timestamp is None and "query_timestamp" in self.model_fields_set:
99
90
  _dict['query_timestamp'] = None
100
91
 
101
- # set to None if filters (nullable) is None
102
- # and model_fields_set contains the field
103
- if self.filters is None and "filters" in self.model_fields_set:
104
- _dict['filters'] = None
105
-
106
92
  return _dict
107
93
 
108
94
  @classmethod
@@ -121,7 +107,6 @@ class RecallRequest(BaseModel):
121
107
  "max_tokens": obj.get("max_tokens") if obj.get("max_tokens") is not None else 4096,
122
108
  "trace": obj.get("trace") if obj.get("trace") is not None else False,
123
109
  "query_timestamp": obj.get("query_timestamp"),
124
- "filters": [MetadataFilter.from_dict(_item) for _item in obj["filters"]] if obj.get("filters") is not None else None,
125
110
  "include": IncludeOptions.from_dict(obj["include"]) if obj.get("include") is not None else None
126
111
  })
127
112
  return _obj
@@ -20,7 +20,6 @@ import json
20
20
  from pydantic import BaseModel, ConfigDict, Field, StrictStr
21
21
  from typing import Any, ClassVar, Dict, List, Optional
22
22
  from hindsight_client_api.models.budget import Budget
23
- from hindsight_client_api.models.metadata_filter import MetadataFilter
24
23
  from hindsight_client_api.models.reflect_include_options import ReflectIncludeOptions
25
24
  from typing import Optional, Set
26
25
  from typing_extensions import Self
@@ -32,9 +31,8 @@ class ReflectRequest(BaseModel):
32
31
  query: StrictStr
33
32
  budget: Optional[Budget] = None
34
33
  context: Optional[StrictStr] = None
35
- filters: Optional[List[MetadataFilter]] = None
36
34
  include: Optional[ReflectIncludeOptions] = Field(default=None, description="Options for including additional data (disabled by default)")
37
- __properties: ClassVar[List[str]] = ["query", "budget", "context", "filters", "include"]
35
+ __properties: ClassVar[List[str]] = ["query", "budget", "context", "include"]
38
36
 
39
37
  model_config = ConfigDict(
40
38
  populate_by_name=True,
@@ -75,13 +73,6 @@ class ReflectRequest(BaseModel):
75
73
  exclude=excluded_fields,
76
74
  exclude_none=True,
77
75
  )
78
- # override the default output from pydantic by calling `to_dict()` of each item in filters (list)
79
- _items = []
80
- if self.filters:
81
- for _item_filters in self.filters:
82
- if _item_filters:
83
- _items.append(_item_filters.to_dict())
84
- _dict['filters'] = _items
85
76
  # override the default output from pydantic by calling `to_dict()` of include
86
77
  if self.include:
87
78
  _dict['include'] = self.include.to_dict()
@@ -90,11 +81,6 @@ class ReflectRequest(BaseModel):
90
81
  if self.context is None and "context" in self.model_fields_set:
91
82
  _dict['context'] = None
92
83
 
93
- # set to None if filters (nullable) is None
94
- # and model_fields_set contains the field
95
- if self.filters is None and "filters" in self.model_fields_set:
96
- _dict['filters'] = None
97
-
98
84
  return _dict
99
85
 
100
86
  @classmethod
@@ -110,7 +96,6 @@ class ReflectRequest(BaseModel):
110
96
  "query": obj.get("query"),
111
97
  "budget": obj.get("budget"),
112
98
  "context": obj.get("context"),
113
- "filters": [MetadataFilter.from_dict(_item) for _item in obj["filters"]] if obj.get("filters") is not None else None,
114
99
  "include": ReflectIncludeOptions.from_dict(obj["include"]) if obj.get("include") is not None else None
115
100
  })
116
101
  return _obj
@@ -36,7 +36,7 @@ class TestBackgroundResponse(unittest.TestCase):
36
36
  if include_optional:
37
37
  return BackgroundResponse(
38
38
  background = '',
39
- disposition = {agreeableness=0.7, bias_strength=0.7, conscientiousness=0.6, extraversion=0.5, neuroticism=0.3, openness=0.8}
39
+ disposition = {empathy=3, literalism=3, skepticism=3}
40
40
  )
41
41
  else:
42
42
  return BackgroundResponse(
@@ -37,7 +37,7 @@ class TestBankListItem(unittest.TestCase):
37
37
  return BankListItem(
38
38
  bank_id = '',
39
39
  name = '',
40
- disposition = {agreeableness=0.7, bias_strength=0.7, conscientiousness=0.6, extraversion=0.5, neuroticism=0.3, openness=0.8},
40
+ disposition = {empathy=3, literalism=3, skepticism=3},
41
41
  background = '',
42
42
  created_at = '',
43
43
  updated_at = ''
@@ -46,7 +46,7 @@ class TestBankListItem(unittest.TestCase):
46
46
  return BankListItem(
47
47
  bank_id = '',
48
48
  name = '',
49
- disposition = {agreeableness=0.7, bias_strength=0.7, conscientiousness=0.6, extraversion=0.5, neuroticism=0.3, openness=0.8},
49
+ disposition = {empathy=3, literalism=3, skepticism=3},
50
50
  background = '',
51
51
  )
52
52
  """
@@ -39,7 +39,7 @@ class TestBankListResponse(unittest.TestCase):
39
39
  hindsight_client_api.models.bank_list_item.BankListItem(
40
40
  bank_id = '',
41
41
  name = '',
42
- disposition = {agreeableness=0.7, bias_strength=0.7, conscientiousness=0.6, extraversion=0.5, neuroticism=0.3, openness=0.8},
42
+ disposition = {empathy=3, literalism=3, skepticism=3},
43
43
  background = '',
44
44
  created_at = '',
45
45
  updated_at = '', )
@@ -51,7 +51,7 @@ class TestBankListResponse(unittest.TestCase):
51
51
  hindsight_client_api.models.bank_list_item.BankListItem(
52
52
  bank_id = '',
53
53
  name = '',
54
- disposition = {agreeableness=0.7, bias_strength=0.7, conscientiousness=0.6, extraversion=0.5, neuroticism=0.3, openness=0.8},
54
+ disposition = {empathy=3, literalism=3, skepticism=3},
55
55
  background = '',
56
56
  created_at = '',
57
57
  updated_at = '', )
@@ -37,14 +37,14 @@ class TestBankProfileResponse(unittest.TestCase):
37
37
  return BankProfileResponse(
38
38
  bank_id = '',
39
39
  name = '',
40
- disposition = {agreeableness=0.7, bias_strength=0.7, conscientiousness=0.6, extraversion=0.5, neuroticism=0.3, openness=0.8},
40
+ disposition = {empathy=3, literalism=3, skepticism=3},
41
41
  background = ''
42
42
  )
43
43
  else:
44
44
  return BankProfileResponse(
45
45
  bank_id = '',
46
46
  name = '',
47
- disposition = {agreeableness=0.7, bias_strength=0.7, conscientiousness=0.6, extraversion=0.5, neuroticism=0.3, openness=0.8},
47
+ disposition = {empathy=3, literalism=3, skepticism=3},
48
48
  background = '',
49
49
  )
50
50
  """
@@ -36,7 +36,7 @@ class TestCreateBankRequest(unittest.TestCase):
36
36
  if include_optional:
37
37
  return CreateBankRequest(
38
38
  name = '',
39
- disposition = {agreeableness=0.7, bias_strength=0.7, conscientiousness=0.6, extraversion=0.5, neuroticism=0.3, openness=0.8},
39
+ disposition = {empathy=3, literalism=3, skepticism=3},
40
40
  background = ''
41
41
  )
42
42
  else:
@@ -35,21 +35,15 @@ class TestDispositionTraits(unittest.TestCase):
35
35
  model = DispositionTraits()
36
36
  if include_optional:
37
37
  return DispositionTraits(
38
- openness = 0.0,
39
- conscientiousness = 0.0,
40
- extraversion = 0.0,
41
- agreeableness = 0.0,
42
- neuroticism = 0.0,
43
- bias_strength = 0.0
38
+ skepticism = 1.0,
39
+ literalism = 1.0,
40
+ empathy = 1.0
44
41
  )
45
42
  else:
46
43
  return DispositionTraits(
47
- openness = 0.0,
48
- conscientiousness = 0.0,
49
- extraversion = 0.0,
50
- agreeableness = 0.0,
51
- neuroticism = 0.0,
52
- bias_strength = 0.0,
44
+ skepticism = 1.0,
45
+ literalism = 1.0,
46
+ empathy = 1.0,
53
47
  )
54
48
  """
55
49