fyodorov-llm-agents 0.2.96__py3-none-any.whl → 0.2.97__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.
@@ -13,16 +13,16 @@ VALID_CHARACTERS_REGEX = r'^[a-zA-Z0-9\s.,!?:;\'"-_]+$'
13
13
 
14
14
  class Tool(BaseModel):
15
15
  name: str
16
- name_for_ai: str
16
+ name_for_ai: str | None
17
17
  description: str
18
- description_for_ai: str
18
+ description_for_ai: str | None
19
19
  api_type: APIUrlTypes
20
20
  api_url: HttpUrl
21
- logo_url: HttpUrl
22
- contact_email: str
23
- legal_info_url: str
24
- public: bool = False
25
- user_id: str = None
21
+ logo_url: HttpUrl | None
22
+ contact_email: str | None
23
+ legal_info_url: str | None
24
+ public: bool | None = False
25
+ user_id: str | None = None
26
26
 
27
27
  class Config:
28
28
  arbitrary_types_allowed = True
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: fyodorov_llm_agents
3
- Version: 0.2.96
3
+ Version: 0.2.97
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,7 @@
1
+ fyodorov_llm_agents/agents/agent.py,sha256=mC59vOECMI2Dp6zjCK4rJXCVHV_Ivx8KkB38L_bh5hw,3815
2
+ fyodorov_llm_agents/agents/openai.py,sha256=FA5RS7yn3JwvFA8PXju60XSYC_2oUZFNgBUzeIYtGv0,1154
3
+ fyodorov_llm_agents/tools/tool.py,sha256=IlP2dCFO19G1Q2zpoCsci2oPr0GwEAVOJmWogRbaNpg,7125
4
+ fyodorov_llm_agents-0.2.97.dist-info/METADATA,sha256=nrp-IGfzFSuFBosoqXvonBOR-k4CrmvZuwimz4TaXAE,551
5
+ fyodorov_llm_agents-0.2.97.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
6
+ fyodorov_llm_agents-0.2.97.dist-info/top_level.txt,sha256=4QOslsBp8Gh7ng25DceA7fHp4KguTIdAxwURz97gH-g,20
7
+ fyodorov_llm_agents-0.2.97.dist-info/RECORD,,
@@ -1,7 +0,0 @@
1
- fyodorov_llm_agents/agents/agent.py,sha256=mC59vOECMI2Dp6zjCK4rJXCVHV_Ivx8KkB38L_bh5hw,3815
2
- fyodorov_llm_agents/agents/openai.py,sha256=FA5RS7yn3JwvFA8PXju60XSYC_2oUZFNgBUzeIYtGv0,1154
3
- fyodorov_llm_agents/tools/tool.py,sha256=IBaZpXJwHDjh4vb5sPkuGsYwpg0J1c8RBJ1Mr4QsAJ8,7076
4
- fyodorov_llm_agents-0.2.96.dist-info/METADATA,sha256=VIdO4GzGMkTasrbKnZ6xP46-qLHWftPybm2JtKweKNg,551
5
- fyodorov_llm_agents-0.2.96.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
6
- fyodorov_llm_agents-0.2.96.dist-info/top_level.txt,sha256=4QOslsBp8Gh7ng25DceA7fHp4KguTIdAxwURz97gH-g,20
7
- fyodorov_llm_agents-0.2.96.dist-info/RECORD,,