fyodorov-llm-agents 0.4.35__py3-none-any.whl → 0.4.37__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/tools/mcp_tool_service.py +2 -2
- {fyodorov_llm_agents-0.4.35.dist-info → fyodorov_llm_agents-0.4.37.dist-info}/METADATA +1 -1
- {fyodorov_llm_agents-0.4.35.dist-info → fyodorov_llm_agents-0.4.37.dist-info}/RECORD +5 -5
- {fyodorov_llm_agents-0.4.35.dist-info → fyodorov_llm_agents-0.4.37.dist-info}/WHEEL +1 -1
- {fyodorov_llm_agents-0.4.35.dist-info → fyodorov_llm_agents-0.4.37.dist-info}/top_level.txt +0 -0
@@ -99,9 +99,9 @@ class MCPTool():
|
|
99
99
|
raise e
|
100
100
|
|
101
101
|
@staticmethod
|
102
|
-
async def get_all_in_db(
|
102
|
+
async def get_all_in_db(limit: int = 10, created_at_lt: datetime = datetime.now(), user_id: str = None) -> list[ToolModel]:
|
103
103
|
try:
|
104
|
-
supabase = get_supabase(
|
104
|
+
supabase = get_supabase()
|
105
105
|
print('getting tools from db for user', user_id)
|
106
106
|
tools = []
|
107
107
|
if user_id:
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: fyodorov_llm_agents
|
3
|
-
Version: 0.4.
|
3
|
+
Version: 0.4.37
|
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
|
@@ -9,9 +9,9 @@ fyodorov_llm_agents/models/llm_service.py,sha256=AYP4UqgVOYR9LAvRhmCq7N_iccrWTAR
|
|
9
9
|
fyodorov_llm_agents/providers/provider_model.py,sha256=LaNdMr6x8QRNWO38CiSMJ3Q9OxRjoc9pjOuPIiua09M,1080
|
10
10
|
fyodorov_llm_agents/providers/provider_service.py,sha256=-TUItGF8vD6Ndp6SbWVTH6IcavO04k8UsiYXHkHAlZQ,6438
|
11
11
|
fyodorov_llm_agents/tools/mcp_tool_model.py,sha256=aCJGW1WZoeTX5UVD8K-ljUTf0dxPLpPZphIKZTIuipM,5278
|
12
|
-
fyodorov_llm_agents/tools/mcp_tool_service.py,sha256=
|
12
|
+
fyodorov_llm_agents/tools/mcp_tool_service.py,sha256=1mBk8p0-de7UxInmyiBxi7GIbI7A3F5IgUFzAYMihCk,7648
|
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.37.dist-info/METADATA,sha256=qO_wS2qDJOzTjG6UFl9TmjtgmBvEQP_X9UQh02eHU5g,551
|
15
|
+
fyodorov_llm_agents-0.4.37.dist-info/WHEEL,sha256=ck4Vq1_RXyvS4Jt6SI0Vz6fyVs4GWg7AINwpsaGEgPE,91
|
16
|
+
fyodorov_llm_agents-0.4.37.dist-info/top_level.txt,sha256=4QOslsBp8Gh7ng25DceA7fHp4KguTIdAxwURz97gH-g,20
|
17
|
+
fyodorov_llm_agents-0.4.37.dist-info/RECORD,,
|
File without changes
|