letta-nightly 0.8.0.dev20250604104349__py3-none-any.whl → 0.8.0.dev20250605104350__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.
- letta/services/agent_manager.py +1 -1
- {letta_nightly-0.8.0.dev20250604104349.dist-info → letta_nightly-0.8.0.dev20250605104350.dist-info}/METADATA +1 -1
- {letta_nightly-0.8.0.dev20250604104349.dist-info → letta_nightly-0.8.0.dev20250605104350.dist-info}/RECORD +6 -6
- {letta_nightly-0.8.0.dev20250604104349.dist-info → letta_nightly-0.8.0.dev20250605104350.dist-info}/LICENSE +0 -0
- {letta_nightly-0.8.0.dev20250604104349.dist-info → letta_nightly-0.8.0.dev20250605104350.dist-info}/WHEEL +0 -0
- {letta_nightly-0.8.0.dev20250604104349.dist-info → letta_nightly-0.8.0.dev20250605104350.dist-info}/entry_points.txt +0 -0
letta/services/agent_manager.py
CHANGED
@@ -2625,7 +2625,7 @@ class AgentManager:
|
|
2625
2625
|
agent_state = await self.rebuild_system_prompt_async(agent_id=agent_id, actor=actor, force=True)
|
2626
2626
|
calculator = ContextWindowCalculator()
|
2627
2627
|
|
2628
|
-
if os.getenv("LETTA_ENVIRONMENT") == "PRODUCTION"
|
2628
|
+
if os.getenv("LETTA_ENVIRONMENT") == "PRODUCTION" and agent_state.llm_config.model_endpoint_type == "anthropic":
|
2629
2629
|
anthropic_client = LLMClient.create(provider_type=ProviderType.anthropic, actor=actor)
|
2630
2630
|
model = agent_state.llm_config.model if agent_state.llm_config.model_endpoint_type == "anthropic" else None
|
2631
2631
|
|
@@ -310,7 +310,7 @@ letta/server/ws_api/interface.py,sha256=TWl9vkcMCnLsUtgsuENZ-ku2oMDA-OUTzLh_yNRo
|
|
310
310
|
letta/server/ws_api/protocol.py,sha256=5mDgpfNZn_kNwHnpt5Dsuw8gdNH298sgxTGed3etzYg,1836
|
311
311
|
letta/server/ws_api/server.py,sha256=cBSzf-V4zT1bL_0i54OTI3cMXhTIIxqjSRF8pYjk7fg,5835
|
312
312
|
letta/services/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
313
|
-
letta/services/agent_manager.py,sha256=
|
313
|
+
letta/services/agent_manager.py,sha256=v8dHIf2UNraZyIVGG1rodpVBgfoTWWLIfRohrTEooQ8,117149
|
314
314
|
letta/services/block_manager.py,sha256=9aGCPnq-DtgOrMg5ghZIRcJRgGOmksCNPVEmiHusV8Y,22735
|
315
315
|
letta/services/context_window_calculator/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
316
316
|
letta/services/context_window_calculator/context_window_calculator.py,sha256=g6FdOZJudpCdAhSX2BzTFEToVARLm-gXML8_b7MD6vU,6513
|
@@ -372,8 +372,8 @@ letta/templates/template_helper.py,sha256=uHWO1PukgMoIIvgqQdPyHq3o3CQ6mcjUjTGvx9
|
|
372
372
|
letta/tracing.py,sha256=IHgGiwUDZPbFxWLZs0bNKS4Xoc6_YJvB6AeuzGfMMbA,9439
|
373
373
|
letta/types/__init__.py,sha256=hokKjCVFGEfR7SLMrtZsRsBfsC7yTIbgKPLdGg4K1eY,147
|
374
374
|
letta/utils.py,sha256=_QpvNXyH641Ic2dY9VDFYyJCUKNdPt724_mCd0lu-eU,33075
|
375
|
-
letta_nightly-0.8.0.
|
376
|
-
letta_nightly-0.8.0.
|
377
|
-
letta_nightly-0.8.0.
|
378
|
-
letta_nightly-0.8.0.
|
379
|
-
letta_nightly-0.8.0.
|
375
|
+
letta_nightly-0.8.0.dev20250605104350.dist-info/LICENSE,sha256=mExtuZ_GYJgDEI38GWdiEYZizZS4KkVt2SF1g_GPNhI,10759
|
376
|
+
letta_nightly-0.8.0.dev20250605104350.dist-info/METADATA,sha256=pPNzMM-ESYVoP848T_HuAbD_awEQOPttpaF1kOhki5I,22692
|
377
|
+
letta_nightly-0.8.0.dev20250605104350.dist-info/WHEEL,sha256=FMvqSimYX_P7y0a7UY-_Mc83r5zkBZsCYPm7Lr0Bsq4,88
|
378
|
+
letta_nightly-0.8.0.dev20250605104350.dist-info/entry_points.txt,sha256=2zdiyGNEZGV5oYBuS-y2nAAgjDgcC9yM_mHJBFSRt5U,40
|
379
|
+
letta_nightly-0.8.0.dev20250605104350.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|