futurehouse-client 0.6.2.dev197__tar.gz → 0.6.2.dev200__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.6.2.dev197/src/futurehouse_client.egg-info → futurehouse_client-0.6.2.dev200}/PKG-INFO +1 -1
- {futurehouse_client-0.6.2.dev197 → futurehouse_client-0.6.2.dev200}/src/futurehouse_client/clients/job_client.py +5 -3
- {futurehouse_client-0.6.2.dev197 → futurehouse_client-0.6.2.dev200}/src/futurehouse_client/version.py +3 -3
- {futurehouse_client-0.6.2.dev197 → futurehouse_client-0.6.2.dev200/src/futurehouse_client.egg-info}/PKG-INFO +1 -1
- {futurehouse_client-0.6.2.dev197 → futurehouse_client-0.6.2.dev200}/LICENSE +0 -0
- {futurehouse_client-0.6.2.dev197 → futurehouse_client-0.6.2.dev200}/README.md +0 -0
- {futurehouse_client-0.6.2.dev197 → futurehouse_client-0.6.2.dev200}/data_storage.md +0 -0
- {futurehouse_client-0.6.2.dev197 → futurehouse_client-0.6.2.dev200}/docs/__init__.py +0 -0
- {futurehouse_client-0.6.2.dev197 → futurehouse_client-0.6.2.dev200}/docs/client_notebook.ipynb +0 -0
- {futurehouse_client-0.6.2.dev197 → futurehouse_client-0.6.2.dev200}/pyproject.toml +0 -0
- {futurehouse_client-0.6.2.dev197 → futurehouse_client-0.6.2.dev200}/setup.cfg +0 -0
- {futurehouse_client-0.6.2.dev197 → futurehouse_client-0.6.2.dev200}/src/futurehouse_client/__init__.py +0 -0
- {futurehouse_client-0.6.2.dev197 → futurehouse_client-0.6.2.dev200}/src/futurehouse_client/clients/__init__.py +0 -0
- {futurehouse_client-0.6.2.dev197 → futurehouse_client-0.6.2.dev200}/src/futurehouse_client/clients/data_storage_methods.py +0 -0
- {futurehouse_client-0.6.2.dev197 → futurehouse_client-0.6.2.dev200}/src/futurehouse_client/clients/rest_client.py +0 -0
- {futurehouse_client-0.6.2.dev197 → futurehouse_client-0.6.2.dev200}/src/futurehouse_client/models/__init__.py +0 -0
- {futurehouse_client-0.6.2.dev197 → futurehouse_client-0.6.2.dev200}/src/futurehouse_client/models/app.py +0 -0
- {futurehouse_client-0.6.2.dev197 → futurehouse_client-0.6.2.dev200}/src/futurehouse_client/models/client.py +0 -0
- {futurehouse_client-0.6.2.dev197 → futurehouse_client-0.6.2.dev200}/src/futurehouse_client/models/data_storage_methods.py +0 -0
- {futurehouse_client-0.6.2.dev197 → futurehouse_client-0.6.2.dev200}/src/futurehouse_client/models/job_event.py +0 -0
- {futurehouse_client-0.6.2.dev197 → futurehouse_client-0.6.2.dev200}/src/futurehouse_client/models/rest.py +0 -0
- {futurehouse_client-0.6.2.dev197 → futurehouse_client-0.6.2.dev200}/src/futurehouse_client/py.typed +0 -0
- {futurehouse_client-0.6.2.dev197 → futurehouse_client-0.6.2.dev200}/src/futurehouse_client/utils/__init__.py +0 -0
- {futurehouse_client-0.6.2.dev197 → futurehouse_client-0.6.2.dev200}/src/futurehouse_client/utils/auth.py +0 -0
- {futurehouse_client-0.6.2.dev197 → futurehouse_client-0.6.2.dev200}/src/futurehouse_client/utils/general.py +0 -0
- {futurehouse_client-0.6.2.dev197 → futurehouse_client-0.6.2.dev200}/src/futurehouse_client/utils/module_utils.py +0 -0
- {futurehouse_client-0.6.2.dev197 → futurehouse_client-0.6.2.dev200}/src/futurehouse_client/utils/monitoring.py +0 -0
- {futurehouse_client-0.6.2.dev197 → futurehouse_client-0.6.2.dev200}/src/futurehouse_client/utils/world_model_tools.py +0 -0
- {futurehouse_client-0.6.2.dev197 → futurehouse_client-0.6.2.dev200}/src/futurehouse_client.egg-info/SOURCES.txt +0 -0
- {futurehouse_client-0.6.2.dev197 → futurehouse_client-0.6.2.dev200}/src/futurehouse_client.egg-info/dependency_links.txt +0 -0
- {futurehouse_client-0.6.2.dev197 → futurehouse_client-0.6.2.dev200}/src/futurehouse_client.egg-info/requires.txt +0 -0
- {futurehouse_client-0.6.2.dev197 → futurehouse_client-0.6.2.dev200}/src/futurehouse_client.egg-info/top_level.txt +0 -0
- {futurehouse_client-0.6.2.dev197 → futurehouse_client-0.6.2.dev200}/tests/test_client.py +0 -0
- {futurehouse_client-0.6.2.dev197 → futurehouse_client-0.6.2.dev200}/tests/test_data/test_file.txt +0 -0
- {futurehouse_client-0.6.2.dev197 → futurehouse_client-0.6.2.dev200}/tests/test_data/test_information.txt +0 -0
- {futurehouse_client-0.6.2.dev197 → futurehouse_client-0.6.2.dev200}/tests/test_data/test_manifest.yaml +0 -0
- {futurehouse_client-0.6.2.dev197 → futurehouse_client-0.6.2.dev200}/tests/test_data_storage_e2e.py +0 -0
- {futurehouse_client-0.6.2.dev197 → futurehouse_client-0.6.2.dev200}/tests/test_data_storage_methods.py +0 -0
- {futurehouse_client-0.6.2.dev197 → futurehouse_client-0.6.2.dev200}/tests/test_rest.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: futurehouse-client
|
|
3
|
-
Version: 0.6.2.
|
|
3
|
+
Version: 0.6.2.dev200
|
|
4
4
|
Summary: A client for interacting with endpoints of the FutureHouse service.
|
|
5
5
|
Author-email: FutureHouse technical staff <hello@futurehouse.org>
|
|
6
6
|
License: Apache License
|
|
@@ -37,7 +37,9 @@ class JobClient:
|
|
|
37
37
|
base_uri: str = Stage.LOCAL.value,
|
|
38
38
|
trajectory_id: str | UUID | None = None,
|
|
39
39
|
):
|
|
40
|
-
self.base_uri =
|
|
40
|
+
self.base_uri = (
|
|
41
|
+
"https://make-next-plans-dev.dev.api.platform.futurehouse.org" # base_uri
|
|
42
|
+
)
|
|
41
43
|
self.agent = agent
|
|
42
44
|
self.environment = environment
|
|
43
45
|
self.oauth_jwt = auth_token
|
|
@@ -140,7 +142,7 @@ class JobClient:
|
|
|
140
142
|
)
|
|
141
143
|
headers = {
|
|
142
144
|
"Authorization": f"Bearer {self.oauth_jwt}",
|
|
143
|
-
"
|
|
145
|
+
"x-trajectory-id": self.trajectory_id,
|
|
144
146
|
}
|
|
145
147
|
|
|
146
148
|
payload = {
|
|
@@ -215,7 +217,7 @@ class JobClient:
|
|
|
215
217
|
url = f"{self.base_uri}/v0.1/assistant/generate-plans-for-world-model"
|
|
216
218
|
headers = {
|
|
217
219
|
"Authorization": f"Bearer {self.oauth_jwt}",
|
|
218
|
-
"
|
|
220
|
+
"x-trajectory-id": self.trajectory_id,
|
|
219
221
|
}
|
|
220
222
|
|
|
221
223
|
payload = {
|
|
@@ -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.6.2.
|
|
32
|
-
__version_tuple__ = version_tuple = (0, 6, 2, '
|
|
31
|
+
__version__ = version = '0.6.2.dev200'
|
|
32
|
+
__version_tuple__ = version_tuple = (0, 6, 2, 'dev200')
|
|
33
33
|
|
|
34
|
-
__commit_id__ = commit_id = '
|
|
34
|
+
__commit_id__ = commit_id = 'g25ac166b3'
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: futurehouse-client
|
|
3
|
-
Version: 0.6.2.
|
|
3
|
+
Version: 0.6.2.dev200
|
|
4
4
|
Summary: A client for interacting with endpoints of the FutureHouse service.
|
|
5
5
|
Author-email: FutureHouse technical staff <hello@futurehouse.org>
|
|
6
6
|
License: Apache License
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{futurehouse_client-0.6.2.dev197 → futurehouse_client-0.6.2.dev200}/docs/client_notebook.ipynb
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
|
|
File without changes
|
{futurehouse_client-0.6.2.dev197 → futurehouse_client-0.6.2.dev200}/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.6.2.dev197 → futurehouse_client-0.6.2.dev200}/tests/test_data/test_file.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{futurehouse_client-0.6.2.dev197 → futurehouse_client-0.6.2.dev200}/tests/test_data_storage_e2e.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|