amesa-dev 0.20.5.dev13__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.
@@ -0,0 +1,42 @@
1
+ Metadata-Version: 2.4
2
+ Name: amesa-dev
3
+ Version: 0.20.5.dev13
4
+ Summary: a distributed trainer to be able to train agents across a cluster of machines
5
+ Author-email: Hunter Park <hunter@amesa.com>
6
+ Requires-Python: >=3.10, <3.13
7
+ Description-Content-Type: text/markdown
8
+ Requires-Dist: amesa-api-dev>=0.20.5.dev13
9
+ Requires-Dist: amesa-core-dev>=0.20.5.dev13
10
+ Requires-Dist: amesa-train-dev>=0.20.5.dev13
11
+ Requires-Dist: amesa-cli-dev>=0.20.5.dev13
12
+ Dynamic: description
13
+ Dynamic: description-content-type
14
+ Dynamic: requires-python
15
+
16
+ # Amesa
17
+
18
+ Amesa helps you build Autonomous Agents! Through an easy SDK you get access to outscaled simulator training tools.
19
+
20
+ ## Licenses / Seats
21
+
22
+ Amesa 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 Amesa 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@amesa.com?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%20Amesa.%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 Amesa SDK: `pip install amesa`
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/Amesa/examples.amesa.com)
@@ -0,0 +1,27 @@
1
+ # Amesa
2
+
3
+ Amesa helps you build Autonomous Agents! Through an easy SDK you get access to outscaled simulator training tools.
4
+
5
+ ## Licenses / Seats
6
+
7
+ Amesa is an enterprise platform and requires an API key to use.
8
+
9
+ We offer 3 types of licenses:
10
+
11
+ - **Enterprise:** for enterprise projects and agent creations
12
+ - **Personal:** for personal usage and testing (typically offered to System Integrators)
13
+ - **Trial:** validate the Amesa platform (requires sales contact person)
14
+
15
+ One key is needed per user (seat-based licensing)
16
+
17
+ You can request an API Key through the following methods:
18
+
19
+ - [Discord](https://discord.gg/EQ3BgJt9NC)
20
+ - [Mail](mailto:sales@amesa.com?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%20Amesa.%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)
21
+
22
+ ## Getting Started
23
+
24
+ 1. Download the Amesa SDK: `pip install amesa`
25
+ 2. Request an API Key
26
+ 3. Get a simulator or use one of the [prebuilt ones](https://hub.docker.com/u/composabl)
27
+ 4. Create an Agent or see our [examples](https://github.com/Amesa/examples.amesa.com)
@@ -0,0 +1,6 @@
1
+ # Copyright (C) Amesa, Inc - All Rights Reserved
2
+ # Unauthorized copying of this file, via any medium is strictly prohibited
3
+ # Proprietary and confidential
4
+
5
+ from amesa_core import *
6
+ from amesa_train import *
@@ -0,0 +1,5 @@
1
+ # Copyright (C) Amesa, Inc - All Rights Reserved
2
+ # Unauthorized copying of this file, via any medium is strictly prohibited
3
+ # Proprietary and confidential
4
+
5
+ from amesa_core import *
@@ -0,0 +1,7 @@
1
+ # Copyright (C) Amesa, Inc - All Rights Reserved
2
+ # Unauthorized copying of this file, via any medium is strictly prohibited
3
+ # Proprietary and confidential
4
+
5
+ # create this file to expose ray/train as `amesa.ray`
6
+
7
+ from amesa_train import *
@@ -0,0 +1,42 @@
1
+ Metadata-Version: 2.4
2
+ Name: amesa-dev
3
+ Version: 0.20.5.dev13
4
+ Summary: a distributed trainer to be able to train agents across a cluster of machines
5
+ Author-email: Hunter Park <hunter@amesa.com>
6
+ Requires-Python: >=3.10, <3.13
7
+ Description-Content-Type: text/markdown
8
+ Requires-Dist: amesa-api-dev>=0.20.5.dev13
9
+ Requires-Dist: amesa-core-dev>=0.20.5.dev13
10
+ Requires-Dist: amesa-train-dev>=0.20.5.dev13
11
+ Requires-Dist: amesa-cli-dev>=0.20.5.dev13
12
+ Dynamic: description
13
+ Dynamic: description-content-type
14
+ Dynamic: requires-python
15
+
16
+ # Amesa
17
+
18
+ Amesa helps you build Autonomous Agents! Through an easy SDK you get access to outscaled simulator training tools.
19
+
20
+ ## Licenses / Seats
21
+
22
+ Amesa 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 Amesa 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@amesa.com?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%20Amesa.%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 Amesa SDK: `pip install amesa`
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/Amesa/examples.amesa.com)
@@ -0,0 +1,16 @@
1
+ README.md
2
+ pyproject.toml
3
+ setup.py
4
+ amesa/__init__.py
5
+ amesa/core.py
6
+ amesa/train.py
7
+ amesa_dev.egg-info/PKG-INFO
8
+ amesa_dev.egg-info/SOURCES.txt
9
+ amesa_dev.egg-info/dependency_links.txt
10
+ amesa_dev.egg-info/entry_points.txt
11
+ amesa_dev.egg-info/requires.txt
12
+ amesa_dev.egg-info/top_level.txt
13
+ dist/build_cython/amesa/__init__.c
14
+ dist/build_cython/amesa/core.c
15
+ dist/build_cython/amesa/train.c
16
+ tests/test_cli.py
@@ -0,0 +1,2 @@
1
+ [console_scripts]
2
+ amesa = amesa_cli.cli.cli:run
@@ -0,0 +1,4 @@
1
+ amesa-api-dev>=0.20.5.dev13
2
+ amesa-core-dev>=0.20.5.dev13
3
+ amesa-train-dev>=0.20.5.dev13
4
+ amesa-cli-dev>=0.20.5.dev13