composabl-dev 0.18.6.dev15__cp312-cp312-macosx_10_9_universal2.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.
Binary file
Binary file
Binary file
@@ -0,0 +1,42 @@
1
+ Metadata-Version: 2.4
2
+ Name: composabl-dev
3
+ Version: 0.18.6.dev15
4
+ Summary: a distributed trainer to be able to train agents across a cluster of machines
5
+ Author-email: Hunter Park <hunter@composabl.io>
6
+ Requires-Python: >=3.10, <3.13
7
+ Description-Content-Type: text/markdown
8
+ Requires-Dist: composabl-api-dev>=0.18.6.dev15
9
+ Requires-Dist: composabl-core-dev>=0.18.6.dev15
10
+ Requires-Dist: composabl-train-dev>=0.18.6.dev15
11
+ Requires-Dist: composabl-cli-dev>=0.18.6.dev15
12
+ Dynamic: description
13
+ Dynamic: description-content-type
14
+ Dynamic: requires-python
15
+
16
+ # Composabl
17
+
18
+ Composabl helps you build Autonomous Agents! Through an easy SDK you get access to outscaled simulator training tools.
19
+
20
+ ## Licenses / Seats
21
+
22
+ Composabl is an enterprise platform and requires an API key to use.
23
+
24
+ We offer 3 types of licenses:
25
+
26
+ - **Enterprise:** for enterprise projects and agent creations
27
+ - **Personal:** for personal usage and testing (typically offered to System Integrators)
28
+ - **Trial:** validate the Composabl platform (requires sales contact person)
29
+
30
+ One key is needed per user (seat-based licensing)
31
+
32
+ You can request an API Key through the following methods:
33
+
34
+ - [Discord](https://discord.gg/EQ3BgJt9NC)
35
+ - [Mail](mailto:sales@composabl.io?subject=REQUEST%20API%20KEY%20-%20COMPANY_NAME%20-%20NAME&body=Hi%2C%0D%0A%0D%0AI%20would%20like%20to%20request%20an%20API%20key%20for%20my%20company%20to%20get%20started%20with%20Composabl.%0D%0A%0D%0A*%20Company%20Name%3A%20COMPANY_NAME%0D%0A*%20Seats%3A%20NO_OF_SEATS%0D%0A*%20License%20Type%3A%20Enterprise%20%7C%20Personal%20%7C%20Trial%20%28keep%20what%20is%20required%29%0D%0A%0D%0AKind%20Regards%2C%0D%0ANAME%0D%0AFUNCTION)
36
+
37
+ ## Getting Started
38
+
39
+ 1. Download the Composabl SDK: `pip install composabl`
40
+ 2. Request an API Key
41
+ 3. Get a simulator or use one of the [prebuilt ones](https://hub.docker.com/u/composabl)
42
+ 4. Create an Agent or see our [examples](https://github.com/Composabl/examples.composabl.io)
@@ -0,0 +1,8 @@
1
+ composabl/__init__.cpython-312-darwin.so,sha256=MqPuj9krFMckUk93fCsOTg7uGOd-EOMA_Gp0lEjWG3U,89328
2
+ composabl/ray.cpython-312-darwin.so,sha256=dG88uyaDbePQriTiL21LtxZvmjguaKO66ShGeKxfBqA,88600
3
+ composabl/core.cpython-312-darwin.so,sha256=GbskIPXm1HXpoZxrhrUr5c89kv0qXnolmwieWCP2zN0,88616
4
+ composabl_dev-0.18.6.dev15.dist-info/RECORD,,
5
+ composabl_dev-0.18.6.dev15.dist-info/WHEEL,sha256=pGbrlo7XAPu3Q7YOfxj3CF_8YOT4IbeXDsn5QE-1oBc,114
6
+ composabl_dev-0.18.6.dev15.dist-info/entry_points.txt,sha256=WrLVbw0dPbDvkgFcNa275XoyuBvDoP-453FEPMn_cG8,56
7
+ composabl_dev-0.18.6.dev15.dist-info/top_level.txt,sha256=u1D_14CTd3ryfSJBYuAR0PfjwHJ5_4NGQts7rZy2xks,10
8
+ composabl_dev-0.18.6.dev15.dist-info/METADATA,sha256=NoxgiQvIGTVnUIHPQMOiehHFenqaf9zr9LWb_e75osA,1925
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (80.9.0)
3
+ Root-Is-Purelib: false
4
+ Tag: cp312-cp312-macosx_10_9_universal2
5
+
@@ -0,0 +1,2 @@
1
+ [console_scripts]
2
+ composabl = composabl_cli.cli.cli:run
@@ -0,0 +1 @@
1
+ composabl