fyodorov-llm-agents 0.4.11__py3-none-any.whl → 0.4.12__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.
@@ -21,9 +21,12 @@ class MCPTool():
21
21
  supabase = get_supabase(access_token)
22
22
  tool_dict = tool.to_dict()
23
23
  tool_dict['user_id'] = user_id
24
- del tool_dict['id']
25
- del tool_dict['created_at']
26
- del tool_dict['updated_at']
24
+ if 'id' in tool_dict:
25
+ del tool_dict['id']
26
+ if 'created_at' in tool_dict:
27
+ del tool_dict['created_at']
28
+ if 'updated_at' in tool_dict:
29
+ del tool_dict['updated_at']
27
30
  print('creating tool in db', tool_dict)
28
31
  result = supabase.table('mcp_tools').insert(tool_dict).execute()
29
32
  tool_id = result.data[0]['id']
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: fyodorov_llm_agents
3
- Version: 0.4.11
3
+ Version: 0.4.12
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
@@ -8,9 +8,9 @@ fyodorov_llm_agents/models/llm_service.py,sha256=35bS0RFXJhJUSjge-v4u5cftn_MT-Cm
8
8
  fyodorov_llm_agents/providers/provider_model.py,sha256=OyCK6WMRhyElsp88gILg0wso-OPHI7f55gEeypsJ7O0,957
9
9
  fyodorov_llm_agents/providers/provider_service.py,sha256=GST-NLV8aLPsvapQEvgT_qHGYu7IpS5Xsut60XFmD-g,5865
10
10
  fyodorov_llm_agents/tools/mcp_tool_model.py,sha256=nGdPmqSkA7hqDUTPbNCZAHNSVJCgVOs5dzJfPntLidI,5110
11
- fyodorov_llm_agents/tools/mcp_tool_service.py,sha256=rjsC1LBvIFZh3RsK1EESdPA9G7HrmQPkHnXBewSc_uY,6728
11
+ fyodorov_llm_agents/tools/mcp_tool_service.py,sha256=r2SI0Aic3qq91WL7BB_ZKX4B7LgB1HMPutx9rgIla7s,6858
12
12
  fyodorov_llm_agents/tools/tool.py,sha256=HyOk0X_3XE23sa8J-8UZx657tJ0sxwZWMbA4OPxXU6E,7940
13
- fyodorov_llm_agents-0.4.11.dist-info/METADATA,sha256=cHHHwrJAnpNRewvDZsLB42x7szTj0vWXQ6uy8QuVPqo,551
14
- fyodorov_llm_agents-0.4.11.dist-info/WHEEL,sha256=SmOxYU7pzNKBqASvQJ7DjX3XGUF92lrGhMb3R6_iiqI,91
15
- fyodorov_llm_agents-0.4.11.dist-info/top_level.txt,sha256=4QOslsBp8Gh7ng25DceA7fHp4KguTIdAxwURz97gH-g,20
16
- fyodorov_llm_agents-0.4.11.dist-info/RECORD,,
13
+ fyodorov_llm_agents-0.4.12.dist-info/METADATA,sha256=_kCun6oTEALyOjTLgMp6z2gAeR8Qq28IjOGdo0-OjxU,551
14
+ fyodorov_llm_agents-0.4.12.dist-info/WHEEL,sha256=SmOxYU7pzNKBqASvQJ7DjX3XGUF92lrGhMb3R6_iiqI,91
15
+ fyodorov_llm_agents-0.4.12.dist-info/top_level.txt,sha256=4QOslsBp8Gh7ng25DceA7fHp4KguTIdAxwURz97gH-g,20
16
+ fyodorov_llm_agents-0.4.12.dist-info/RECORD,,