fyodorov-llm-agents 0.4.45__py3-none-any.whl → 0.4.46__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 -0
- {fyodorov_llm_agents-0.4.45.dist-info → fyodorov_llm_agents-0.4.46.dist-info}/METADATA +1 -1
- {fyodorov_llm_agents-0.4.45.dist-info → fyodorov_llm_agents-0.4.46.dist-info}/RECORD +5 -5
- {fyodorov_llm_agents-0.4.45.dist-info → fyodorov_llm_agents-0.4.46.dist-info}/WHEEL +0 -0
- {fyodorov_llm_agents-0.4.45.dist-info → fyodorov_llm_agents-0.4.46.dist-info}/top_level.txt +0 -0
@@ -164,6 +164,7 @@ class Agent(AgentModel):
|
|
164
164
|
raise e
|
165
165
|
|
166
166
|
async def call_with_fn_calling(self, input: str = "", history = [], user_id: str = "") -> dict:
|
167
|
+
print('call_with_fn_calling')
|
167
168
|
litellm.set_verbose = True
|
168
169
|
model = self.model
|
169
170
|
# Set environmental variable
|
@@ -171,6 +172,7 @@ class Agent(AgentModel):
|
|
171
172
|
model_instance = await LLM.get_model(self.access_token, user_id, id = self.model_id)
|
172
173
|
model = model_instance.base_model
|
173
174
|
provider = await Provider.get_provider_by_id(model.provider_id)
|
175
|
+
print(f"Provider fetched via Provider.get_provider_by_id in call_with_fn_calling: {provider}")
|
174
176
|
else:
|
175
177
|
print(f"Model ID not set on Agent {self.id}, using assumptions")
|
176
178
|
if 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.46
|
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=OpsnLenPfro_nTvp_oatey8BPsb5kGX1K-ctdGkGqwU,3805
|
3
|
-
fyodorov_llm_agents/agents/agent_service.py,sha256=
|
3
|
+
fyodorov_llm_agents/agents/agent_service.py,sha256=saU5jLacTN_HbpAHDAYEU6VUE8nsAlUAkFBzmadLFrs,10680
|
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=A6SE64OZDYNCJRI73kzNBjPBrN0dICa0gTCfuADbPd4,8981
|
@@ -11,7 +11,7 @@ fyodorov_llm_agents/providers/provider_service.py,sha256=iYpcyBUh4MZK9cKl2O-B7GS
|
|
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.46.dist-info/METADATA,sha256=CU6zx7uuqZzYugK7ZRwr8T_bhWT8CTV1XReieM4ldCE,551
|
15
|
+
fyodorov_llm_agents-0.4.46.dist-info/WHEEL,sha256=7ciDxtlje1X8OhobNuGgi1t-ACdFSelPnSmDPrtlobY,91
|
16
|
+
fyodorov_llm_agents-0.4.46.dist-info/top_level.txt,sha256=4QOslsBp8Gh7ng25DceA7fHp4KguTIdAxwURz97gH-g,20
|
17
|
+
fyodorov_llm_agents-0.4.46.dist-info/RECORD,,
|
File without changes
|
File without changes
|