econagents 0.0.7__py3-none-any.whl → 0.0.8__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.
econagents/__init__.py CHANGED
@@ -12,7 +12,7 @@ from econagents.core.state.game import GameState, MetaInformation, PrivateInform
12
12
  from econagents.llm.openai import ChatOpenAI
13
13
 
14
14
  # Don't manually change, let poetry-dynamic-versioning handle it.
15
- __version__ = "0.0.7"
15
+ __version__ = "0.0.8"
16
16
 
17
17
  __all__: list[str] = [
18
18
  "AgentRole",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: econagents
3
- Version: 0.0.7
3
+ Version: 0.0.8
4
4
  Summary:
5
5
  License: MIT
6
6
  Author: Dylan Castillo
@@ -18,16 +18,23 @@ Provides-Extra: langsmith
18
18
  Provides-Extra: ollama
19
19
  Provides-Extra: openai
20
20
  Provides-Extra: standard
21
+ Requires-Dist: langfuse (>=3.0.3)
21
22
  Requires-Dist: langfuse ; extra == "all"
22
23
  Requires-Dist: langfuse ; extra == "langfuse"
24
+ Requires-Dist: langsmith (>=0.4.1)
23
25
  Requires-Dist: langsmith ; extra == "all"
24
26
  Requires-Dist: langsmith ; extra == "langsmith"
25
27
  Requires-Dist: langsmith ; extra == "standard"
28
+ Requires-Dist: ollama (>=0.5.1)
26
29
  Requires-Dist: ollama ; extra == "all"
27
30
  Requires-Dist: ollama ; extra == "ollama"
31
+ Requires-Dist: openai (>=1.89.0)
28
32
  Requires-Dist: openai ; extra == "all"
29
33
  Requires-Dist: openai ; extra == "openai"
30
34
  Requires-Dist: openai ; extra == "standard"
35
+ Requires-Dist: pydantic (>=2.11.5)
36
+ Requires-Dist: requests (>=2.32.4)
37
+ Requires-Dist: websockets (>=15.0)
31
38
  Description-Content-Type: text/markdown
32
39
 
33
40
  <div align="center">
@@ -1,4 +1,4 @@
1
- econagents/__init__.py,sha256=jxK63Ad8DSNSsWeKwcH1TIrZTuOdMKVfhlh6Io65LTM,1111
1
+ econagents/__init__.py,sha256=msYG4gjiBSB94u36YG2UAJgPbSJYVcoMpEmwLsbeDbo,1111
2
2
  econagents/_c_extension.pyi,sha256=evVvDNUCGqyMPrNViPF7QXfGUNNIMbUdY5HemRNQ1_o,113
3
3
  econagents/cli.py,sha256=Db2U9oSG9cyUv6UEM1wvWpDzo86MH8MpQmlEsk3vJU0,5394
4
4
  econagents/config_parser/__init__.py,sha256=FtBqoJ0ghPtQgjjM1L1h2yFcle1IYTOQDsetDsnc8yc,582
@@ -24,8 +24,8 @@ econagents/llm/observability.py,sha256=WSkJ7lZZl2FVpDWpFivudoeOENR_lyLZscUisveAi
24
24
  econagents/llm/ollama.py,sha256=0ElnQhyCCAOu6u-TIC2JeNzh8OV6_VZjchFpi1F3HxU,2242
25
25
  econagents/llm/openai.py,sha256=x1L9GS2DXNvPTECXP6DVMwr9fuhcHMZh_2k8ds30i-Y,2395
26
26
  econagents/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
27
- econagents-0.0.7.dist-info/LICENSE,sha256=Bd4MAEaMayyDO5BncOl3q0T2b6sWcjABigXLRFxgKIU,1082
28
- econagents-0.0.7.dist-info/METADATA,sha256=GFiZWlkiARilrWx4nFdEVTP1di3UYHnD4OMh5OKKiuA,3969
29
- econagents-0.0.7.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
30
- econagents-0.0.7.dist-info/entry_points.txt,sha256=zm53n6FbaLAJuef_zRdddtTS-N0WTyWbxhcNUSdSZ0c,53
31
- econagents-0.0.7.dist-info/RECORD,,
27
+ econagents-0.0.8.dist-info/LICENSE,sha256=Bd4MAEaMayyDO5BncOl3q0T2b6sWcjABigXLRFxgKIU,1082
28
+ econagents-0.0.8.dist-info/METADATA,sha256=CyHamHIBSbnkA35c4i8RoICDllLaFb9nGhbHpGBUdL8,4208
29
+ econagents-0.0.8.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
30
+ econagents-0.0.8.dist-info/entry_points.txt,sha256=zm53n6FbaLAJuef_zRdddtTS-N0WTyWbxhcNUSdSZ0c,53
31
+ econagents-0.0.8.dist-info/RECORD,,