fyodorov-llm-agents 0.4.37__py3-none-any.whl → 0.4.38__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 +1 -0
- {fyodorov_llm_agents-0.4.37.dist-info → fyodorov_llm_agents-0.4.38.dist-info}/METADATA +1 -1
- {fyodorov_llm_agents-0.4.37.dist-info → fyodorov_llm_agents-0.4.38.dist-info}/RECORD +5 -5
- {fyodorov_llm_agents-0.4.37.dist-info → fyodorov_llm_agents-0.4.38.dist-info}/WHEEL +0 -0
- {fyodorov_llm_agents-0.4.37.dist-info → fyodorov_llm_agents-0.4.38.dist-info}/top_level.txt +0 -0
@@ -59,6 +59,7 @@ class MCPTool():
|
|
59
59
|
raise ValueError('Tool ID is required')
|
60
60
|
try:
|
61
61
|
supabase = get_supabase(access_token)
|
62
|
+
print(f"Deleting tool with ID {id}")
|
62
63
|
result = supabase.table('mcp_tools').delete().eq('id', id).execute()
|
63
64
|
print('Deleted tool', result)
|
64
65
|
return True
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: fyodorov_llm_agents
|
3
|
-
Version: 0.4.
|
3
|
+
Version: 0.4.38
|
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=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.38.dist-info/METADATA,sha256=xernZMZ1SC0EhBxw_OQWr_08vfob3Hr8OZWZ1uxNpY8,551
|
15
|
+
fyodorov_llm_agents-0.4.38.dist-info/WHEEL,sha256=ck4Vq1_RXyvS4Jt6SI0Vz6fyVs4GWg7AINwpsaGEgPE,91
|
16
|
+
fyodorov_llm_agents-0.4.38.dist-info/top_level.txt,sha256=4QOslsBp8Gh7ng25DceA7fHp4KguTIdAxwURz97gH-g,20
|
17
|
+
fyodorov_llm_agents-0.4.38.dist-info/RECORD,,
|
File without changes
|
File without changes
|