composabl-api-dev 0.18.6.dev13__cp312-cp312-macosx_10_9_x86_64.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.

Potentially problematic release.


This version of composabl-api-dev might be problematic. Click here for more details.

@@ -0,0 +1,45 @@
1
+ Metadata-Version: 2.4
2
+ Name: composabl-api-dev
3
+ Version: 0.18.6.dev13
4
+ Summary: the Composabl API
5
+ Author-email: Hunter Park <hunter@composabl.com>
6
+ Requires-Python: >=3.10, <3.13
7
+ Description-Content-Type: text/markdown
8
+ Requires-Dist: cython
9
+ Requires-Dist: ruff
10
+ Requires-Dist: simple-term-menu
11
+ Requires-Dist: aiohttp
12
+ Requires-Dist: httpretty==1.0.5
13
+ Requires-Dist: pytest-asyncio
14
+ Requires-Dist: pre-commit
15
+ Dynamic: description
16
+ Dynamic: description-content-type
17
+ Dynamic: requires-python
18
+
19
+ # Composabl
20
+
21
+ Composabl helps you build Autonomous Agents! Through an easy SDK you get access to outscaled simulator training tools.
22
+
23
+ ## Licenses / Seats
24
+
25
+ Composabl is an enterprise platform and requires an API key to use.
26
+
27
+ We offer 3 types of licenses:
28
+
29
+ - **Enterprise:** for enterprise projects and agent creations
30
+ - **Personal:** for personal usage and testing (typically offered to System Integrators)
31
+ - **Trial:** validate the Composabl platform (requires sales contact person)
32
+
33
+ One key is needed per user (seat-based licensing)
34
+
35
+ You can request an API Key through the following methods:
36
+
37
+ - [Discord](https://discord.gg/EQ3BgJt9NC)
38
+ - [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)
39
+
40
+ ## Getting Started
41
+
42
+ 1. Download the Composabl SDK: `pip install composabl`
43
+ 2. Request an API Key
44
+ 3. Get a simulator or use one of the [prebuilt ones](https://hub.docker.com/u/composabl)
45
+ 4. Create an Agent or see our [examples](https://github.com/Composabl/examples.composabl.io)
@@ -0,0 +1,16 @@
1
+ composabl_api_dev-0.18.6.dev13.dist-info/RECORD,,
2
+ composabl_api_dev-0.18.6.dev13.dist-info/WHEEL,sha256=JebC01nQLNhoeL6dZZPTiqL3CEEm0pYbIWD1ObBFBTc,110
3
+ composabl_api_dev-0.18.6.dev13.dist-info/top_level.txt,sha256=bxdD4xIxmo1HURkgiI6n1Rl2HZ5q-3i3JrHx8uS8lHc,14
4
+ composabl_api_dev-0.18.6.dev13.dist-info/METADATA,sha256=a5QYwL-RhvOozxAV6Wb4JLmxVTbf0i5pRRtOrWC9BxI,1864
5
+ composabl_api/__init__.cpython-312-darwin.so,sha256=fdWwvM6zWBB-Kx3LwRtnkJmkPbzHzBuYBI1u3ZY8__U,22400
6
+ composabl_api/common.cpython-312-darwin.so,sha256=HYiS9qTMLkLddPZ7tiTV3Vz8aKSSqUpJPyK4ldjjxyc,168064
7
+ composabl_api/nocode/__init__.cpython-312-darwin.so,sha256=tIIbh-ndxhmPbWAZCx2s1zZukUNyXybTom24a6LqGfU,22040
8
+ composabl_api/nocode/main.cpython-312-darwin.so,sha256=lA8QzKNWk6aZYrMYRWgRa6_tkEIHXAiUPB3uFwKUA4w,394032
9
+ composabl_api/util/__init__.cpython-312-darwin.so,sha256=V-RhqlU86zHXh276bUH7FANt_qIiI7xNTETkGJ_EDzY,18440
10
+ composabl_api/util/singleton.cpython-312-darwin.so,sha256=s-92MleSN7G5GAItY4cn7sQXtk_NN9V5vK2VlH5Tazk,62608
11
+ composabl_api/util/token.cpython-312-darwin.so,sha256=iYRKx7y9NDyzP3wLkn02bYmSMOkM8Bx5PuPO06rzCiI,46248
12
+ composabl_api/util/logger.cpython-312-darwin.so,sha256=7c9FWfWYARqQSypBogGeE0IdExe5k0HMRcZObidbnKA,61304
13
+ composabl_api/controller/__init__.cpython-312-darwin.so,sha256=Y2yD0XVdZlMjeu39fQ71typnSGgOXxwcOfYHNiQl0Io,17992
14
+ composabl_api/controller/main.cpython-312-darwin.so,sha256=IIXIN48XJl7i_xoYc6OH5XV_GFxqTeD2iJCrr0XXzWs,118928
15
+ composabl_api/controller/job_status_enum.cpython-312-darwin.so,sha256=fxbw6RhGeUzr-C7og7hcD8ESoFeoSHK4DGGZqyibMLw,29056
16
+ composabl_api/controller/service.cpython-312-darwin.so,sha256=RgpdFa2rJZbwsd2CRPRR2viuTHM6vBSgwUmRS-ceAIw,115976
@@ -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_x86_64
5
+
@@ -0,0 +1 @@
1
+ composabl_api