fyodorov-llm-agents 0.4.17__py3-none-any.whl → 0.4.18__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/providers/provider_service.py +3 -0
- {fyodorov_llm_agents-0.4.17.dist-info → fyodorov_llm_agents-0.4.18.dist-info}/METADATA +1 -1
- {fyodorov_llm_agents-0.4.17.dist-info → fyodorov_llm_agents-0.4.18.dist-info}/RECORD +5 -5
- {fyodorov_llm_agents-0.4.17.dist-info → fyodorov_llm_agents-0.4.18.dist-info}/WHEEL +0 -0
- {fyodorov_llm_agents-0.4.17.dist-info → fyodorov_llm_agents-0.4.18.dist-info}/top_level.txt +0 -0
@@ -141,6 +141,9 @@ class Provider(ProviderModel):
|
|
141
141
|
.lt('created_at', created_at_lt) \
|
142
142
|
.execute()
|
143
143
|
data = result.data
|
144
|
+
for provider in data:
|
145
|
+
provider['id'] = str(provider['id'])
|
146
|
+
provider['user_id'] = str(provider['user_id'])
|
144
147
|
providers = [ProviderModel(**provider) for provider in data]
|
145
148
|
print('Fetched providers', providers)
|
146
149
|
return providers
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: fyodorov_llm_agents
|
3
|
-
Version: 0.4.
|
3
|
+
Version: 0.4.18
|
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
|
@@ -6,11 +6,11 @@ fyodorov_llm_agents/instances/instance_service.py,sha256=MNUJTKQnt62GiRpyBmGWJSh
|
|
6
6
|
fyodorov_llm_agents/models/llm_model.py,sha256=aQtXtB7kRpnVdbPu-nmTGAaflbtKz3DPkgcckf1srsg,1645
|
7
7
|
fyodorov_llm_agents/models/llm_service.py,sha256=L_YxZIotlPea0ymUfYXY24rdnCuZdOZEMTDrh8J_BAM,4562
|
8
8
|
fyodorov_llm_agents/providers/provider_model.py,sha256=OyCK6WMRhyElsp88gILg0wso-OPHI7f55gEeypsJ7O0,957
|
9
|
-
fyodorov_llm_agents/providers/provider_service.py,sha256
|
9
|
+
fyodorov_llm_agents/providers/provider_service.py,sha256=pvb43ZdF8zFzgP2GELCSE8rDxjjsYe-s0RlcTa8vWIE,6588
|
10
10
|
fyodorov_llm_agents/tools/mcp_tool_model.py,sha256=nGdPmqSkA7hqDUTPbNCZAHNSVJCgVOs5dzJfPntLidI,5110
|
11
11
|
fyodorov_llm_agents/tools/mcp_tool_service.py,sha256=nOWeCXFP8t7pbFL4Co70c7ukEEl-TQbb1pnPHlG5Tac,7677
|
12
12
|
fyodorov_llm_agents/tools/tool.py,sha256=HyOk0X_3XE23sa8J-8UZx657tJ0sxwZWMbA4OPxXU6E,7940
|
13
|
-
fyodorov_llm_agents-0.4.
|
14
|
-
fyodorov_llm_agents-0.4.
|
15
|
-
fyodorov_llm_agents-0.4.
|
16
|
-
fyodorov_llm_agents-0.4.
|
13
|
+
fyodorov_llm_agents-0.4.18.dist-info/METADATA,sha256=H4n2H1IvfVVwt5XbcjqGhZsgj9nfUVgUtoaO7RGQqx4,551
|
14
|
+
fyodorov_llm_agents-0.4.18.dist-info/WHEEL,sha256=SmOxYU7pzNKBqASvQJ7DjX3XGUF92lrGhMb3R6_iiqI,91
|
15
|
+
fyodorov_llm_agents-0.4.18.dist-info/top_level.txt,sha256=4QOslsBp8Gh7ng25DceA7fHp4KguTIdAxwURz97gH-g,20
|
16
|
+
fyodorov_llm_agents-0.4.18.dist-info/RECORD,,
|
File without changes
|
File without changes
|