fyodorov-llm-agents 0.0.22__py3-none-any.whl → 0.0.23__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.
@@ -71,7 +71,7 @@ class Tool(BaseModel):
71
71
  """Instantiate Tool from plugin."""
72
72
  if not url:
73
73
  raise ValueError('Plugin URL is required')
74
- if not re.match(r"\/\.well-known\/.*\.json$", url):
74
+ if not re.match(r"^https?:\/\/.+\.well-known\/.+\.json$", url):
75
75
  raise ValueError('URL to load plugin is not a valid plugin URL')
76
76
  try:
77
77
  res = requests.get(url)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: fyodorov_llm_agents
3
- Version: 0.0.22
3
+ Version: 0.0.23
4
4
  Summary: Library for creating LLM-based agents with tools and RAG
5
5
  Author-email: Daniel Ransom <02masseur.alibis@icloud.com>
6
6
  Project-URL: Homepage, https://github.com/FyodorovAI/fyodorov-llm-agents
@@ -3,8 +3,8 @@ fyodorov_llm_agents/agents/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJ
3
3
  fyodorov_llm_agents/agents/base_agent.py,sha256=iNedFk7g4w7hvKHgsXebSuBCUH95Sbe4WunHCOoVAT4,3133
4
4
  fyodorov_llm_agents/agents/openai.py,sha256=7cJZpQBuhPW91jLFaeKhHEJ55h0Zo0KFzzl8umQAjEM,1067
5
5
  fyodorov_llm_agents/tools/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
6
- fyodorov_llm_agents/tools/tool.py,sha256=vUqfLofl7NJje0JnJCo0o7LjckDw7abs7HaaAjZc10Q,6028
7
- fyodorov_llm_agents-0.0.22.dist-info/METADATA,sha256=GQjiKBjiTavXV4W7fr1mPQuF9hu_pA4Y3C70Z0mEUGg,2001
8
- fyodorov_llm_agents-0.0.22.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
9
- fyodorov_llm_agents-0.0.22.dist-info/top_level.txt,sha256=4QOslsBp8Gh7ng25DceA7fHp4KguTIdAxwURz97gH-g,20
10
- fyodorov_llm_agents-0.0.22.dist-info/RECORD,,
6
+ fyodorov_llm_agents/tools/tool.py,sha256=OL8Yb-TOj3pgqx0yQglLchGWkOs_qzJ-udg3-fgkTbI,6040
7
+ fyodorov_llm_agents-0.0.23.dist-info/METADATA,sha256=kpng_zPQAPJCZ391OFIPM9uyZCqzqktcPnUGcFncdbg,2001
8
+ fyodorov_llm_agents-0.0.23.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
9
+ fyodorov_llm_agents-0.0.23.dist-info/top_level.txt,sha256=4QOslsBp8Gh7ng25DceA7fHp4KguTIdAxwURz97gH-g,20
10
+ fyodorov_llm_agents-0.0.23.dist-info/RECORD,,