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.
@@ -99,9 +99,9 @@ class MCPTool():
99
99
  raise e
100
100
 
101
101
  @staticmethod
102
- async def get_all_in_db(access_token: str, limit: int = 10, created_at_lt: datetime = datetime.now(), user_id: str = None) -> list[ToolModel]:
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(access_token)
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.35
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=miE-wKqNjbgOdxhRjdJ4-UuQDSozMp-bHgRy3moT4Cg,7679
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.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,,
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,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (79.0.1)
2
+ Generator: setuptools (80.0.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5