optexity 0.1.0__py3-none-any.whl → 0.1.2__py3-none-any.whl

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.
optexity/cli.py CHANGED
@@ -35,7 +35,7 @@ def install_browsers() -> None:
35
35
  def run_inference(args: argparse.Namespace) -> None:
36
36
  from optexity.inference.child_process import get_app_with_endpoints
37
37
 
38
- app = get_app_with_endpoints(is_aws=args.is_aws)
38
+ app = get_app_with_endpoints(is_aws=args.is_aws, child_id=args.child_process_id)
39
39
  run(
40
40
  app,
41
41
  host=args.host,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: optexity
3
- Version: 0.1.0
3
+ Version: 0.1.2
4
4
  Summary: Optexity is a platform for building and running browser and computer agents.
5
5
  Author-email: Optexity <support@optexity.com>
6
6
  Requires-Python: >=3.11
@@ -0,0 +1,11 @@
1
+ optexity/__init__.py,sha256=dqh4tGEzruZnkvRLjPYKyc2-FVlXLx1Dj-JNy5fy7U8,459
2
+ optexity/cli.py,sha256=bpHwMWGGJVS3TG2uUl2nSJkf916D-kCw_mxzAe_-XeI,2238
3
+ optexity/exceptions.py,sha256=j4QxbcnAl5RmEJPJ0MWZ0iM38HvW-r8xmxtDxZ1ceSY,269
4
+ optexity/onepassword_integration.py,sha256=_1sQ8sRGVdDnA7384FXiXYRVntPB-ZQAu8W7ICX7_VQ,1047
5
+ optexity/test.py,sha256=pMSZwwA8tj6jAfFUJ3OUHGnTPriqkv4eDGGHqdAdrsA,2797
6
+ optexity-0.1.2.dist-info/licenses/LICENSE,sha256=WpSBqSAcwd68PmS3zRsfACJOz-u-UfTzftsEnzp4ZCY,1065
7
+ optexity-0.1.2.dist-info/METADATA,sha256=hVH-kaFUYJHPOIF5-PVJGA3x8YMUNCjGYpW3J23dXmk,10613
8
+ optexity-0.1.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
9
+ optexity-0.1.2.dist-info/entry_points.txt,sha256=hcn77ooRr6a_N8fo0vij3Fpo6waqc9ijpaScQ7Kj35k,47
10
+ optexity-0.1.2.dist-info/top_level.txt,sha256=OZEtBX8IabC8EnBrNW98z7NzdGQsjFhHleSthhjjEMM,9
11
+ optexity-0.1.2.dist-info/RECORD,,
@@ -1,11 +0,0 @@
1
- optexity/__init__.py,sha256=dqh4tGEzruZnkvRLjPYKyc2-FVlXLx1Dj-JNy5fy7U8,459
2
- optexity/cli.py,sha256=xwMJYB_-qjn3XzzSryaaGUmtYJvAVoSdkP1czZzFDW8,2206
3
- optexity/exceptions.py,sha256=j4QxbcnAl5RmEJPJ0MWZ0iM38HvW-r8xmxtDxZ1ceSY,269
4
- optexity/onepassword_integration.py,sha256=_1sQ8sRGVdDnA7384FXiXYRVntPB-ZQAu8W7ICX7_VQ,1047
5
- optexity/test.py,sha256=pMSZwwA8tj6jAfFUJ3OUHGnTPriqkv4eDGGHqdAdrsA,2797
6
- optexity-0.1.0.dist-info/licenses/LICENSE,sha256=WpSBqSAcwd68PmS3zRsfACJOz-u-UfTzftsEnzp4ZCY,1065
7
- optexity-0.1.0.dist-info/METADATA,sha256=kkw-guQkGqIZEVAzvE7yjOIbFI1WZMg8tTUUGIAzQTo,10613
8
- optexity-0.1.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
9
- optexity-0.1.0.dist-info/entry_points.txt,sha256=hcn77ooRr6a_N8fo0vij3Fpo6waqc9ijpaScQ7Kj35k,47
10
- optexity-0.1.0.dist-info/top_level.txt,sha256=OZEtBX8IabC8EnBrNW98z7NzdGQsjFhHleSthhjjEMM,9
11
- optexity-0.1.0.dist-info/RECORD,,