llmir 0.0.6__py3-none-any.whl → 0.0.7__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.
llmir/adapter/__init__.py CHANGED
@@ -1,7 +1,8 @@
1
- from .openai import to_openai, OpenAIMessage, OpenAIMessageToolResponse, OpenAIContents, OpenAITextContent, OpenAIImageURLContent, OpenAIImageURLURL, OpenAIToolCallContent, OpenAIToolCallFunction
1
+ from .openai import to_openai, OpenAIMessages, OpenAIMessage, OpenAIMessageToolResponse, OpenAIContents, OpenAITextContent, OpenAIImageURLContent, OpenAIImageURLURL, OpenAIToolCallContent, OpenAIToolCallFunction
2
2
 
3
3
  __all__ = [
4
4
  "to_openai",
5
+ "OpenAIMessages",
5
6
  "OpenAIMessage",
6
7
  "OpenAIMessageToolResponse",
7
8
  "OpenAIContents",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: llmir
3
- Version: 0.0.6
3
+ Version: 0.0.7
4
4
  Summary: Core message and tool IR for LLM pipelines
5
5
  Author: Mathis Siebert
6
6
  Requires-Python: >=3.11
@@ -5,9 +5,9 @@ llmir/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
5
5
  llmir/rich_repr.py,sha256=ZGAfpcPkYJSUpFdir8B1MoORVFBSzVckCrRHVVkJIj4,559
6
6
  llmir/roles.py,sha256=B9PmxTHAb8XoiA9en_J1yIP19woddzx4SRUz5XkUxFc,133
7
7
  llmir/tools.py,sha256=fpkC3IafHqZJnwo7imtHdkTdGLBHQuR6DtdztXZrlWg,147
8
- llmir/adapter/__init__.py,sha256=vAEFRB5TvlXbIapU-P61OhgVq7-HYmAIrabRY1EVpIA,441
8
+ llmir/adapter/__init__.py,sha256=UWfxC24Yll1GBataj4Aur_6RsdQwHQ1fV4ycTUhu7OA,479
9
9
  llmir/adapter/openai.py,sha256=PdQzxDvFs3ivjy0NS_kWm-NAOKR75e_3VDHEnpDaZY4,4167
10
- llmir-0.0.6.dist-info/METADATA,sha256=X-_VXw-UrIxgo-QUn4fX269gGaXN1Cre5kxHAq4iwbs,177
11
- llmir-0.0.6.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
12
- llmir-0.0.6.dist-info/top_level.txt,sha256=fm538OsNUSYa_71IPztSSN2PBCvcbaD5PmUIzaO5hQs,6
13
- llmir-0.0.6.dist-info/RECORD,,
10
+ llmir-0.0.7.dist-info/METADATA,sha256=Z3G9fpXA0eEfzJh2TDL1Ry5XfyoQuOBEDtkpzvYFxAk,177
11
+ llmir-0.0.7.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
12
+ llmir-0.0.7.dist-info/top_level.txt,sha256=fm538OsNUSYa_71IPztSSN2PBCvcbaD5PmUIzaO5hQs,6
13
+ llmir-0.0.7.dist-info/RECORD,,
File without changes