fyodorov-llm-agents 0.4.34__py3-none-any.whl → 0.4.35__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/instances/instance_service.py +2 -0
- {fyodorov_llm_agents-0.4.34.dist-info → fyodorov_llm_agents-0.4.35.dist-info}/METADATA +1 -1
- {fyodorov_llm_agents-0.4.34.dist-info → fyodorov_llm_agents-0.4.35.dist-info}/RECORD +5 -5
- {fyodorov_llm_agents-0.4.34.dist-info → fyodorov_llm_agents-0.4.35.dist-info}/WHEEL +0 -0
- {fyodorov_llm_agents-0.4.34.dist-info → fyodorov_llm_agents-0.4.35.dist-info}/top_level.txt +0 -0
@@ -69,6 +69,8 @@ class Instance(InstanceModel):
|
|
69
69
|
raise ValueError('Error creating instance in DB')
|
70
70
|
print(f"Result of creating instance in DB: {result}")
|
71
71
|
instance_dict = result.data[0]
|
72
|
+
instance_dict['title'] = f"{instance_dict['title']} {instance_dict['id']}"
|
73
|
+
await Instance.update_in_db(instance_dict['id'], instance_dict)
|
72
74
|
return instance_dict
|
73
75
|
except Exception as e:
|
74
76
|
print(f"An error occurred while creating instance: {e}")
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: fyodorov_llm_agents
|
3
|
-
Version: 0.4.
|
3
|
+
Version: 0.4.35
|
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
|
@@ -3,7 +3,7 @@ fyodorov_llm_agents/agents/agent_model.py,sha256=EA3SiUSUGn1kBmUE4wgwds3CI-ghYSo
|
|
3
3
|
fyodorov_llm_agents/agents/agent_service.py,sha256=qm3oGtgrbTV3LfmVYTIrZDs4GwmghdRAxxb3gkrS2i4,6553
|
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
|
-
fyodorov_llm_agents/instances/instance_service.py,sha256=
|
6
|
+
fyodorov_llm_agents/instances/instance_service.py,sha256=Vonsz4wQZA-KOkS-q1Hd8DH0obBj7O19Xzovdv0stNY,8857
|
7
7
|
fyodorov_llm_agents/models/llm_model.py,sha256=9sAM2QbVp62yFxhETii1x4VhZCn3HNwut4wqA9RUABM,1918
|
8
8
|
fyodorov_llm_agents/models/llm_service.py,sha256=AYP4UqgVOYR9LAvRhmCq7N_iccrWTARnKrX6qA4cT7Q,4863
|
9
9
|
fyodorov_llm_agents/providers/provider_model.py,sha256=LaNdMr6x8QRNWO38CiSMJ3Q9OxRjoc9pjOuPIiua09M,1080
|
@@ -11,7 +11,7 @@ fyodorov_llm_agents/providers/provider_service.py,sha256=-TUItGF8vD6Ndp6SbWVTH6I
|
|
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=miE-wKqNjbgOdxhRjdJ4-UuQDSozMp-bHgRy3moT4Cg,7679
|
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.35.dist-info/METADATA,sha256=OOsKsVkO5R3tZjrC2lk6TjsZ8EpXoAuHXNP7pCpIolk,551
|
15
|
+
fyodorov_llm_agents-0.4.35.dist-info/WHEEL,sha256=SmOxYU7pzNKBqASvQJ7DjX3XGUF92lrGhMb3R6_iiqI,91
|
16
|
+
fyodorov_llm_agents-0.4.35.dist-info/top_level.txt,sha256=4QOslsBp8Gh7ng25DceA7fHp4KguTIdAxwURz97gH-g,20
|
17
|
+
fyodorov_llm_agents-0.4.35.dist-info/RECORD,,
|
File without changes
|
File without changes
|