beamlit 0.0.51__py3-none-any.whl → 0.0.53rc99__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.
- beamlit/agents/chain.py +50 -3
- beamlit/agents/chat.py +92 -7
- beamlit/agents/decorator.py +43 -9
- beamlit/agents/thread.py +14 -0
- beamlit/agents/voice/openai.py +5 -7
- beamlit/authentication/apikey.py +30 -0
- beamlit/authentication/authentication.py +64 -0
- beamlit/authentication/clientcredentials.py +51 -1
- beamlit/authentication/credentials.py +117 -0
- beamlit/authentication/device_mode.py +78 -0
- beamlit/common/error.py +18 -0
- beamlit/common/instrumentation.py +38 -12
- beamlit/common/logger.py +29 -0
- beamlit/common/secrets.py +28 -0
- beamlit/common/settings.py +39 -1
- beamlit/common/slugify.py +16 -0
- beamlit/common/utils.py +19 -0
- beamlit/deploy/__init__.py +5 -0
- beamlit/deploy/deploy.py +30 -14
- beamlit/deploy/format.py +39 -8
- beamlit/deploy/parser.py +16 -0
- beamlit/functions/__init__.py +2 -1
- beamlit/functions/common.py +57 -8
- beamlit/functions/decorator.py +21 -2
- beamlit/functions/mcp/mcp.py +15 -2
- beamlit/functions/remote/remote.py +29 -4
- beamlit/run.py +45 -0
- beamlit/serve/app.py +23 -5
- beamlit/serve/middlewares/__init__.py +6 -0
- beamlit/serve/middlewares/accesslog.py +16 -0
- beamlit/serve/middlewares/processtime.py +16 -0
- {beamlit-0.0.51.dist-info → beamlit-0.0.53rc99.dist-info}/METADATA +1 -1
- {beamlit-0.0.51.dist-info → beamlit-0.0.53rc99.dist-info}/RECORD +36 -35
- beamlit-0.0.53rc99.dist-info/entry_points.txt +2 -0
- {beamlit-0.0.51.dist-info → beamlit-0.0.53rc99.dist-info}/WHEEL +0 -0
- {beamlit-0.0.51.dist-info → beamlit-0.0.53rc99.dist-info}/licenses/LICENSE +0 -0
@@ -2,14 +2,14 @@ beamlit/__init__.py,sha256=545gFC-wLLwUktWcOAjUWe_Glha40tBetRTOYSfHnbI,164
|
|
2
2
|
beamlit/client.py,sha256=PnR6ybZk5dLIJPnDKAf2epHOeQC_7yL0fG4muvphHjA,12695
|
3
3
|
beamlit/errors.py,sha256=gO8GBmKqmSNgAg-E5oT-oOyxztvp7V_6XG7OUTT15q0,546
|
4
4
|
beamlit/py.typed,sha256=8ZJUsxZiuOy1oJeVhsTWQhTG_6pTVHVXk5hJL79ebTk,25
|
5
|
-
beamlit/run.py,sha256=
|
5
|
+
beamlit/run.py,sha256=ERZ0tA7TsocV_2LC81QbxPxCokNCSmrZv4kqh9sGEkc,3494
|
6
6
|
beamlit/types.py,sha256=E1hhDh_zXfsSQ0NCt9-uw90_Mr5iIlsdfnfvxv5HarU,1005
|
7
7
|
beamlit/agents/__init__.py,sha256=bWsFaXUbAps3IsL3Prti89m1s714vICXodbQi77h3vY,206
|
8
|
-
beamlit/agents/chain.py,sha256=
|
9
|
-
beamlit/agents/chat.py,sha256=
|
10
|
-
beamlit/agents/decorator.py,sha256=
|
11
|
-
beamlit/agents/thread.py,sha256=
|
12
|
-
beamlit/agents/voice/openai.py,sha256
|
8
|
+
beamlit/agents/chain.py,sha256=eAk1ylea1UKum2JkGH31TfuyddyEEY3sYZ0gt8VEhzg,4232
|
9
|
+
beamlit/agents/chat.py,sha256=4QO5fpX_fqkAq20FdwfxRLkebhV8jWCPnNRDNTTQnjI,8555
|
10
|
+
beamlit/agents/decorator.py,sha256=0uWiiNtpEN3tMv8LWkWgSGAGoZF0QyPVCR2MpxViPmg,8107
|
11
|
+
beamlit/agents/thread.py,sha256=XNqj2WI3W2roQB7J5mpF1wEuGb3VtfvKQvWaEPx-sx8,1014
|
12
|
+
beamlit/agents/voice/openai.py,sha256=-RDBwl16i4TbUhFo5-77Ci3zmI3Y8U2yf2MmvXR2haQ,9479
|
13
13
|
beamlit/agents/voice/utils.py,sha256=tQidyM40Ewuy12wKqpvJLvfJgneQ0sZf50dqnerPGHg,836
|
14
14
|
beamlit/api/__init__.py,sha256=zTSiG_ujSjAqWPyc435YXaX9XTlpMjiJWBbV-f-YtdA,45
|
15
15
|
beamlit/api/accounts/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -127,28 +127,28 @@ beamlit/api/workspaces/update_workspace.py,sha256=qa5DV2UJSUYuB_ibALb4E9ghKpT1Ha
|
|
127
127
|
beamlit/api/workspaces/update_workspace_user_role.py,sha256=Yn9iuJ4tKtauzBiJyU4-wYUMS9g98X2Om8zs7UkzrY8,4917
|
128
128
|
beamlit/api/workspaces/workspace_quotas_request.py,sha256=aGWzbRZDgxlB20Jaj02x4YUBFpLSYbw9QW79kCLn6x0,2464
|
129
129
|
beamlit/authentication/__init__.py,sha256=wiXqRbc7E-ulrH_ueA9duOGFvXeo7-RvhSD1XbFogMo,1020
|
130
|
-
beamlit/authentication/apikey.py,sha256=
|
131
|
-
beamlit/authentication/authentication.py,sha256=
|
132
|
-
beamlit/authentication/clientcredentials.py,sha256=
|
133
|
-
beamlit/authentication/credentials.py,sha256=
|
134
|
-
beamlit/authentication/device_mode.py,sha256=
|
130
|
+
beamlit/authentication/apikey.py,sha256=Q3Kz4Zbc_Lr6lYwiwiLo6AhggKcdqsd6xJjDi-nERiI,1557
|
131
|
+
beamlit/authentication/authentication.py,sha256=u1DLlF2XKwkvQCjdBSTVp23pgC1eN4U_9EaRx4BszVM,5613
|
132
|
+
beamlit/authentication/clientcredentials.py,sha256=_TY3op9afFh2wUiIdOc7sL8ehgz5EiVKoUYL4FFLfPk,5734
|
133
|
+
beamlit/authentication/credentials.py,sha256=PSPouQae9Ppe4zEOh4-0-Q25gzPbLnG7vNHzHPWdNkQ,9028
|
134
|
+
beamlit/authentication/device_mode.py,sha256=gBJqJpWQXEG8gZbWXhlvQyk8FfHH95-aqURUnudil-4,6526
|
135
135
|
beamlit/common/__init__.py,sha256=saX5X3hRCJ9erSlXuSkZ2VGgquvpgdcofAU_9sM4bCE,354
|
136
|
-
beamlit/common/error.py,sha256=
|
137
|
-
beamlit/common/instrumentation.py,sha256=
|
138
|
-
beamlit/common/logger.py,sha256=
|
139
|
-
beamlit/common/secrets.py,sha256=
|
140
|
-
beamlit/common/settings.py,sha256=
|
141
|
-
beamlit/common/slugify.py,sha256=
|
142
|
-
beamlit/common/utils.py,sha256=
|
143
|
-
beamlit/deploy/__init__.py,sha256=
|
144
|
-
beamlit/deploy/deploy.py,sha256=
|
145
|
-
beamlit/deploy/format.py,sha256=
|
146
|
-
beamlit/deploy/parser.py,sha256=
|
147
|
-
beamlit/functions/__init__.py,sha256=
|
148
|
-
beamlit/functions/common.py,sha256=
|
149
|
-
beamlit/functions/decorator.py,sha256=
|
150
|
-
beamlit/functions/mcp/mcp.py,sha256=
|
151
|
-
beamlit/functions/remote/remote.py,sha256=
|
136
|
+
beamlit/common/error.py,sha256=eOftZvd6XsAcQIYl9V7B1msGnTZf-HO0hGxBw1uIxaA,763
|
137
|
+
beamlit/common/instrumentation.py,sha256=a3wuXMOFx4x_M82I7NkzXwg0-vE5LZBNxV03YD-wJh4,10345
|
138
|
+
beamlit/common/logger.py,sha256=YBsVZXKApr7CCvZdAeNWkUX1lplt1SZVfv9Q4DbgRhQ,2092
|
139
|
+
beamlit/common/secrets.py,sha256=_qsc_HZMsIVVf03yyHUDN6j19Fgd_m1YgFumVS2sgxk,1200
|
140
|
+
beamlit/common/settings.py,sha256=Zf43TPYGVIeqi2WiKXvIfbHVuR6V9cbTeMqjz4WN--Q,5306
|
141
|
+
beamlit/common/slugify.py,sha256=QPJqa1VrSjRle931RN37t24rUjAbyZEg1UFAp2fLgac,679
|
142
|
+
beamlit/common/utils.py,sha256=eG201z9gMRnhoHkaZGNtfFUbCzfg_Y59JR4ciMgidW8,1465
|
143
|
+
beamlit/deploy/__init__.py,sha256=uRsI_-gTbbki59LlvubeTfG6wfI3o2XqZODW0QXA-Ao,292
|
144
|
+
beamlit/deploy/deploy.py,sha256=xexa8yp1n5enYA7EmKWIvThZlnMKYn0KGrUd2dnFhQQ,11102
|
145
|
+
beamlit/deploy/format.py,sha256=GpXpmM5Fzmy5E9yo2pu57NopXCXRZE2w7c8atWqQKrA,2879
|
146
|
+
beamlit/deploy/parser.py,sha256=gjRUhOVtfKnc1UNc_FhXsEfj9zrMNuq8W93pNsJBpo0,7586
|
147
|
+
beamlit/functions/__init__.py,sha256=Mnoqpa1dm7TXwjodBbF_40JyD78aXsOYWmqjDSnA1lU,317
|
148
|
+
beamlit/functions/common.py,sha256=IkdxQYrvu6H4cPgqc0OeXquCInMtGvmq6GP2FA1rh7w,9221
|
149
|
+
beamlit/functions/decorator.py,sha256=iQbLwUo0K83DFJ3ub8O5jKtkbSINnku6GZcKJ9h7-5E,2292
|
150
|
+
beamlit/functions/mcp/mcp.py,sha256=M6SAGnBo5xpZcPKB6YE0R2Xp73hHOlbZXc0Q2kFSYuU,5458
|
151
|
+
beamlit/functions/remote/remote.py,sha256=g0M909Ow9GLPgtistrWkUuhcITUwA2iHIOQNpUsp28g,5989
|
152
152
|
beamlit/models/__init__.py,sha256=ZAcQKwcTj25TEBiCdtU6O42PGEAcZGAbEQx1ixp71Ck,9033
|
153
153
|
beamlit/models/account.py,sha256=A8A1nkT-CfkeDIMhQctAnSvVagM9by3S3LfP7QqTAag,7184
|
154
154
|
beamlit/models/account_metadata.py,sha256=SnJxJCJJSH5DGGO3uKsPUWxbi0TXicq0MucpaYuaG_Y,3785
|
@@ -261,11 +261,12 @@ beamlit/models/websocket_channel.py,sha256=jg3vN7yS_oOIwGtndtIUr1LsyEA58RXLXahqS
|
|
261
261
|
beamlit/models/workspace.py,sha256=nsck1BNzNoF_SalMqyVtkRoC_P-6-b4gzxKgKu3HwDw,5065
|
262
262
|
beamlit/models/workspace_labels.py,sha256=WbnUY6eCTkUNdY7hhhSF-KQCl8fWFfkCf7hzCTiNp4A,1246
|
263
263
|
beamlit/models/workspace_user.py,sha256=70CcifQWYbeWG7TDui4pblTzUe5sVK0AS19vNCzKE8g,3423
|
264
|
-
beamlit/serve/app.py,sha256=
|
265
|
-
beamlit/serve/middlewares/__init__.py,sha256=
|
266
|
-
beamlit/serve/middlewares/accesslog.py,sha256=
|
267
|
-
beamlit/serve/middlewares/processtime.py,sha256=
|
268
|
-
beamlit-0.0.
|
269
|
-
beamlit-0.0.
|
270
|
-
beamlit-0.0.
|
271
|
-
beamlit-0.0.
|
264
|
+
beamlit/serve/app.py,sha256=lM59fdUtfkfAYNPWSCU9pkXIPBnhgVGvvgfoMkSVtks,4531
|
265
|
+
beamlit/serve/middlewares/__init__.py,sha256=O7fyfE1DIYmajFY9WWdzxCgeAQWZzJfeUjzHGbpWaAk,309
|
266
|
+
beamlit/serve/middlewares/accesslog.py,sha256=lcu33j4epFSHRBaeTpyt8deNb3kaM3K91-andw4fp80,1112
|
267
|
+
beamlit/serve/middlewares/processtime.py,sha256=3x5w1yQexB0xFNKK6fgLbINxT-eLLunfZ6UDV0bIIF4,944
|
268
|
+
beamlit-0.0.53rc99.dist-info/METADATA,sha256=EeMtPubGeSr4dNYFoxxnVfGg0kBP4Sp8BIr4w8IdmSM,3514
|
269
|
+
beamlit-0.0.53rc99.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
270
|
+
beamlit-0.0.53rc99.dist-info/entry_points.txt,sha256=zxhgdn7SP-Otk4rEv7LMPAAa9w4TUCLbu9TJi9-K3xg,115
|
271
|
+
beamlit-0.0.53rc99.dist-info/licenses/LICENSE,sha256=p5PNQvpvyDT_0aYBDgmV1fFI_vAD2aSV0wWG7VTgRis,1069
|
272
|
+
beamlit-0.0.53rc99.dist-info/RECORD,,
|
File without changes
|
File without changes
|