fyodorov-llm-agents 0.2.137__py3-none-any.whl → 0.2.139__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.
@@ -25,7 +25,7 @@ class MCPTool(BaseModel):
25
25
  logo_url: Optional[str] = None # stored as text; could be a URL
26
26
  user_id: Optional[str] = None # uuid
27
27
 
28
- public: bool = False
28
+ public: Optional[bool] = False
29
29
  api_type: Optional[str] = None
30
30
  api_url: Optional[str] = None # stored as text; could also be HttpUrl
31
31
  auth_method: Optional[str] = None
@@ -71,4 +71,4 @@ class MCPTool(BaseModel):
71
71
  """
72
72
  Convert this Pydantic model to a plain dict (e.g., for inserting into Supabase).
73
73
  """
74
- return self.dict()
74
+ return self.dict(exclude_none=True)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: fyodorov_llm_agents
3
- Version: 0.2.137
3
+ Version: 0.2.139
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
@@ -0,0 +1,8 @@
1
+ fyodorov_llm_agents/agents/agent.py,sha256=W1VkCeKAN7PYabUFlrchmad91P4NFcuqr1rRquwH1hI,6564
2
+ fyodorov_llm_agents/agents/openai.py,sha256=FA5RS7yn3JwvFA8PXju60XSYC_2oUZFNgBUzeIYtGv0,1154
3
+ fyodorov_llm_agents/tools/mcp_tool.py,sha256=arRXqaldrJAv9w3mkzZU_lYKOWFYN0LjHF_8yyID7OU,2845
4
+ fyodorov_llm_agents/tools/tool.py,sha256=HyOk0X_3XE23sa8J-8UZx657tJ0sxwZWMbA4OPxXU6E,7940
5
+ fyodorov_llm_agents-0.2.139.dist-info/METADATA,sha256=PjwZ4jRUpuRWMftCG3RZeyIyIfeuBd3i4zGlsedPbdg,552
6
+ fyodorov_llm_agents-0.2.139.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
7
+ fyodorov_llm_agents-0.2.139.dist-info/top_level.txt,sha256=4QOslsBp8Gh7ng25DceA7fHp4KguTIdAxwURz97gH-g,20
8
+ fyodorov_llm_agents-0.2.139.dist-info/RECORD,,
@@ -1,8 +0,0 @@
1
- fyodorov_llm_agents/agents/agent.py,sha256=W1VkCeKAN7PYabUFlrchmad91P4NFcuqr1rRquwH1hI,6564
2
- fyodorov_llm_agents/agents/openai.py,sha256=FA5RS7yn3JwvFA8PXju60XSYC_2oUZFNgBUzeIYtGv0,1154
3
- fyodorov_llm_agents/tools/mcp_tool.py,sha256=t7-MYW0I50KS4ia810XOr-MyL90m2PQ5BB7uZQdvKyA,2818
4
- fyodorov_llm_agents/tools/tool.py,sha256=HyOk0X_3XE23sa8J-8UZx657tJ0sxwZWMbA4OPxXU6E,7940
5
- fyodorov_llm_agents-0.2.137.dist-info/METADATA,sha256=AodLWW4IVJSL_DIxdTt6AYH5oXNVVYMcqZgWL17qUAo,552
6
- fyodorov_llm_agents-0.2.137.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
7
- fyodorov_llm_agents-0.2.137.dist-info/top_level.txt,sha256=4QOslsBp8Gh7ng25DceA7fHp4KguTIdAxwURz97gH-g,20
8
- fyodorov_llm_agents-0.2.137.dist-info/RECORD,,