beamlit 0.0.38rc82__py3-none-any.whl → 0.0.39__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/chat.py CHANGED
@@ -77,7 +77,10 @@ def get_chat_model_full(name: str, agent_model: Union[Model, None] = None) -> Tu
77
77
  },
78
78
  "anthropic": {
79
79
  "func": get_anthropic_chat_model,
80
- "kwargs": {},
80
+ "kwargs": {
81
+ "base_url": get_base_url(name).replace("/v1", ""),
82
+ },
83
+ "remove_kwargs": ["default_query"]
81
84
  },
82
85
  "mistral": {
83
86
  "func": get_mistral_chat_model,
@@ -97,6 +100,7 @@ def get_chat_model_full(name: str, agent_model: Union[Model, None] = None) -> Tu
97
100
  "func": get_cohere_chat_model,
98
101
  "kwargs": {
99
102
  "cohere_api_key": jwt,
103
+ "base_url": get_base_url(name).replace("/v1", ""),
100
104
  },
101
105
  },
102
106
  "deepseek": {
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: beamlit
3
- Version: 0.0.38rc82
3
+ Version: 0.0.39
4
4
  Summary: Add your description here
5
5
  Author-email: cploujoux <ch.ploujoux@gmail.com>
6
6
  Requires-Python: >=3.12
@@ -8,9 +8,14 @@ Requires-Dist: asgi-correlation-id<5.0.0,>=4.3.4
8
8
  Requires-Dist: attrs>=21.3.0
9
9
  Requires-Dist: fastapi[standard]<0.116.0,>=0.115.4
10
10
  Requires-Dist: httpx<0.28.0,>=0.20.0
11
+ Requires-Dist: langchain-anthropic>=0.3.4
12
+ Requires-Dist: langchain-cohere>=0.4.2
11
13
  Requires-Dist: langchain-community<0.4.0,>=0.3.3
12
14
  Requires-Dist: langchain-core<0.4.0,>=0.3.13
15
+ Requires-Dist: langchain-deepseek-official>=0.1.0
16
+ Requires-Dist: langchain-mistralai>=0.2.5
13
17
  Requires-Dist: langchain-openai<0.4.0,>=0.3.0
18
+ Requires-Dist: langchain-xai>=0.2.0
14
19
  Requires-Dist: langgraph<0.3.0,>=0.2.40
15
20
  Requires-Dist: mcp>=1.1.2
16
21
  Requires-Dist: opentelemetry-api>=1.28.2
@@ -6,7 +6,7 @@ beamlit/run.py,sha256=HtDYDjD7oVfQ8r3T5_t4qN5UDJOJfsQILi45Z21ArAg,1446
6
6
  beamlit/types.py,sha256=E1hhDh_zXfsSQ0NCt9-uw90_Mr5iIlsdfnfvxv5HarU,1005
7
7
  beamlit/agents/__init__.py,sha256=bWsFaXUbAps3IsL3Prti89m1s714vICXodbQi77h3vY,206
8
8
  beamlit/agents/chain.py,sha256=vfCjiFHuu02uTTGicxMlFzjyICQkIjpXrBGs-7uJEsg,2826
9
- beamlit/agents/chat.py,sha256=OflLpRrJjN9w4O2hW6u0tubjYA6ur73JKfj7ioSfrDk,4520
9
+ beamlit/agents/chat.py,sha256=5iv6dM7Xlg2oP2cGgAlpFreJl4P8GZAiN8MM3v0YVYs,4714
10
10
  beamlit/agents/decorator.py,sha256=e9ajjak6fYrDBkQvfQhzHncYuxuDuEmpWdBbloG5ueE,6064
11
11
  beamlit/agents/thread.py,sha256=LN5Ss-uOf5_hdB0WV1dqpn-N-pDJB3C2hUvlCzdqtdk,519
12
12
  beamlit/api/__init__.py,sha256=zTSiG_ujSjAqWPyc435YXaX9XTlpMjiJWBbV-f-YtdA,45
@@ -285,6 +285,6 @@ beamlit/serve/app.py,sha256=ROS_tb9cO4GvOQKCwloyAzpYraTdIb3oG6sChXikeNw,3285
285
285
  beamlit/serve/middlewares/__init__.py,sha256=1dVmnOmhAQWvWktqHkKSIX-YoF6fmMU8xkUQuhg_rJU,148
286
286
  beamlit/serve/middlewares/accesslog.py,sha256=Mu4T4_9OvHybjA0ApzZFpgi2C8f3X1NbUk-76v634XM,631
287
287
  beamlit/serve/middlewares/processtime.py,sha256=lDAaIasZ4bwvN-HKHvZpaD9r-yrkVNZYx4abvbjbrCg,411
288
- beamlit-0.0.38rc82.dist-info/METADATA,sha256=bAh_-6uEppvr_CBdGW8THTBI408jPaiTK_OC1aIBKoA,3506
289
- beamlit-0.0.38rc82.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
290
- beamlit-0.0.38rc82.dist-info/RECORD,,
288
+ beamlit-0.0.39.dist-info/METADATA,sha256=oiqf6rmCUG-aBqXpcTMxesnPxEB7AxSueZZB9Kt6H04,3711
289
+ beamlit-0.0.39.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
290
+ beamlit-0.0.39.dist-info/RECORD,,