goose-py 0.1.0__py3-none-any.whl → 0.1.1__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.
goose/types.py CHANGED
@@ -14,12 +14,18 @@ class GeminiModel(StrEnum):
14
14
 
15
15
 
16
16
  class UserMediaContentType(StrEnum):
17
+ # images
17
18
  JPEG = "image/jpeg"
18
19
  PNG = "image/png"
19
20
  WEBP = "image/webp"
21
+
22
+ # audio
20
23
  MP3 = "audio/mpeg"
21
24
  WAV = "audio/wav"
22
25
 
26
+ # files
27
+ PDF = "application/pdf"
28
+
23
29
 
24
30
  class LLMTextMessagePart(TypedDict):
25
31
  type: Literal["text"]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: goose-py
3
- Version: 0.1.0
3
+ Version: 0.1.1
4
4
  Summary: A tool for AI workflows based on human-computer collaboration and structured output.
5
5
  Home-page: https://github.com/chelle-ai/goose
6
6
  Keywords: ai,yaml,configuration,llm
@@ -4,7 +4,7 @@ goose/conversation.py,sha256=kYeTGBCvP1cYsxbA6v_2-ApcOapj0cReLx7iLdswVtU,1308
4
4
  goose/core.py,sha256=ITO9n5suCdOQgxPDDZMaBUfkHQoAl_hHym0XiUjQli4,10151
5
5
  goose/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
6
6
  goose/regenerator.py,sha256=Pyso2yM2hfxz9cXZm8VzVSEWvHkkaWNyB8hBWGjhfRA,148
7
- goose/types.py,sha256=xGc5mAizwLpnE6WJjWoNsBtUw2lrT37vvkeWJ1s3TBU,3336
8
- goose_py-0.1.0.dist-info/METADATA,sha256=aoHq83lh6Dt-R_PgYg4ZgqoD7Ch1tfX3tcl2AHH5-Bs,1105
9
- goose_py-0.1.0.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
10
- goose_py-0.1.0.dist-info/RECORD,,
7
+ goose/types.py,sha256=l3zeDvpjWCzSSh4uw1W0VdEH5PZuDxwB4Lwpk8ubnaU,3403
8
+ goose_py-0.1.1.dist-info/METADATA,sha256=Ea0rO-RnEJR4C2chLMA8BkCEIA1Y6i7TbjhiHenrKA8,1105
9
+ goose_py-0.1.1.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
10
+ goose_py-0.1.1.dist-info/RECORD,,