praisonaiagents 0.0.160__py3-none-any.whl → 0.0.161__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.
@@ -907,7 +907,7 @@ class LLM:
907
907
  prompt: Union[str, List[Dict]],
908
908
  system_prompt: Optional[str] = None,
909
909
  chat_history: Optional[List[Dict]] = None,
910
- temperature: float = 0.2,
910
+ temperature: float = 1.0,
911
911
  tools: Optional[List[Any]] = None,
912
912
  output_json: Optional[BaseModel] = None,
913
913
  output_pydantic: Optional[BaseModel] = None,
@@ -2042,7 +2042,7 @@ Output MUST be JSON with 'reflection' and 'satisfactory'.
2042
2042
  prompt: Union[str, List[Dict]],
2043
2043
  system_prompt: Optional[str] = None,
2044
2044
  chat_history: Optional[List[Dict]] = None,
2045
- temperature: float = 0.2,
2045
+ temperature: float = 1.0,
2046
2046
  tools: Optional[List[Any]] = None,
2047
2047
  output_json: Optional[BaseModel] = None,
2048
2048
  output_pydantic: Optional[BaseModel] = None,
@@ -2317,7 +2317,7 @@ Output MUST be JSON with 'reflection' and 'satisfactory'.
2317
2317
  prompt: Union[str, List[Dict]],
2318
2318
  system_prompt: Optional[str] = None,
2319
2319
  chat_history: Optional[List[Dict]] = None,
2320
- temperature: float = 0.2,
2320
+ temperature: float = 1.0,
2321
2321
  tools: Optional[List[Any]] = None,
2322
2322
  output_json: Optional[BaseModel] = None,
2323
2323
  output_pydantic: Optional[BaseModel] = None,
@@ -3262,7 +3262,7 @@ Output MUST be JSON with 'reflection' and 'satisfactory'.
3262
3262
  self,
3263
3263
  prompt: Union[str, List[Dict]],
3264
3264
  system_prompt: Optional[str] = None,
3265
- temperature: float = 0.2,
3265
+ temperature: float = 1.0,
3266
3266
  stream: bool = True,
3267
3267
  verbose: bool = True,
3268
3268
  markdown: bool = True,
@@ -3357,7 +3357,7 @@ Output MUST be JSON with 'reflection' and 'satisfactory'.
3357
3357
  self,
3358
3358
  prompt: Union[str, List[Dict]],
3359
3359
  system_prompt: Optional[str] = None,
3360
- temperature: float = 0.2,
3360
+ temperature: float = 1.0,
3361
3361
  stream: bool = True,
3362
3362
  verbose: bool = True,
3363
3363
  markdown: bool = True,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: praisonaiagents
3
- Version: 0.0.160
3
+ Version: 0.0.161
4
4
  Summary: Praison AI agents for completing complex tasks with Self Reflection Agents
5
5
  Author: Mervin Praison
6
6
  Requires-Python: >=3.10
@@ -21,7 +21,7 @@ praisonaiagents/knowledge/__init__.py,sha256=xL1Eh-a3xsHyIcU4foOWF-JdWYIYBALJH9b
21
21
  praisonaiagents/knowledge/chunking.py,sha256=G6wyHa7_8V0_7VpnrrUXbEmUmptlT16ISJYaxmkSgmU,7678
22
22
  praisonaiagents/knowledge/knowledge.py,sha256=tog38b0SjFMoLuFBo0M1zHl9Dzzxa9YRv9FO7OZSpns,30587
23
23
  praisonaiagents/llm/__init__.py,sha256=SqdU1pRqPrR6jZeWYyDeTvmZKCACywk0v4P0k5Fuowk,1107
24
- praisonaiagents/llm/llm.py,sha256=-pnBTeBov_OwM5XnriT8oRtm8CTx7CXWdQIozUE50Ow,184430
24
+ praisonaiagents/llm/llm.py,sha256=Uk5-TQGIKN8hzeau9mOv0x4_YzAD87hKXhc2SifaD7E,184430
25
25
  praisonaiagents/llm/model_capabilities.py,sha256=bZo_HVWEJPorLVxC6elFrykK-A6pIcMAoWPm8y38UiQ,3969
26
26
  praisonaiagents/llm/model_router.py,sha256=Y93YfsG5O7v16ciTBrDfahpFnM-PxIHsrswsMMnu0sw,14002
27
27
  praisonaiagents/llm/openai_client.py,sha256=f9yCPh--yqZc00mFlVGW8DOx7m4BfyIlr-RuFSkbvrs,59910
@@ -67,7 +67,7 @@ praisonaiagents/tools/xml_tools.py,sha256=iYTMBEk5l3L3ryQ1fkUnNVYK-Nnua2Kx2S0dxN
67
67
  praisonaiagents/tools/yaml_tools.py,sha256=uogAZrhXV9O7xvspAtcTfpKSQYL2nlOTvCQXN94-G9A,14215
68
68
  praisonaiagents/tools/yfinance_tools.py,sha256=s2PBj_1v7oQnOobo2fDbQBACEHl61ftG4beG6Z979ZE,8529
69
69
  praisonaiagents/tools/train/data/generatecot.py,sha256=8yacncfYgIbPPwOROp9EGVV0FTKD8tiRu5TDIPnQf38,19402
70
- praisonaiagents-0.0.160.dist-info/METADATA,sha256=bYhX3_ZU3BKH2H2P9iINV6xVfVrL_m9bWQlQtmmszWU,2146
71
- praisonaiagents-0.0.160.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
72
- praisonaiagents-0.0.160.dist-info/top_level.txt,sha256=_HsRddrJ23iDx5TTqVUVvXG2HeHBL5voshncAMDGjtA,16
73
- praisonaiagents-0.0.160.dist-info/RECORD,,
70
+ praisonaiagents-0.0.161.dist-info/METADATA,sha256=uzdjjQ6DrsAxaKFiTYJE_m_jrRLVVwEOckhwqQGI4SU,2146
71
+ praisonaiagents-0.0.161.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
72
+ praisonaiagents-0.0.161.dist-info/top_level.txt,sha256=_HsRddrJ23iDx5TTqVUVvXG2HeHBL5voshncAMDGjtA,16
73
+ praisonaiagents-0.0.161.dist-info/RECORD,,