fyodorov-llm-agents 0.2.96__py3-none-any.whl → 0.2.98__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.
- fyodorov_llm_agents/tools/tool.py +9 -9
- {fyodorov_llm_agents-0.2.96.dist-info → fyodorov_llm_agents-0.2.98.dist-info}/METADATA +1 -1
- fyodorov_llm_agents-0.2.98.dist-info/RECORD +7 -0
- fyodorov_llm_agents-0.2.96.dist-info/RECORD +0 -7
- {fyodorov_llm_agents-0.2.96.dist-info → fyodorov_llm_agents-0.2.98.dist-info}/WHEEL +0 -0
- {fyodorov_llm_agents-0.2.96.dist-info → fyodorov_llm_agents-0.2.98.dist-info}/top_level.txt +0 -0
@@ -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
|
@@ -100,8 +100,8 @@ class Tool(BaseModel):
|
|
100
100
|
'description': json['description'],
|
101
101
|
'description_for_ai': json['description_for_ai'],
|
102
102
|
'api_type': json['api']['type'],
|
103
|
-
'api_url': HttpUrl(json['api']['url']),
|
104
|
-
'logo_url': HttpUrl(json['logo_url']),
|
103
|
+
'api_url': HttpUrl(json['api']['url']) if json['api']['url'] else None,
|
104
|
+
'logo_url': HttpUrl(json['logo_url']) if json['logo_url'] else None,
|
105
105
|
'contact_email': json['contact_email'],
|
106
106
|
'legal_info_url': json['legal_info_url'],
|
107
107
|
}
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: fyodorov_llm_agents
|
3
|
-
Version: 0.2.
|
3
|
+
Version: 0.2.98
|
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=YEfvur0hWWR14ZIlrcGZKBhoMUMkoaaHxURw2uJGym4,7187
|
4
|
+
fyodorov_llm_agents-0.2.98.dist-info/METADATA,sha256=0UJf97ww8uaQpnlsOfNgl0mbNXXIgUo3WsOj93MKkyI,551
|
5
|
+
fyodorov_llm_agents-0.2.98.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
|
6
|
+
fyodorov_llm_agents-0.2.98.dist-info/top_level.txt,sha256=4QOslsBp8Gh7ng25DceA7fHp4KguTIdAxwURz97gH-g,20
|
7
|
+
fyodorov_llm_agents-0.2.98.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,,
|
File without changes
|
File without changes
|