beamlit 0.0.31rc42__py3-none-any.whl → 0.0.33rc43__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
beamlit/deploy/deploy.py
CHANGED
@@ -130,7 +130,7 @@ metadata:
|
|
130
130
|
spec:
|
131
131
|
enabled: true
|
132
132
|
policies: [{", ".join(agent.spec.policies or [])}]
|
133
|
-
functions: [{", ".join([f"{function.metadata.name}" for (_, function) in functions])}]
|
133
|
+
functions: [{", ".join([f"{slugify(function.metadata.name)}" for (_, function) in functions])}]
|
134
134
|
agentChain: {format_agent_chain(agent.spec.agent_chain)}
|
135
135
|
model: {agent.spec.model}
|
136
136
|
runtime:
|
@@ -137,7 +137,7 @@ beamlit/common/secrets.py,sha256=sid81bOe3LflkMKDHwBsBs9nIju8bp5-v9qU9gkyNMc,212
|
|
137
137
|
beamlit/common/settings.py,sha256=_4oCVrJZOMaTZoK2Zzo2DWqtUyBsspuOH3iAJ_nU0tw,5923
|
138
138
|
beamlit/common/utils.py,sha256=jouz5igBvT37Xn_e94-foCHyQczVim-UzVcoIF6RWJ4,657
|
139
139
|
beamlit/deploy/__init__.py,sha256=GS7l7Jtm2yKs7iNLKcfjYO-rAhUzggQ3xiYSf3oxLBY,91
|
140
|
-
beamlit/deploy/deploy.py,sha256=
|
140
|
+
beamlit/deploy/deploy.py,sha256=MlFRyKtKNB7Tm9Oo0RJbBtOgch4djm6DTon_z2iPo_k,9945
|
141
141
|
beamlit/deploy/format.py,sha256=PJ8kU7Y1pwiS3tqqyvFaag9LO3jju-4ua574163VPk4,1820
|
142
142
|
beamlit/deploy/parser.py,sha256=Ga0poCZkoRnuTw082QnTcNGCBJncoRAnVsn8-1FsaJE,6907
|
143
143
|
beamlit/functions/__init__.py,sha256=_RPG1Bfg54JGdIPnViAU6n9zD7E1cDNsdXi8oYGskzE,138
|
@@ -256,6 +256,6 @@ beamlit/serve/app.py,sha256=QzReZZjGFQWhNA1XBDq81rsn9zpEihtLZLrfZi9ThT0,3554
|
|
256
256
|
beamlit/serve/middlewares/__init__.py,sha256=1dVmnOmhAQWvWktqHkKSIX-YoF6fmMU8xkUQuhg_rJU,148
|
257
257
|
beamlit/serve/middlewares/accesslog.py,sha256=Mu4T4_9OvHybjA0ApzZFpgi2C8f3X1NbUk-76v634XM,631
|
258
258
|
beamlit/serve/middlewares/processtime.py,sha256=lDAaIasZ4bwvN-HKHvZpaD9r-yrkVNZYx4abvbjbrCg,411
|
259
|
-
beamlit-0.0.
|
260
|
-
beamlit-0.0.
|
261
|
-
beamlit-0.0.
|
259
|
+
beamlit-0.0.33rc43.dist-info/METADATA,sha256=-1aXmUqclViF_Hh3-DKwoH-jIzyXlfDCsh1zGQZb-wA,2405
|
260
|
+
beamlit-0.0.33rc43.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
261
|
+
beamlit-0.0.33rc43.dist-info/RECORD,,
|
File without changes
|