fyodorov-llm-agents 0.4.53__py3-none-any.whl → 0.4.54__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.
- fyodorov_llm_agents/agents/agent_service.py +2 -2
- {fyodorov_llm_agents-0.4.53.dist-info → fyodorov_llm_agents-0.4.54.dist-info}/METADATA +1 -1
- {fyodorov_llm_agents-0.4.53.dist-info → fyodorov_llm_agents-0.4.54.dist-info}/RECORD +5 -5
- {fyodorov_llm_agents-0.4.53.dist-info → fyodorov_llm_agents-0.4.54.dist-info}/WHEEL +0 -0
- {fyodorov_llm_agents-0.4.53.dist-info → fyodorov_llm_agents-0.4.54.dist-info}/top_level.txt +0 -0
@@ -173,8 +173,8 @@ class Agent(AgentModel):
|
|
173
173
|
litellm.set_verbose = True
|
174
174
|
model = self.model
|
175
175
|
# Set environmental variable
|
176
|
-
if self.
|
177
|
-
model_instance = await LLM.get_model(user_id, id = self.
|
176
|
+
if self.model and self.model.id:
|
177
|
+
model_instance = await LLM.get_model(user_id, id = self.model.id)
|
178
178
|
model = model_instance.base_model
|
179
179
|
provider = await Provider.get_provider_by_id(model_instance.provider_id)
|
180
180
|
print(f"Provider fetched via Provider.get_provider_by_id in call_with_fn_calling: {provider}")
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: fyodorov_llm_agents
|
3
|
-
Version: 0.4.
|
3
|
+
Version: 0.4.54
|
4
4
|
Summary: LLM agents for the Fyodorov AI suite
|
5
5
|
Author-email: Daniel Ransom <02masseur.alibis@icloud.com>
|
6
6
|
Project-URL: Homepage, https://github.com/FyodorovAI/fyodorov-llm-agents
|
@@ -1,6 +1,6 @@
|
|
1
1
|
fyodorov_llm_agents/base_model.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
2
2
|
fyodorov_llm_agents/agents/agent_model.py,sha256=JNbRBWtErHnFqlP_ONd0B8Vf3o_AyigHKchsd3COZrk,3899
|
3
|
-
fyodorov_llm_agents/agents/agent_service.py,sha256=
|
3
|
+
fyodorov_llm_agents/agents/agent_service.py,sha256=Roz3a3PVwhIRJ1F2doojdxGLl8qEINJThvCUeuKNH0g,10679
|
4
4
|
fyodorov_llm_agents/agents/openai.py,sha256=FA5RS7yn3JwvFA8PXju60XSYC_2oUZFNgBUzeIYtGv0,1154
|
5
5
|
fyodorov_llm_agents/instances/instance_model.py,sha256=swRzCXeUk2FFKzGMEjeToklBJRK7GdAJl1ZIoQALuxs,1368
|
6
6
|
fyodorov_llm_agents/instances/instance_service.py,sha256=XUHznbUhSwDrxs1R9w5zKe15hzEbw2YhNvgDCSWw07M,8764
|
@@ -11,7 +11,7 @@ fyodorov_llm_agents/providers/provider_service.py,sha256=i_xKqC-fuL33Jsdo9h0jtjH
|
|
11
11
|
fyodorov_llm_agents/tools/mcp_tool_model.py,sha256=aCJGW1WZoeTX5UVD8K-ljUTf0dxPLpPZphIKZTIuipM,5278
|
12
12
|
fyodorov_llm_agents/tools/mcp_tool_service.py,sha256=ijgR74pLcH9Bk-b-yAo9I8ZcXHJcrZOrgoWYGljxGhA,7697
|
13
13
|
fyodorov_llm_agents/tools/tool.py,sha256=HyOk0X_3XE23sa8J-8UZx657tJ0sxwZWMbA4OPxXU6E,7940
|
14
|
-
fyodorov_llm_agents-0.4.
|
15
|
-
fyodorov_llm_agents-0.4.
|
16
|
-
fyodorov_llm_agents-0.4.
|
17
|
-
fyodorov_llm_agents-0.4.
|
14
|
+
fyodorov_llm_agents-0.4.54.dist-info/METADATA,sha256=AUh7TYCr9rw7iQLz1KF9KBZuto35e101F35oghT9dqc,551
|
15
|
+
fyodorov_llm_agents-0.4.54.dist-info/WHEEL,sha256=0CuiUZ_p9E4cD6NyLD6UG80LBXYyiSYZOKDm5lp32xk,91
|
16
|
+
fyodorov_llm_agents-0.4.54.dist-info/top_level.txt,sha256=4QOslsBp8Gh7ng25DceA7fHp4KguTIdAxwURz97gH-g,20
|
17
|
+
fyodorov_llm_agents-0.4.54.dist-info/RECORD,,
|
File without changes
|
File without changes
|