traia-iatp 0.1.17__py3-none-any.whl → 0.1.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.

Potentially problematic release.


This version of traia-iatp might be problematic. Click here for more details.

@@ -27,7 +27,7 @@ except ImportError:
27
27
 
28
28
  DEFAULT_LLM = LLM(
29
29
  model=os.getenv("LLM_MODEL", "gpt-4.1-nano"), # Using environment variable with fallback
30
- temperature=os.getenv("LLM_MODEL_TEMPERATURE", 0.1),
30
+ temperature=float(os.getenv("LLM_MODEL_TEMPERATURE", "0.1")),
31
31
  api_key=os.getenv("OPENAI_API_KEY")
32
32
  )
33
33
 
@@ -35,7 +35,7 @@ except ImportError:
35
35
 
36
36
  DEFAULT_LLM = LLM(
37
37
  model=os.getenv("LLM_MODEL", "gpt-4.1-nano"), # Using environment variable with fallback
38
- temperature=os.getenv("LLM_MODEL_TEMPERATURE", 0.1),
38
+ temperature=float(os.getenv("LLM_MODEL_TEMPERATURE", "0.1")),
39
39
  api_key=os.getenv("OPENAI_API_KEY")
40
40
  )
41
41
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: traia-iatp
3
- Version: 0.1.17
3
+ Version: 0.1.23
4
4
  Summary: Inter-Agent Transfer Protocol (IATP) - Enable AI Agents to utilize other AI Agents as tools
5
5
  Project-URL: Documentation, https://pypi.org/project/traia-iatp
6
6
  Project-URL: Source, https://github.com/Traia-IO/IATP
@@ -49,9 +49,9 @@ traia_iatp/server/templates/README.md,sha256=wz1d0dhKvvHXyfTxM3QBDJJE-RdLN1yxCUQ
49
49
  traia_iatp/server/templates/README.md.j2,sha256=yy7N99FQ2ZkS2I-O2_YO9_UmOP3mLGNI3vpKrIqjnig,10625
50
50
  traia_iatp/server/templates/__init__.py,sha256=OfnDqxbgP51KEUSxFpfnePOF_72LlC00DOeR744ky4M,53
51
51
  traia_iatp/server/templates/__main__.py.j2,sha256=fvVIrQR4zUGmdRv6i1p2QQET6nPntDAS7xZiJD1ZOGg,20756
52
- traia_iatp/server/templates/agent.py.j2,sha256=rRaVXsVZYuTdKkZ9mldiLWxu5KIfSpRpKIgX3oX7YVU,3712
52
+ traia_iatp/server/templates/agent.py.j2,sha256=tWV6zWsgihfR4P2NtmS-uuld3EFYVB-XPQ_Z--mw7Ps,3721
53
53
  traia_iatp/server/templates/agent_config.json.j2,sha256=YGikrYXcVKZfZJP9OnlS-GJXaGExlaRN2DB_Lo5Pr7k,797
54
- traia_iatp/server/templates/agent_executor.py.j2,sha256=cTSU-rTRtUMPapy4NalQPwfGGaWIv4tLRPnS1C7cZSc,11533
54
+ traia_iatp/server/templates/agent_executor.py.j2,sha256=rDMhkAz0jmFVEBXQ9tACg0lu2UHNNRwAUrekcXKzbEk,11542
55
55
  traia_iatp/server/templates/docker-compose.yml.j2,sha256=3jRkkUU6gazKyVgelfQRf6x0KRbpXINEsVkBIgqrQbc,610
56
56
  traia_iatp/server/templates/env.example.j2,sha256=7IVLLmk_VWN6jHd0MCeQlb_rg7eaZhpM6ruaavXTRFc,1993
57
57
  traia_iatp/server/templates/gitignore.j2,sha256=rXu4kNnZUFgBDbLsburNohFVAjyE9xEeHbpEcqGGSB8,740
@@ -65,9 +65,9 @@ traia_iatp/utils/__init__.py,sha256=D739Fc3KWPlAaPZ-3XM7uRvBAA7V8b4t6PBYJvMSsig,
65
65
  traia_iatp/utils/docker_utils.py,sha256=mPD09TPJKEe9SKjrR5E_o9z8xle-iCZq6JLzHZ6JXFk,8634
66
66
  traia_iatp/utils/general.py,sha256=g6sRKzalBPwRWobBg3a7pz4eNIvvxv8RefoUNFdHm4o,1503
67
67
  traia_iatp/utils/iatp_utils.py,sha256=RrGzk2ENvGIwuuMigOUrK5Yne0esl1r_K2P2iVygUgM,4680
68
- traia_iatp-0.1.17.dist-info/licenses/LICENSE,sha256=R8vcu8GZdTTXF40sbOll11-FbarDm7_PiuaGzQp9whw,1065
69
- traia_iatp-0.1.17.dist-info/METADATA,sha256=64j30On6WjEH70udZy12_4kzw6-Y7LjHiDNC1DeNnEM,13412
70
- traia_iatp-0.1.17.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
71
- traia_iatp-0.1.17.dist-info/entry_points.txt,sha256=K4p9Z2lBdPEybzXfed3JbUtrVHDdg60CRnJ178df7K0,55
72
- traia_iatp-0.1.17.dist-info/top_level.txt,sha256=FozpD3vmZ4WP01hjSDUt5ENn0ttnIxxm1tPrTiIsyzI,11
73
- traia_iatp-0.1.17.dist-info/RECORD,,
68
+ traia_iatp-0.1.23.dist-info/licenses/LICENSE,sha256=R8vcu8GZdTTXF40sbOll11-FbarDm7_PiuaGzQp9whw,1065
69
+ traia_iatp-0.1.23.dist-info/METADATA,sha256=1_UtTEpVB6spOUq57bnO9KxSr1J8WjQIFmqTrPfFdgQ,13412
70
+ traia_iatp-0.1.23.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
71
+ traia_iatp-0.1.23.dist-info/entry_points.txt,sha256=K4p9Z2lBdPEybzXfed3JbUtrVHDdg60CRnJ178df7K0,55
72
+ traia_iatp-0.1.23.dist-info/top_level.txt,sha256=FozpD3vmZ4WP01hjSDUt5ENn0ttnIxxm1tPrTiIsyzI,11
73
+ traia_iatp-0.1.23.dist-info/RECORD,,