fyodorov-llm-agents 0.2.142__py3-none-any.whl → 0.2.143__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.
@@ -46,10 +46,6 @@ class MCPTool(BaseModel):
46
46
  self._validate_name(self.name)
47
47
  if self.description:
48
48
  self._validate_description(self.description)
49
- if self.api_url:
50
- self._validate_url(self.api_url)
51
- if self.logo_url:
52
- self._validate_url(self.logo_url)
53
49
  # Add more validations as desired...
54
50
  return True
55
51
 
@@ -63,11 +59,6 @@ class MCPTool(BaseModel):
63
59
  if not re.match(VALID_CHARACTERS_REGEX, description):
64
60
  raise ValueError("description contains invalid characters.")
65
61
 
66
- @staticmethod
67
- def _validate_url(url: str) -> None:
68
- if not HttpUrl.validate(url):
69
- raise ValueError("{url} is not a valid URL.")
70
-
71
62
  @staticmethod
72
63
  def from_yaml(yaml_str: str):
73
64
  """Instantiate Tool from YAML."""
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: fyodorov_llm_agents
3
- Version: 0.2.142
3
+ Version: 0.2.143
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=vJSd4mCRsIpSFFtwbelOi8MqOK8nVjBiKCiDh4JtQJU,6816
2
+ fyodorov_llm_agents/agents/openai.py,sha256=FA5RS7yn3JwvFA8PXju60XSYC_2oUZFNgBUzeIYtGv0,1154
3
+ fyodorov_llm_agents/tools/mcp_tool.py,sha256=E-LAx2rYxG4ujBtqzeHDbHLxanlT9qnjdal7aMvhYEA,2899
4
+ fyodorov_llm_agents/tools/tool.py,sha256=HyOk0X_3XE23sa8J-8UZx657tJ0sxwZWMbA4OPxXU6E,7940
5
+ fyodorov_llm_agents-0.2.143.dist-info/METADATA,sha256=uqbOz-kr0S22RAMkWiQvOi8zUTGS0YdxoPwS0ouInVo,552
6
+ fyodorov_llm_agents-0.2.143.dist-info/WHEEL,sha256=lTU6B6eIfYoiQJTZNc-fyaR6BpL6ehTzU3xGYxn2n8k,91
7
+ fyodorov_llm_agents-0.2.143.dist-info/top_level.txt,sha256=4QOslsBp8Gh7ng25DceA7fHp4KguTIdAxwURz97gH-g,20
8
+ fyodorov_llm_agents-0.2.143.dist-info/RECORD,,
@@ -1,8 +0,0 @@
1
- fyodorov_llm_agents/agents/agent.py,sha256=vJSd4mCRsIpSFFtwbelOi8MqOK8nVjBiKCiDh4JtQJU,6816
2
- fyodorov_llm_agents/agents/openai.py,sha256=FA5RS7yn3JwvFA8PXju60XSYC_2oUZFNgBUzeIYtGv0,1154
3
- fyodorov_llm_agents/tools/mcp_tool.py,sha256=QRKtja2tYcmcNYFL-1bXfYLo0w7FPSmBCJCgTDmiUYE,3197
4
- fyodorov_llm_agents/tools/tool.py,sha256=HyOk0X_3XE23sa8J-8UZx657tJ0sxwZWMbA4OPxXU6E,7940
5
- fyodorov_llm_agents-0.2.142.dist-info/METADATA,sha256=DANUN2sYKQpID8hXYQSXTbQLcxFdCnG2v3BiekkF0Oc,552
6
- fyodorov_llm_agents-0.2.142.dist-info/WHEEL,sha256=lTU6B6eIfYoiQJTZNc-fyaR6BpL6ehTzU3xGYxn2n8k,91
7
- fyodorov_llm_agents-0.2.142.dist-info/top_level.txt,sha256=4QOslsBp8Gh7ng25DceA7fHp4KguTIdAxwURz97gH-g,20
8
- fyodorov_llm_agents-0.2.142.dist-info/RECORD,,