hindsight-client 0.1.16__tar.gz → 0.2.0__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.
- {hindsight_client-0.1.16 → hindsight_client-0.2.0}/.openapi-generator/FILES +0 -49
- {hindsight_client-0.1.16 → hindsight_client-0.2.0}/PKG-INFO +1 -1
- {hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client/hindsight_client.py +58 -25
- {hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/docs/ReflectRequest.md +2 -0
- {hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/docs/ReflectResponse.md +1 -0
- {hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/models/__init__.py +1 -0
- hindsight_client-0.2.0/hindsight_client_api/models/entity_input.py +82 -0
- {hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/models/memory_item.py +14 -3
- {hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/models/reflect_request.py +12 -3
- {hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/models/reflect_response.py +9 -2
- {hindsight_client-0.1.16 → hindsight_client-0.2.0}/pyproject.toml +1 -1
- {hindsight_client-0.1.16 → hindsight_client-0.2.0}/tests/test_main_operations.py +45 -0
- {hindsight_client-0.1.16 → hindsight_client-0.2.0}/.gitignore +0 -0
- {hindsight_client-0.1.16 → hindsight_client-0.2.0}/.openapi-generator/VERSION +0 -0
- {hindsight_client-0.1.16 → hindsight_client-0.2.0}/.openapi-generator-ignore +0 -0
- {hindsight_client-0.1.16 → hindsight_client-0.2.0}/README.md +0 -0
- {hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client/__init__.py +0 -0
- {hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/__init__.py +0 -0
- {hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/api/__init__.py +0 -0
- {hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/api/banks_api.py +0 -0
- {hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/api/documents_api.py +0 -0
- {hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/api/entities_api.py +0 -0
- {hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/api/memory_api.py +0 -0
- {hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/api/monitoring_api.py +0 -0
- {hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/api/operations_api.py +0 -0
- {hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/api_client.py +0 -0
- {hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/api_response.py +0 -0
- {hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/configuration.py +0 -0
- {hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/docs/AddBackgroundRequest.md +0 -0
- {hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/docs/BackgroundResponse.md +0 -0
- {hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/docs/BankListItem.md +0 -0
- {hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/docs/BankListResponse.md +0 -0
- {hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/docs/BankProfileResponse.md +0 -0
- {hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/docs/BankStatsResponse.md +0 -0
- {hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/docs/BanksApi.md +0 -0
- {hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/docs/Budget.md +0 -0
- {hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/docs/CancelOperationResponse.md +0 -0
- {hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/docs/ChunkData.md +0 -0
- {hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/docs/ChunkIncludeOptions.md +0 -0
- {hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/docs/ChunkResponse.md +0 -0
- {hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/docs/CreateBankRequest.md +0 -0
- {hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/docs/DeleteDocumentResponse.md +0 -0
- {hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/docs/DeleteResponse.md +0 -0
- {hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/docs/DispositionTraits.md +0 -0
- {hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/docs/DocumentResponse.md +0 -0
- {hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/docs/DocumentsApi.md +0 -0
- {hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/docs/EntitiesApi.md +0 -0
- {hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/docs/EntityDetailResponse.md +0 -0
- {hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/docs/EntityIncludeOptions.md +0 -0
- {hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/docs/EntityListItem.md +0 -0
- {hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/docs/EntityListResponse.md +0 -0
- {hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/docs/EntityObservationResponse.md +0 -0
- {hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/docs/EntityStateResponse.md +0 -0
- {hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/docs/GraphDataResponse.md +0 -0
- {hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/docs/HTTPValidationError.md +0 -0
- {hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/docs/IncludeOptions.md +0 -0
- {hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/docs/ListDocumentsResponse.md +0 -0
- {hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/docs/ListMemoryUnitsResponse.md +0 -0
- {hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/docs/MemoryApi.md +0 -0
- {hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/docs/MemoryItem.md +0 -0
- {hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/docs/MonitoringApi.md +0 -0
- {hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/docs/OperationResponse.md +0 -0
- {hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/docs/OperationsApi.md +0 -0
- {hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/docs/OperationsListResponse.md +0 -0
- {hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/docs/RecallRequest.md +0 -0
- {hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/docs/RecallResponse.md +0 -0
- {hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/docs/RecallResult.md +0 -0
- {hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/docs/ReflectFact.md +0 -0
- {hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/docs/ReflectIncludeOptions.md +0 -0
- {hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/docs/RetainRequest.md +0 -0
- {hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/docs/RetainResponse.md +0 -0
- {hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/docs/UpdateDispositionRequest.md +0 -0
- {hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/docs/ValidationError.md +0 -0
- {hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/docs/ValidationErrorLocInner.md +0 -0
- {hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/exceptions.py +0 -0
- {hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/models/add_background_request.py +0 -0
- {hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/models/background_response.py +0 -0
- {hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/models/bank_list_item.py +0 -0
- {hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/models/bank_list_response.py +0 -0
- {hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/models/bank_profile_response.py +0 -0
- {hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/models/bank_stats_response.py +0 -0
- {hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/models/budget.py +0 -0
- {hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/models/cancel_operation_response.py +0 -0
- {hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/models/chunk_data.py +0 -0
- {hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/models/chunk_include_options.py +0 -0
- {hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/models/chunk_response.py +0 -0
- {hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/models/create_bank_request.py +0 -0
- {hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/models/delete_document_response.py +0 -0
- {hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/models/delete_response.py +0 -0
- {hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/models/disposition_traits.py +0 -0
- {hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/models/document_response.py +0 -0
- {hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/models/entity_detail_response.py +0 -0
- {hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/models/entity_include_options.py +0 -0
- {hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/models/entity_list_item.py +0 -0
- {hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/models/entity_list_response.py +0 -0
- {hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/models/entity_observation_response.py +0 -0
- {hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/models/entity_state_response.py +0 -0
- {hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/models/graph_data_response.py +0 -0
- {hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/models/http_validation_error.py +0 -0
- {hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/models/include_options.py +0 -0
- {hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/models/list_documents_response.py +0 -0
- {hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/models/list_memory_units_response.py +0 -0
- {hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/models/operation_response.py +0 -0
- {hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/models/operations_list_response.py +0 -0
- {hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/models/recall_request.py +0 -0
- {hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/models/recall_response.py +0 -0
- {hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/models/recall_result.py +0 -0
- {hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/models/reflect_fact.py +0 -0
- {hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/models/reflect_include_options.py +0 -0
- {hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/models/retain_request.py +0 -0
- {hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/models/retain_response.py +0 -0
- {hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/models/update_disposition_request.py +0 -0
- {hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/models/validation_error.py +0 -0
- {hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/models/validation_error_loc_inner.py +0 -0
- {hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/rest.py +0 -0
- {hindsight_client-0.1.16 → hindsight_client-0.2.0}/openapi-generator-config.yaml +0 -0
- {hindsight_client-0.1.16 → hindsight_client-0.2.0}/tests/__init__.py +0 -0
|
@@ -102,53 +102,4 @@ hindsight_client_api/models/update_disposition_request.py
|
|
|
102
102
|
hindsight_client_api/models/validation_error.py
|
|
103
103
|
hindsight_client_api/models/validation_error_loc_inner.py
|
|
104
104
|
hindsight_client_api/rest.py
|
|
105
|
-
hindsight_client_api/test/__init__.py
|
|
106
|
-
hindsight_client_api/test/test_add_background_request.py
|
|
107
|
-
hindsight_client_api/test/test_background_response.py
|
|
108
|
-
hindsight_client_api/test/test_bank_list_item.py
|
|
109
|
-
hindsight_client_api/test/test_bank_list_response.py
|
|
110
|
-
hindsight_client_api/test/test_bank_profile_response.py
|
|
111
|
-
hindsight_client_api/test/test_bank_stats_response.py
|
|
112
|
-
hindsight_client_api/test/test_banks_api.py
|
|
113
|
-
hindsight_client_api/test/test_budget.py
|
|
114
|
-
hindsight_client_api/test/test_cancel_operation_response.py
|
|
115
|
-
hindsight_client_api/test/test_chunk_data.py
|
|
116
|
-
hindsight_client_api/test/test_chunk_include_options.py
|
|
117
|
-
hindsight_client_api/test/test_chunk_response.py
|
|
118
|
-
hindsight_client_api/test/test_create_bank_request.py
|
|
119
|
-
hindsight_client_api/test/test_delete_document_response.py
|
|
120
|
-
hindsight_client_api/test/test_delete_response.py
|
|
121
|
-
hindsight_client_api/test/test_disposition_traits.py
|
|
122
|
-
hindsight_client_api/test/test_document_response.py
|
|
123
|
-
hindsight_client_api/test/test_documents_api.py
|
|
124
|
-
hindsight_client_api/test/test_entities_api.py
|
|
125
|
-
hindsight_client_api/test/test_entity_detail_response.py
|
|
126
|
-
hindsight_client_api/test/test_entity_include_options.py
|
|
127
|
-
hindsight_client_api/test/test_entity_list_item.py
|
|
128
|
-
hindsight_client_api/test/test_entity_list_response.py
|
|
129
|
-
hindsight_client_api/test/test_entity_observation_response.py
|
|
130
|
-
hindsight_client_api/test/test_entity_state_response.py
|
|
131
|
-
hindsight_client_api/test/test_graph_data_response.py
|
|
132
|
-
hindsight_client_api/test/test_http_validation_error.py
|
|
133
|
-
hindsight_client_api/test/test_include_options.py
|
|
134
|
-
hindsight_client_api/test/test_list_documents_response.py
|
|
135
|
-
hindsight_client_api/test/test_list_memory_units_response.py
|
|
136
|
-
hindsight_client_api/test/test_memory_api.py
|
|
137
|
-
hindsight_client_api/test/test_memory_item.py
|
|
138
|
-
hindsight_client_api/test/test_monitoring_api.py
|
|
139
|
-
hindsight_client_api/test/test_operation_response.py
|
|
140
|
-
hindsight_client_api/test/test_operations_api.py
|
|
141
|
-
hindsight_client_api/test/test_operations_list_response.py
|
|
142
|
-
hindsight_client_api/test/test_recall_request.py
|
|
143
|
-
hindsight_client_api/test/test_recall_response.py
|
|
144
|
-
hindsight_client_api/test/test_recall_result.py
|
|
145
|
-
hindsight_client_api/test/test_reflect_fact.py
|
|
146
|
-
hindsight_client_api/test/test_reflect_include_options.py
|
|
147
|
-
hindsight_client_api/test/test_reflect_request.py
|
|
148
|
-
hindsight_client_api/test/test_reflect_response.py
|
|
149
|
-
hindsight_client_api/test/test_retain_request.py
|
|
150
|
-
hindsight_client_api/test/test_retain_response.py
|
|
151
|
-
hindsight_client_api/test/test_update_disposition_request.py
|
|
152
|
-
hindsight_client_api/test/test_validation_error.py
|
|
153
|
-
hindsight_client_api/test/test_validation_error_loc_inner.py
|
|
154
105
|
hindsight_client_api_README.md
|
|
@@ -112,6 +112,7 @@ class Hindsight:
|
|
|
112
112
|
context: Optional[str] = None,
|
|
113
113
|
document_id: Optional[str] = None,
|
|
114
114
|
metadata: Optional[Dict[str, str]] = None,
|
|
115
|
+
entities: Optional[List[Dict[str, str]]] = None,
|
|
115
116
|
) -> RetainResponse:
|
|
116
117
|
"""
|
|
117
118
|
Store a single memory (simplified interface).
|
|
@@ -123,13 +124,14 @@ class Hindsight:
|
|
|
123
124
|
context: Optional context description
|
|
124
125
|
document_id: Optional document ID for grouping
|
|
125
126
|
metadata: Optional user-defined metadata
|
|
127
|
+
entities: Optional list of entities [{"text": "...", "type": "..."}]
|
|
126
128
|
|
|
127
129
|
Returns:
|
|
128
130
|
RetainResponse with success status
|
|
129
131
|
"""
|
|
130
132
|
return self.retain_batch(
|
|
131
133
|
bank_id=bank_id,
|
|
132
|
-
items=[{"content": content, "timestamp": timestamp, "context": context, "metadata": metadata}],
|
|
134
|
+
items=[{"content": content, "timestamp": timestamp, "context": context, "metadata": metadata, "entities": entities}],
|
|
133
135
|
document_id=document_id,
|
|
134
136
|
)
|
|
135
137
|
|
|
@@ -145,24 +147,34 @@ class Hindsight:
|
|
|
145
147
|
|
|
146
148
|
Args:
|
|
147
149
|
bank_id: The memory bank ID
|
|
148
|
-
items: List of memory items with 'content' and optional 'timestamp', 'context', 'metadata', 'document_id'
|
|
150
|
+
items: List of memory items with 'content' and optional 'timestamp', 'context', 'metadata', 'document_id', 'entities'
|
|
149
151
|
document_id: Optional document ID for grouping memories (applied to items that don't have their own)
|
|
150
152
|
retain_async: If True, process asynchronously in background (default: False)
|
|
151
153
|
|
|
152
154
|
Returns:
|
|
153
155
|
RetainResponse with success status and item count
|
|
154
156
|
"""
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
157
|
+
from hindsight_client_api.models.entity_input import EntityInput
|
|
158
|
+
|
|
159
|
+
memory_items = []
|
|
160
|
+
for item in items:
|
|
161
|
+
entities = None
|
|
162
|
+
if item.get("entities"):
|
|
163
|
+
entities = [
|
|
164
|
+
EntityInput(text=e["text"], type=e.get("type"))
|
|
165
|
+
for e in item["entities"]
|
|
166
|
+
]
|
|
167
|
+
memory_items.append(
|
|
168
|
+
memory_item.MemoryItem(
|
|
169
|
+
content=item["content"],
|
|
170
|
+
timestamp=item.get("timestamp"),
|
|
171
|
+
context=item.get("context"),
|
|
172
|
+
metadata=item.get("metadata"),
|
|
173
|
+
# Use item's document_id if provided, otherwise fall back to batch-level document_id
|
|
174
|
+
document_id=item.get("document_id") or document_id,
|
|
175
|
+
entities=entities,
|
|
176
|
+
)
|
|
163
177
|
)
|
|
164
|
-
for item in items
|
|
165
|
-
]
|
|
166
178
|
|
|
167
179
|
request_obj = retain_request.RetainRequest(
|
|
168
180
|
items=memory_items,
|
|
@@ -229,6 +241,8 @@ class Hindsight:
|
|
|
229
241
|
query: str,
|
|
230
242
|
budget: str = "low",
|
|
231
243
|
context: Optional[str] = None,
|
|
244
|
+
max_tokens: Optional[int] = None,
|
|
245
|
+
response_schema: Optional[Dict[str, Any]] = None,
|
|
232
246
|
) -> ReflectResponse:
|
|
233
247
|
"""
|
|
234
248
|
Generate a contextual answer based on bank identity and memories.
|
|
@@ -238,14 +252,21 @@ class Hindsight:
|
|
|
238
252
|
query: The question or prompt
|
|
239
253
|
budget: Budget level for reflection - "low", "mid", or "high" (default: "low")
|
|
240
254
|
context: Optional additional context
|
|
255
|
+
max_tokens: Maximum tokens for the response (server default: 4096)
|
|
256
|
+
response_schema: Optional JSON Schema for structured output. When provided,
|
|
257
|
+
the response will include a 'structured_output' field with the LLM
|
|
258
|
+
response parsed according to this schema.
|
|
241
259
|
|
|
242
260
|
Returns:
|
|
243
|
-
ReflectResponse with answer text
|
|
261
|
+
ReflectResponse with answer text, optionally facts used, and optionally
|
|
262
|
+
structured_output if response_schema was provided
|
|
244
263
|
"""
|
|
245
264
|
request_obj = reflect_request.ReflectRequest(
|
|
246
265
|
query=query,
|
|
247
266
|
budget=budget,
|
|
248
267
|
context=context,
|
|
268
|
+
max_tokens=max_tokens,
|
|
269
|
+
response_schema=response_schema,
|
|
249
270
|
)
|
|
250
271
|
|
|
251
272
|
return _run_async(self._memory_api.reflect(bank_id, request_obj))
|
|
@@ -303,24 +324,34 @@ class Hindsight:
|
|
|
303
324
|
|
|
304
325
|
Args:
|
|
305
326
|
bank_id: The memory bank ID
|
|
306
|
-
items: List of memory items with 'content' and optional 'timestamp', 'context', 'metadata', 'document_id'
|
|
327
|
+
items: List of memory items with 'content' and optional 'timestamp', 'context', 'metadata', 'document_id', 'entities'
|
|
307
328
|
document_id: Optional document ID for grouping memories (applied to items that don't have their own)
|
|
308
329
|
retain_async: If True, process asynchronously in background (default: False)
|
|
309
330
|
|
|
310
331
|
Returns:
|
|
311
332
|
RetainResponse with success status and item count
|
|
312
333
|
"""
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
334
|
+
from hindsight_client_api.models.entity_input import EntityInput
|
|
335
|
+
|
|
336
|
+
memory_items = []
|
|
337
|
+
for item in items:
|
|
338
|
+
entities = None
|
|
339
|
+
if item.get("entities"):
|
|
340
|
+
entities = [
|
|
341
|
+
EntityInput(text=e["text"], type=e.get("type"))
|
|
342
|
+
for e in item["entities"]
|
|
343
|
+
]
|
|
344
|
+
memory_items.append(
|
|
345
|
+
memory_item.MemoryItem(
|
|
346
|
+
content=item["content"],
|
|
347
|
+
timestamp=item.get("timestamp"),
|
|
348
|
+
context=item.get("context"),
|
|
349
|
+
metadata=item.get("metadata"),
|
|
350
|
+
# Use item's document_id if provided, otherwise fall back to batch-level document_id
|
|
351
|
+
document_id=item.get("document_id") or document_id,
|
|
352
|
+
entities=entities,
|
|
353
|
+
)
|
|
321
354
|
)
|
|
322
|
-
for item in items
|
|
323
|
-
]
|
|
324
355
|
|
|
325
356
|
request_obj = retain_request.RetainRequest(
|
|
326
357
|
items=memory_items,
|
|
@@ -337,6 +368,7 @@ class Hindsight:
|
|
|
337
368
|
context: Optional[str] = None,
|
|
338
369
|
document_id: Optional[str] = None,
|
|
339
370
|
metadata: Optional[Dict[str, str]] = None,
|
|
371
|
+
entities: Optional[List[Dict[str, str]]] = None,
|
|
340
372
|
) -> RetainResponse:
|
|
341
373
|
"""
|
|
342
374
|
Store a single memory (async).
|
|
@@ -348,13 +380,14 @@ class Hindsight:
|
|
|
348
380
|
context: Optional context description
|
|
349
381
|
document_id: Optional document ID for grouping
|
|
350
382
|
metadata: Optional user-defined metadata
|
|
383
|
+
entities: Optional list of entities [{"text": "...", "type": "..."}]
|
|
351
384
|
|
|
352
385
|
Returns:
|
|
353
386
|
RetainResponse with success status
|
|
354
387
|
"""
|
|
355
388
|
return await self.aretain_batch(
|
|
356
389
|
bank_id=bank_id,
|
|
357
|
-
items=[{"content": content, "timestamp": timestamp, "context": context, "metadata": metadata}],
|
|
390
|
+
items=[{"content": content, "timestamp": timestamp, "context": context, "metadata": metadata, "entities": entities}],
|
|
358
391
|
document_id=document_id,
|
|
359
392
|
)
|
|
360
393
|
|
{hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/docs/ReflectRequest.md
RENAMED
|
@@ -9,7 +9,9 @@ Name | Type | Description | Notes
|
|
|
9
9
|
**query** | **str** | |
|
|
10
10
|
**budget** | [**Budget**](Budget.md) | | [optional]
|
|
11
11
|
**context** | **str** | | [optional]
|
|
12
|
+
**max_tokens** | **int** | Maximum tokens for the response | [optional] [default to 4096]
|
|
12
13
|
**include** | [**ReflectIncludeOptions**](ReflectIncludeOptions.md) | Options for including additional data (disabled by default) | [optional]
|
|
14
|
+
**response_schema** | **Dict[str, object]** | | [optional]
|
|
13
15
|
|
|
14
16
|
## Example
|
|
15
17
|
|
{hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/docs/ReflectResponse.md
RENAMED
|
@@ -8,6 +8,7 @@ Name | Type | Description | Notes
|
|
|
8
8
|
------------ | ------------- | ------------- | -------------
|
|
9
9
|
**text** | **str** | |
|
|
10
10
|
**based_on** | [**List[ReflectFact]**](ReflectFact.md) | | [optional] [default to []]
|
|
11
|
+
**structured_output** | **Dict[str, object]** | | [optional]
|
|
11
12
|
|
|
12
13
|
## Example
|
|
13
14
|
|
|
@@ -31,6 +31,7 @@ from hindsight_client_api.models.disposition_traits import DispositionTraits
|
|
|
31
31
|
from hindsight_client_api.models.document_response import DocumentResponse
|
|
32
32
|
from hindsight_client_api.models.entity_detail_response import EntityDetailResponse
|
|
33
33
|
from hindsight_client_api.models.entity_include_options import EntityIncludeOptions
|
|
34
|
+
from hindsight_client_api.models.entity_input import EntityInput
|
|
34
35
|
from hindsight_client_api.models.entity_list_item import EntityListItem
|
|
35
36
|
from hindsight_client_api.models.entity_list_response import EntityListResponse
|
|
36
37
|
from hindsight_client_api.models.entity_observation_response import EntityObservationResponse
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
|
|
3
|
+
"""
|
|
4
|
+
Hindsight HTTP API
|
|
5
|
+
|
|
6
|
+
HTTP API for Hindsight
|
|
7
|
+
|
|
8
|
+
The version of the OpenAPI document: 0.1.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, StrictStr
|
|
21
|
+
from typing import Any, ClassVar, Dict, List, Optional
|
|
22
|
+
from typing import Optional, Set
|
|
23
|
+
from typing_extensions import Self
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
class EntityInput(BaseModel):
|
|
27
|
+
"""
|
|
28
|
+
Entity to associate with retained content.
|
|
29
|
+
""" # noqa: E501
|
|
30
|
+
|
|
31
|
+
text: StrictStr = Field(description="The entity name/text")
|
|
32
|
+
type: Optional[StrictStr] = Field(
|
|
33
|
+
default=None, description="Optional entity type (e.g., 'PERSON', 'ORG', 'CONCEPT')"
|
|
34
|
+
)
|
|
35
|
+
__properties: ClassVar[List[str]] = ["text", "type"]
|
|
36
|
+
|
|
37
|
+
model_config = ConfigDict(
|
|
38
|
+
populate_by_name=True,
|
|
39
|
+
validate_assignment=True,
|
|
40
|
+
protected_namespaces=(),
|
|
41
|
+
)
|
|
42
|
+
|
|
43
|
+
def to_str(self) -> str:
|
|
44
|
+
"""Returns the string representation of the model using alias"""
|
|
45
|
+
return pprint.pformat(self.model_dump(by_alias=True))
|
|
46
|
+
|
|
47
|
+
def to_json(self) -> str:
|
|
48
|
+
"""Returns the JSON representation of the model using alias"""
|
|
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 EntityInput 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
|
+
excluded_fields: Set[str] = set([])
|
|
59
|
+
|
|
60
|
+
_dict = self.model_dump(
|
|
61
|
+
by_alias=True,
|
|
62
|
+
exclude=excluded_fields,
|
|
63
|
+
exclude_none=True,
|
|
64
|
+
)
|
|
65
|
+
# set to None if type (nullable) is None
|
|
66
|
+
# and model_fields_set contains the field
|
|
67
|
+
if self.type is None and "type" in self.model_fields_set:
|
|
68
|
+
_dict["type"] = None
|
|
69
|
+
|
|
70
|
+
return _dict
|
|
71
|
+
|
|
72
|
+
@classmethod
|
|
73
|
+
def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]:
|
|
74
|
+
"""Create an instance of EntityInput from a dict"""
|
|
75
|
+
if obj is None:
|
|
76
|
+
return None
|
|
77
|
+
|
|
78
|
+
if not isinstance(obj, dict):
|
|
79
|
+
return cls.model_validate(obj)
|
|
80
|
+
|
|
81
|
+
_obj = cls.model_validate({"text": obj.get("text"), "type": obj.get("type")})
|
|
82
|
+
return _obj
|
{hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/models/memory_item.py
RENAMED
|
@@ -18,10 +18,11 @@ import re # noqa: F401
|
|
|
18
18
|
import json
|
|
19
19
|
|
|
20
20
|
from datetime import datetime
|
|
21
|
-
from pydantic import BaseModel, ConfigDict, StrictStr
|
|
21
|
+
from pydantic import BaseModel, ConfigDict, Field, StrictStr
|
|
22
22
|
from typing import Any, ClassVar, Dict, List, Optional
|
|
23
23
|
from typing import Optional, Set
|
|
24
24
|
from typing_extensions import Self
|
|
25
|
+
from hindsight_client_api.models.entity_input import EntityInput
|
|
25
26
|
|
|
26
27
|
class MemoryItem(BaseModel):
|
|
27
28
|
"""
|
|
@@ -32,7 +33,11 @@ class MemoryItem(BaseModel):
|
|
|
32
33
|
context: Optional[StrictStr] = None
|
|
33
34
|
metadata: Optional[Dict[str, StrictStr]] = None
|
|
34
35
|
document_id: Optional[StrictStr] = None
|
|
35
|
-
|
|
36
|
+
entities: Optional[List[EntityInput]] = Field(
|
|
37
|
+
default=None,
|
|
38
|
+
description="Optional entities to combine with auto-extracted entities."
|
|
39
|
+
)
|
|
40
|
+
__properties: ClassVar[List[str]] = ["content", "timestamp", "context", "metadata", "document_id", "entities"]
|
|
36
41
|
|
|
37
42
|
model_config = ConfigDict(
|
|
38
43
|
populate_by_name=True,
|
|
@@ -93,6 +98,11 @@ class MemoryItem(BaseModel):
|
|
|
93
98
|
if self.document_id is None and "document_id" in self.model_fields_set:
|
|
94
99
|
_dict['document_id'] = None
|
|
95
100
|
|
|
101
|
+
# set to None if entities (nullable) is None
|
|
102
|
+
# and model_fields_set contains the field
|
|
103
|
+
if self.entities is None and "entities" in self.model_fields_set:
|
|
104
|
+
_dict['entities'] = None
|
|
105
|
+
|
|
96
106
|
return _dict
|
|
97
107
|
|
|
98
108
|
@classmethod
|
|
@@ -109,7 +119,8 @@ class MemoryItem(BaseModel):
|
|
|
109
119
|
"timestamp": obj.get("timestamp"),
|
|
110
120
|
"context": obj.get("context"),
|
|
111
121
|
"metadata": obj.get("metadata"),
|
|
112
|
-
"document_id": obj.get("document_id")
|
|
122
|
+
"document_id": obj.get("document_id"),
|
|
123
|
+
"entities": [EntityInput.from_dict(_item) for _item in obj["entities"]] if obj.get("entities") is not None else None
|
|
113
124
|
})
|
|
114
125
|
return _obj
|
|
115
126
|
|
{hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/models/reflect_request.py
RENAMED
|
@@ -17,7 +17,7 @@ import pprint
|
|
|
17
17
|
import re # noqa: F401
|
|
18
18
|
import json
|
|
19
19
|
|
|
20
|
-
from pydantic import BaseModel, ConfigDict, Field, StrictStr
|
|
20
|
+
from pydantic import BaseModel, ConfigDict, Field, StrictInt, StrictStr
|
|
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.reflect_include_options import ReflectIncludeOptions
|
|
@@ -31,8 +31,10 @@ class ReflectRequest(BaseModel):
|
|
|
31
31
|
query: StrictStr
|
|
32
32
|
budget: Optional[Budget] = None
|
|
33
33
|
context: Optional[StrictStr] = None
|
|
34
|
+
max_tokens: Optional[StrictInt] = Field(default=4096, description="Maximum tokens for the response")
|
|
34
35
|
include: Optional[ReflectIncludeOptions] = Field(default=None, description="Options for including additional data (disabled by default)")
|
|
35
|
-
|
|
36
|
+
response_schema: Optional[Dict[str, Any]] = None
|
|
37
|
+
__properties: ClassVar[List[str]] = ["query", "budget", "context", "max_tokens", "include", "response_schema"]
|
|
36
38
|
|
|
37
39
|
model_config = ConfigDict(
|
|
38
40
|
populate_by_name=True,
|
|
@@ -81,6 +83,11 @@ class ReflectRequest(BaseModel):
|
|
|
81
83
|
if self.context is None and "context" in self.model_fields_set:
|
|
82
84
|
_dict['context'] = None
|
|
83
85
|
|
|
86
|
+
# set to None if response_schema (nullable) is None
|
|
87
|
+
# and model_fields_set contains the field
|
|
88
|
+
if self.response_schema is None and "response_schema" in self.model_fields_set:
|
|
89
|
+
_dict['response_schema'] = None
|
|
90
|
+
|
|
84
91
|
return _dict
|
|
85
92
|
|
|
86
93
|
@classmethod
|
|
@@ -96,7 +103,9 @@ class ReflectRequest(BaseModel):
|
|
|
96
103
|
"query": obj.get("query"),
|
|
97
104
|
"budget": obj.get("budget"),
|
|
98
105
|
"context": obj.get("context"),
|
|
99
|
-
"
|
|
106
|
+
"max_tokens": obj.get("max_tokens") if obj.get("max_tokens") is not None else 4096,
|
|
107
|
+
"include": ReflectIncludeOptions.from_dict(obj["include"]) if obj.get("include") is not None else None,
|
|
108
|
+
"response_schema": obj.get("response_schema")
|
|
100
109
|
})
|
|
101
110
|
return _obj
|
|
102
111
|
|
{hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/models/reflect_response.py
RENAMED
|
@@ -29,7 +29,8 @@ class ReflectResponse(BaseModel):
|
|
|
29
29
|
""" # noqa: E501
|
|
30
30
|
text: StrictStr
|
|
31
31
|
based_on: Optional[List[ReflectFact]] = None
|
|
32
|
-
|
|
32
|
+
structured_output: Optional[Dict[str, Any]] = None
|
|
33
|
+
__properties: ClassVar[List[str]] = ["text", "based_on", "structured_output"]
|
|
33
34
|
|
|
34
35
|
model_config = ConfigDict(
|
|
35
36
|
populate_by_name=True,
|
|
@@ -77,6 +78,11 @@ class ReflectResponse(BaseModel):
|
|
|
77
78
|
if _item_based_on:
|
|
78
79
|
_items.append(_item_based_on.to_dict())
|
|
79
80
|
_dict['based_on'] = _items
|
|
81
|
+
# set to None if structured_output (nullable) is None
|
|
82
|
+
# and model_fields_set contains the field
|
|
83
|
+
if self.structured_output is None and "structured_output" in self.model_fields_set:
|
|
84
|
+
_dict['structured_output'] = None
|
|
85
|
+
|
|
80
86
|
return _dict
|
|
81
87
|
|
|
82
88
|
@classmethod
|
|
@@ -90,7 +96,8 @@ class ReflectResponse(BaseModel):
|
|
|
90
96
|
|
|
91
97
|
_obj = cls.model_validate({
|
|
92
98
|
"text": obj.get("text"),
|
|
93
|
-
"based_on": [ReflectFact.from_dict(_item) for _item in obj["based_on"]] if obj.get("based_on") is not None else None
|
|
99
|
+
"based_on": [ReflectFact.from_dict(_item) for _item in obj["based_on"]] if obj.get("based_on") is not None else None,
|
|
100
|
+
"structured_output": obj.get("structured_output")
|
|
94
101
|
})
|
|
95
102
|
return _obj
|
|
96
103
|
|
|
@@ -173,6 +173,51 @@ class TestReflect:
|
|
|
173
173
|
assert response.text is not None
|
|
174
174
|
assert len(response.text) > 0
|
|
175
175
|
|
|
176
|
+
def test_reflect_with_max_tokens(self, client, bank_id):
|
|
177
|
+
"""Test reflect with custom max_tokens parameter."""
|
|
178
|
+
response = client.reflect(
|
|
179
|
+
bank_id=bank_id,
|
|
180
|
+
query="What do you think about Python?",
|
|
181
|
+
max_tokens=500,
|
|
182
|
+
)
|
|
183
|
+
|
|
184
|
+
assert response is not None
|
|
185
|
+
assert response.text is not None
|
|
186
|
+
assert len(response.text) > 0
|
|
187
|
+
|
|
188
|
+
def test_reflect_with_structured_output(self, client, bank_id):
|
|
189
|
+
"""Test reflect with structured output via response_schema.
|
|
190
|
+
|
|
191
|
+
When response_schema is provided, the response returns structured_output
|
|
192
|
+
field parsed according to the provided JSON schema. The text field is empty
|
|
193
|
+
since only a single LLM call is made for structured output.
|
|
194
|
+
"""
|
|
195
|
+
from typing import Optional
|
|
196
|
+
from pydantic import BaseModel
|
|
197
|
+
|
|
198
|
+
# Define schema using Pydantic model
|
|
199
|
+
class RecommendationResponse(BaseModel):
|
|
200
|
+
recommendation: str
|
|
201
|
+
reasons: list[str]
|
|
202
|
+
confidence: Optional[str] = None # Optional for LLM flexibility
|
|
203
|
+
|
|
204
|
+
response = client.reflect(
|
|
205
|
+
bank_id=bank_id,
|
|
206
|
+
query="What programming language should I learn for data science?",
|
|
207
|
+
response_schema=RecommendationResponse.model_json_schema(),
|
|
208
|
+
max_tokens=10000,
|
|
209
|
+
)
|
|
210
|
+
|
|
211
|
+
assert response is not None
|
|
212
|
+
# Text is empty when using structured output (single LLM call)
|
|
213
|
+
assert response.text == ""
|
|
214
|
+
|
|
215
|
+
# Verify structured output is present and can be parsed into model
|
|
216
|
+
assert response.structured_output is not None
|
|
217
|
+
result = RecommendationResponse.model_validate(response.structured_output)
|
|
218
|
+
assert result.recommendation
|
|
219
|
+
assert isinstance(result.reasons, list)
|
|
220
|
+
|
|
176
221
|
|
|
177
222
|
class TestListMemories:
|
|
178
223
|
"""Tests for listing memories."""
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/api/documents_api.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/api/monitoring_api.py
RENAMED
|
File without changes
|
{hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/api/operations_api.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/docs/AddBackgroundRequest.md
RENAMED
|
File without changes
|
{hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/docs/BackgroundResponse.md
RENAMED
|
File without changes
|
{hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/docs/BankListItem.md
RENAMED
|
File without changes
|
{hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/docs/BankListResponse.md
RENAMED
|
File without changes
|
{hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/docs/BankProfileResponse.md
RENAMED
|
File without changes
|
{hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/docs/BankStatsResponse.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/docs/ChunkIncludeOptions.md
RENAMED
|
File without changes
|
{hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/docs/ChunkResponse.md
RENAMED
|
File without changes
|
{hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/docs/CreateBankRequest.md
RENAMED
|
File without changes
|
|
File without changes
|
{hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/docs/DeleteResponse.md
RENAMED
|
File without changes
|
{hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/docs/DispositionTraits.md
RENAMED
|
File without changes
|
{hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/docs/DocumentResponse.md
RENAMED
|
File without changes
|
{hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/docs/DocumentsApi.md
RENAMED
|
File without changes
|
|
File without changes
|
{hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/docs/EntityDetailResponse.md
RENAMED
|
File without changes
|
{hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/docs/EntityIncludeOptions.md
RENAMED
|
File without changes
|
{hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/docs/EntityListItem.md
RENAMED
|
File without changes
|
{hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/docs/EntityListResponse.md
RENAMED
|
File without changes
|
|
File without changes
|
{hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/docs/EntityStateResponse.md
RENAMED
|
File without changes
|
{hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/docs/GraphDataResponse.md
RENAMED
|
File without changes
|
{hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/docs/HTTPValidationError.md
RENAMED
|
File without changes
|
{hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/docs/IncludeOptions.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/docs/MonitoringApi.md
RENAMED
|
File without changes
|
{hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/docs/OperationResponse.md
RENAMED
|
File without changes
|
{hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/docs/OperationsApi.md
RENAMED
|
File without changes
|
|
File without changes
|
{hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/docs/RecallRequest.md
RENAMED
|
File without changes
|
{hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/docs/RecallResponse.md
RENAMED
|
File without changes
|
{hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/docs/RecallResult.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/docs/RetainRequest.md
RENAMED
|
File without changes
|
{hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/docs/RetainResponse.md
RENAMED
|
File without changes
|
|
File without changes
|
{hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/docs/ValidationError.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/models/bank_list_item.py
RENAMED
|
File without changes
|
{hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/models/bank_list_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/models/chunk_data.py
RENAMED
|
File without changes
|
|
File without changes
|
{hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/models/chunk_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/models/delete_response.py
RENAMED
|
File without changes
|
{hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/models/disposition_traits.py
RENAMED
|
File without changes
|
{hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/models/document_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/models/entity_list_item.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/models/include_options.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/models/operation_response.py
RENAMED
|
File without changes
|
|
File without changes
|
{hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/models/recall_request.py
RENAMED
|
File without changes
|
{hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/models/recall_response.py
RENAMED
|
File without changes
|
{hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/models/recall_result.py
RENAMED
|
File without changes
|
{hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/models/reflect_fact.py
RENAMED
|
File without changes
|
|
File without changes
|
{hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/models/retain_request.py
RENAMED
|
File without changes
|
{hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/models/retain_response.py
RENAMED
|
File without changes
|
|
File without changes
|
{hindsight_client-0.1.16 → hindsight_client-0.2.0}/hindsight_client_api/models/validation_error.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|