naas-abi-core 1.1.1__py3-none-any.whl → 1.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.
- naas_abi_core/cli/deploy.py +6 -4
- naas_abi_core/engine/engine_configuration/EngineConfiguration_Deploy.py +1 -0
- {naas_abi_core-1.1.1.dist-info → naas_abi_core-1.1.2.dist-info}/METADATA +1 -1
- {naas_abi_core-1.1.1.dist-info → naas_abi_core-1.1.2.dist-info}/RECORD +6 -6
- {naas_abi_core-1.1.1.dist-info → naas_abi_core-1.1.2.dist-info}/WHEEL +0 -0
- {naas_abi_core-1.1.1.dist-info → naas_abi_core-1.1.2.dist-info}/entry_points.txt +0 -0
naas_abi_core/cli/deploy.py
CHANGED
|
@@ -119,6 +119,7 @@ class NaasDeployer:
|
|
|
119
119
|
return {env_var.split("=", 1)[0]: env_var.split("=", 1)[1] for env_var in env}
|
|
120
120
|
|
|
121
121
|
def deploy(self, env: list[str]):
|
|
122
|
+
|
|
122
123
|
registry = self.naas_api_client.create_registry(
|
|
123
124
|
self.configuration.deploy.space_name
|
|
124
125
|
)
|
|
@@ -159,10 +160,11 @@ class NaasDeployer:
|
|
|
159
160
|
port=9879,
|
|
160
161
|
cpu="1",
|
|
161
162
|
memory="1Gi",
|
|
162
|
-
env=self.env_list_to_dict(env) | {
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
},
|
|
163
|
+
# env=self.env_list_to_dict(env) | {
|
|
164
|
+
# "NAAS_API_KEY": self.configuration.deploy.naas_api_key,
|
|
165
|
+
# "ENV": "prod",
|
|
166
|
+
# },
|
|
167
|
+
env=self.configuration.deploy.env | self.env_list_to_dict(env),
|
|
166
168
|
)
|
|
167
169
|
],
|
|
168
170
|
)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: naas-abi-core
|
|
3
|
-
Version: 1.1.
|
|
3
|
+
Version: 1.1.2
|
|
4
4
|
Summary: Abi framework allowing you to build your AI system.
|
|
5
5
|
Author-email: Maxime Jublou <maxime@naas.ai>, Florent Ravenel <florent@naas.ai>, Jeremy Ravenel <jeremy@naas.ai>
|
|
6
6
|
Requires-Python: <4,>=3.10
|
|
@@ -11,7 +11,7 @@ naas_abi_core/cli/__init__.py,sha256=P89Ihofvv_pQf2wsfYL-PjLJMl6KRj3fNNIZDB77Qy0
|
|
|
11
11
|
naas_abi_core/cli/agent.py,sha256=fMdbC7HsrOfZSf5zVRHWSmyrejI5mUdRlAT5v5YHXzk,658
|
|
12
12
|
naas_abi_core/cli/chat.py,sha256=3t_TJ7vqCNs0MIIXOtlSke3nzy4rMSEJtB3P6pKItMo,856
|
|
13
13
|
naas_abi_core/cli/config.py,sha256=CcdDX6HKCP32NjRhbVsCOwLUC9LmaqTm2sv8W5rOt00,1484
|
|
14
|
-
naas_abi_core/cli/deploy.py,sha256=
|
|
14
|
+
naas_abi_core/cli/deploy.py,sha256=WrIkCIdNjUuvgQ_HLh2rlPkWmw_2MS6NzTgn--o0P2Q,6081
|
|
15
15
|
naas_abi_core/cli/init.py,sha256=Pcy2-hy-FvpXf3UOKMP6agWyFrCl9z-KP5ktEWltPy0,220
|
|
16
16
|
naas_abi_core/cli/module.py,sha256=TBl-SpeGUcy1Rrp40Irbt34yQS00xJcNje-OijNE4Hk,717
|
|
17
17
|
naas_abi_core/cli/new.py,sha256=aFhKbTHwqYkPdzrd7r8i_h9dfzXNjI03t8qVeqME8w8,262
|
|
@@ -22,7 +22,7 @@ naas_abi_core/engine/Engine_test.py,sha256=8eLZEnkL0IR4VAr6LF8fJ_fxZzi9s1mXCLgTV
|
|
|
22
22
|
naas_abi_core/engine/IEngine.py,sha256=u-m-Qrvt3SP3gYKWPFPVjV8rs05D6NGnzO3XA0FInnw,2865
|
|
23
23
|
naas_abi_core/engine/conftest.py,sha256=Al-SRVLrEdbTrX8sxQ3bBK4w1bbzE4GoBkzoBK-aXlg,932
|
|
24
24
|
naas_abi_core/engine/engine_configuration/EngineConfiguration.py,sha256=12rKgF1LaLC_YMhKEABFSdU_Fb04qGpW4tft3eVCnPI,5529
|
|
25
|
-
naas_abi_core/engine/engine_configuration/EngineConfiguration_Deploy.py,sha256=
|
|
25
|
+
naas_abi_core/engine/engine_configuration/EngineConfiguration_Deploy.py,sha256=7nqOnXWcNbQAp9G3afc3y58BrxCaIrrTpUz7yBngy14,163
|
|
26
26
|
naas_abi_core/engine/engine_configuration/EngineConfiguration_GenericLoader.py,sha256=KK2TQx6cNmoqFcwr9En00NKrX4ckkZl4ecv9QCUwPyc,1995
|
|
27
27
|
naas_abi_core/engine/engine_configuration/EngineConfiguration_ObjectStorageService.py,sha256=cPZBs5-2dqX-piIZ7KTqiOce6O6GbnDDwjPGcfDN_U4,4736
|
|
28
28
|
naas_abi_core/engine/engine_configuration/EngineConfiguration_ObjectStorageService_test.py,sha256=h1PdIbMTJWi_lG83YgpI6zg8gRo0WEWvGSE6R4uKQp4,1063
|
|
@@ -123,7 +123,7 @@ naas_abi_core/utils/onto2py/tests/ttl2py_test.py,sha256=5OZqSxPffjJYiX9T4rT1mV0P
|
|
|
123
123
|
naas_abi_core/workflow/__init__.py,sha256=hZD58mCB1PApxITqftP_xgjxL7NeLvOfI-rJENg1ENs,250
|
|
124
124
|
naas_abi_core/workflow/workflow.py,sha256=ZufSS073JztVl0OQRTqNyK7FepFvv7gXlc4j5FAEZCI,1216
|
|
125
125
|
assets/favicon.ico,sha256=nWk8wrHZiJV3DeuWrP2MqilXxCuoNWKGtMZfYmEVQLw,666
|
|
126
|
-
naas_abi_core-1.1.
|
|
127
|
-
naas_abi_core-1.1.
|
|
128
|
-
naas_abi_core-1.1.
|
|
129
|
-
naas_abi_core-1.1.
|
|
126
|
+
naas_abi_core-1.1.2.dist-info/METADATA,sha256=IBC1ogptv8c_hN1nZ3hLGnTZYygPgSrLNtlMZVydT8c,3897
|
|
127
|
+
naas_abi_core-1.1.2.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
128
|
+
naas_abi_core-1.1.2.dist-info/entry_points.txt,sha256=q68PvlGw_rozZ0nl6mUg6l1l2IhxaTOKlf5K9goRDu0,99
|
|
129
|
+
naas_abi_core-1.1.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|