futurehouse-client 0.4.5.dev10__tar.gz → 0.4.5.dev49__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.
- {futurehouse_client-0.4.5.dev10/src/futurehouse_client.egg-info → futurehouse_client-0.4.5.dev49}/PKG-INFO +1 -1
- {futurehouse_client-0.4.5.dev10 → futurehouse_client-0.4.5.dev49}/src/futurehouse_client/clients/data_storage_methods.py +6 -0
- {futurehouse_client-0.4.5.dev10 → futurehouse_client-0.4.5.dev49}/src/futurehouse_client/models/client.py +5 -0
- {futurehouse_client-0.4.5.dev10 → futurehouse_client-0.4.5.dev49}/src/futurehouse_client/models/data_storage_methods.py +4 -0
- {futurehouse_client-0.4.5.dev10 → futurehouse_client-0.4.5.dev49}/src/futurehouse_client/models/rest.py +2 -1
- {futurehouse_client-0.4.5.dev10 → futurehouse_client-0.4.5.dev49}/src/futurehouse_client/version.py +3 -3
- {futurehouse_client-0.4.5.dev10 → futurehouse_client-0.4.5.dev49/src/futurehouse_client.egg-info}/PKG-INFO +1 -1
- {futurehouse_client-0.4.5.dev10 → futurehouse_client-0.4.5.dev49}/LICENSE +0 -0
- {futurehouse_client-0.4.5.dev10 → futurehouse_client-0.4.5.dev49}/README.md +0 -0
- {futurehouse_client-0.4.5.dev10 → futurehouse_client-0.4.5.dev49}/data_storage.md +0 -0
- {futurehouse_client-0.4.5.dev10 → futurehouse_client-0.4.5.dev49}/docs/__init__.py +0 -0
- {futurehouse_client-0.4.5.dev10 → futurehouse_client-0.4.5.dev49}/docs/client_notebook.ipynb +0 -0
- {futurehouse_client-0.4.5.dev10 → futurehouse_client-0.4.5.dev49}/pyproject.toml +0 -0
- {futurehouse_client-0.4.5.dev10 → futurehouse_client-0.4.5.dev49}/setup.cfg +0 -0
- {futurehouse_client-0.4.5.dev10 → futurehouse_client-0.4.5.dev49}/src/futurehouse_client/__init__.py +0 -0
- {futurehouse_client-0.4.5.dev10 → futurehouse_client-0.4.5.dev49}/src/futurehouse_client/clients/__init__.py +0 -0
- {futurehouse_client-0.4.5.dev10 → futurehouse_client-0.4.5.dev49}/src/futurehouse_client/clients/job_client.py +0 -0
- {futurehouse_client-0.4.5.dev10 → futurehouse_client-0.4.5.dev49}/src/futurehouse_client/clients/rest_client.py +0 -0
- {futurehouse_client-0.4.5.dev10 → futurehouse_client-0.4.5.dev49}/src/futurehouse_client/models/__init__.py +0 -0
- {futurehouse_client-0.4.5.dev10 → futurehouse_client-0.4.5.dev49}/src/futurehouse_client/models/app.py +0 -0
- {futurehouse_client-0.4.5.dev10 → futurehouse_client-0.4.5.dev49}/src/futurehouse_client/py.typed +0 -0
- {futurehouse_client-0.4.5.dev10 → futurehouse_client-0.4.5.dev49}/src/futurehouse_client/utils/__init__.py +0 -0
- {futurehouse_client-0.4.5.dev10 → futurehouse_client-0.4.5.dev49}/src/futurehouse_client/utils/auth.py +0 -0
- {futurehouse_client-0.4.5.dev10 → futurehouse_client-0.4.5.dev49}/src/futurehouse_client/utils/general.py +0 -0
- {futurehouse_client-0.4.5.dev10 → futurehouse_client-0.4.5.dev49}/src/futurehouse_client/utils/module_utils.py +0 -0
- {futurehouse_client-0.4.5.dev10 → futurehouse_client-0.4.5.dev49}/src/futurehouse_client/utils/monitoring.py +0 -0
- {futurehouse_client-0.4.5.dev10 → futurehouse_client-0.4.5.dev49}/src/futurehouse_client/utils/world_model_tools.py +0 -0
- {futurehouse_client-0.4.5.dev10 → futurehouse_client-0.4.5.dev49}/src/futurehouse_client.egg-info/SOURCES.txt +0 -0
- {futurehouse_client-0.4.5.dev10 → futurehouse_client-0.4.5.dev49}/src/futurehouse_client.egg-info/dependency_links.txt +0 -0
- {futurehouse_client-0.4.5.dev10 → futurehouse_client-0.4.5.dev49}/src/futurehouse_client.egg-info/requires.txt +0 -0
- {futurehouse_client-0.4.5.dev10 → futurehouse_client-0.4.5.dev49}/src/futurehouse_client.egg-info/top_level.txt +0 -0
- {futurehouse_client-0.4.5.dev10 → futurehouse_client-0.4.5.dev49}/tests/test_client.py +0 -0
- {futurehouse_client-0.4.5.dev10 → futurehouse_client-0.4.5.dev49}/tests/test_data/test_file.txt +0 -0
- {futurehouse_client-0.4.5.dev10 → futurehouse_client-0.4.5.dev49}/tests/test_data/test_information.txt +0 -0
- {futurehouse_client-0.4.5.dev10 → futurehouse_client-0.4.5.dev49}/tests/test_data/test_manifest.yaml +0 -0
- {futurehouse_client-0.4.5.dev10 → futurehouse_client-0.4.5.dev49}/tests/test_data_storage_e2e.py +0 -0
- {futurehouse_client-0.4.5.dev10 → futurehouse_client-0.4.5.dev49}/tests/test_data_storage_methods.py +0 -0
- {futurehouse_client-0.4.5.dev10 → futurehouse_client-0.4.5.dev49}/tests/test_rest.py +0 -0
@@ -779,6 +779,7 @@ class DataStorageMethods:
|
|
779
779
|
ignore_patterns: list[str] | None = None,
|
780
780
|
ignore_filename: str = ".gitignore",
|
781
781
|
project_id: UUID | None = None,
|
782
|
+
tags: list[str] | None = None,
|
782
783
|
) -> DataStorageResponse:
|
783
784
|
"""Upload a directory as a single zip file collection.
|
784
785
|
|
@@ -790,6 +791,7 @@ class DataStorageMethods:
|
|
790
791
|
ignore_patterns: List of patterns to ignore when zipping
|
791
792
|
ignore_filename: Name of ignore file to read from directory
|
792
793
|
project_id: ID of the project this data storage entry belongs to
|
794
|
+
tags: List of tags to associate with the data storage entry
|
793
795
|
|
794
796
|
Returns:
|
795
797
|
DataStorageResponse for the uploaded zip file
|
@@ -810,6 +812,7 @@ class DataStorageMethods:
|
|
810
812
|
path=zip_gcs_path,
|
811
813
|
is_collection=True,
|
812
814
|
project_id=project_id,
|
815
|
+
tags=tags,
|
813
816
|
)
|
814
817
|
|
815
818
|
logger.debug(
|
@@ -859,6 +862,7 @@ class DataStorageMethods:
|
|
859
862
|
ignore_patterns: list[str] | None = None,
|
860
863
|
ignore_filename: str = ".gitignore",
|
861
864
|
project_id: UUID | None = None,
|
865
|
+
tags: list[str] | None = None,
|
862
866
|
) -> DataStorageResponse:
|
863
867
|
"""Asynchronously upload a directory as a single zip file.
|
864
868
|
|
@@ -870,6 +874,7 @@ class DataStorageMethods:
|
|
870
874
|
ignore_patterns: List of patterns to ignore when zipping
|
871
875
|
ignore_filename: Name of ignore file to read from directory
|
872
876
|
project_id: ID of the project this data storage entry belongs to
|
877
|
+
tags: List of tags to associate with the data storage entry
|
873
878
|
|
874
879
|
Returns:
|
875
880
|
DataStorageResponse for the uploaded zip file
|
@@ -890,6 +895,7 @@ class DataStorageMethods:
|
|
890
895
|
path=zip_gcs_path,
|
891
896
|
is_collection=True,
|
892
897
|
project_id=project_id,
|
898
|
+
tags=tags,
|
893
899
|
)
|
894
900
|
|
895
901
|
data_storage_response = await self._acreate_data_storage_entry(payload)
|
@@ -34,6 +34,11 @@ class ASVState(BaseState, Generic[T]):
|
|
34
34
|
def serialize_action(self, action: OpResult[T]) -> dict:
|
35
35
|
return action.to_dict()
|
36
36
|
|
37
|
+
@field_serializer("next_state")
|
38
|
+
def serialize_next_state(self, state: Any) -> str:
|
39
|
+
return str(state)
|
40
|
+
|
41
|
+
|
37
42
|
class EnvResetState(BaseState):
|
38
43
|
observations: list[Message] = Field()
|
39
44
|
tools: list[Tool] = Field()
|
@@ -151,6 +151,10 @@ class DataStorageRequestPayload(BaseModel):
|
|
151
151
|
existing_location: DataStorageLocationPayload | None = Field(
|
152
152
|
default=None, description="Target storage metadata"
|
153
153
|
)
|
154
|
+
tags: list[str] | None = Field(
|
155
|
+
default=None,
|
156
|
+
description="List of tags associated with the data storage entry",
|
157
|
+
)
|
154
158
|
|
155
159
|
|
156
160
|
class CreateDatasetPayload(BaseModel):
|
@@ -67,7 +67,8 @@ class SearchOperator(StrEnum):
|
|
67
67
|
"""Operators for structured search criteria."""
|
68
68
|
|
69
69
|
EQUALS = "equals"
|
70
|
-
CONTAINS = "contains"
|
70
|
+
CONTAINS = "contains" # Exact phrase/substring matching
|
71
|
+
FULLTEXT = "fulltext" # Tokenized full-text search (match query)
|
71
72
|
STARTS_WITH = "starts_with"
|
72
73
|
ENDS_WITH = "ends_with"
|
73
74
|
GREATER_THAN = "greater_than"
|
{futurehouse_client-0.4.5.dev10 → futurehouse_client-0.4.5.dev49}/src/futurehouse_client/version.py
RENAMED
@@ -28,7 +28,7 @@ version_tuple: VERSION_TUPLE
|
|
28
28
|
commit_id: COMMIT_ID
|
29
29
|
__commit_id__: COMMIT_ID
|
30
30
|
|
31
|
-
__version__ = version = '0.4.5.
|
32
|
-
__version_tuple__ = version_tuple = (0, 4, 5, '
|
31
|
+
__version__ = version = '0.4.5.dev49'
|
32
|
+
__version_tuple__ = version_tuple = (0, 4, 5, 'dev49')
|
33
33
|
|
34
|
-
__commit_id__ = commit_id = '
|
34
|
+
__commit_id__ = commit_id = 'g64852c2ca'
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{futurehouse_client-0.4.5.dev10 → futurehouse_client-0.4.5.dev49}/docs/client_notebook.ipynb
RENAMED
File without changes
|
File without changes
|
File without changes
|
{futurehouse_client-0.4.5.dev10 → futurehouse_client-0.4.5.dev49}/src/futurehouse_client/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{futurehouse_client-0.4.5.dev10 → futurehouse_client-0.4.5.dev49}/src/futurehouse_client/py.typed
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{futurehouse_client-0.4.5.dev10 → futurehouse_client-0.4.5.dev49}/tests/test_data/test_file.txt
RENAMED
File without changes
|
File without changes
|
{futurehouse_client-0.4.5.dev10 → futurehouse_client-0.4.5.dev49}/tests/test_data/test_manifest.yaml
RENAMED
File without changes
|
{futurehouse_client-0.4.5.dev10 → futurehouse_client-0.4.5.dev49}/tests/test_data_storage_e2e.py
RENAMED
File without changes
|
{futurehouse_client-0.4.5.dev10 → futurehouse_client-0.4.5.dev49}/tests/test_data_storage_methods.py
RENAMED
File without changes
|
File without changes
|