olca 0.2.58__py3-none-any.whl → 0.2.59__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
olca/fusewill_cli.py CHANGED
@@ -210,7 +210,7 @@ def main():
210
210
  if args.output:
211
211
  try:
212
212
  with open(args.output, 'w') as f:
213
- json.dump([trace.__dict__ for trace in traces], f, indent=2)
213
+ json.dump([trace.__dict__ for trace in traces], f, indent=2, default=str)
214
214
  print(f"Traces written to {os.path.realpath(args.output)}")
215
215
  except Exception as e:
216
216
  print(f"Error writing to file {args.output}: {e}")
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: olca
3
- Version: 0.2.58
3
+ Version: 0.2.59
4
4
  Summary: A Python package for experimental usage of Langchain and Human-in-the-Loop
5
5
  Home-page: https://github.com/jgwill/olca
6
6
  Author: Jean GUillaume ISabelle
@@ -1,14 +1,14 @@
1
1
  olca/__init__.py,sha256=3QyLLAys_KiiDIe-cfO_7QyY7di_qCaCS-sVziW2BOw,23
2
- olca/fusewill_cli.py,sha256=MjX9MDKDPCxJGDBzNhTjYahJSsAm3dGAuQXUdqJPF0I,10753
2
+ olca/fusewill_cli.py,sha256=HqDwYCaegmuOcNfF4p5cHxvFvQrcwWAmrb7hb62Ikmo,10766
3
3
  olca/fusewill_utils.py,sha256=dPcc-EZDw6Ynst5ph0aIPfZhxUAXbn7w1JpDKvfpejM,8629
4
4
  olca/olcacli.py,sha256=NGYxZw_kYI9y9DmXu5dk02S_UOqVw05FWlzQ2gjXv00,10214
5
5
  olca/olcahelper.py,sha256=WdN6-K-N7-HnB9L_px6TsDKWiTXIusZM2I1d0GNQnFs,3322
6
6
  olca/prompts.py,sha256=7HaPbWtiLqieRZvIYO7aCuxRJMmtwA0l6Bpna-l6nkk,3439
7
7
  olca/tracing.py,sha256=GSuXIKmIMQ9V2gLkKcin142Z2QpyS6obsnj8Tf-1zHc,1621
8
8
  olca/utils.py,sha256=zM94HDMDYF95Yd9ubeOK6vuepbQN4kDFh0rTvaVFagI,912
9
- olca-0.2.58.dist-info/LICENSE,sha256=gXf5dRMhNSbfLPYYTY_5hsZ1r7UU1OaKQEAQUhuIBkM,18092
10
- olca-0.2.58.dist-info/METADATA,sha256=ttXSFlmkoIoLd6O6jw4NF4BJ0LHEJO64SkODna-VWCY,25331
11
- olca-0.2.58.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
12
- olca-0.2.58.dist-info/entry_points.txt,sha256=AhP5FMv6vnOq9C76V_vxRVIO50smnZXG4RIY47oD2_U,103
13
- olca-0.2.58.dist-info/top_level.txt,sha256=bGDtAReS-xlS0F6MM-DyD0IQUqjNdWmgemnM3vNtrpI,5
14
- olca-0.2.58.dist-info/RECORD,,
9
+ olca-0.2.59.dist-info/LICENSE,sha256=gXf5dRMhNSbfLPYYTY_5hsZ1r7UU1OaKQEAQUhuIBkM,18092
10
+ olca-0.2.59.dist-info/METADATA,sha256=XOMJyanDMOzQmzms_iBXRyCqSsRggU0DVrmHMe4JlFw,25331
11
+ olca-0.2.59.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
12
+ olca-0.2.59.dist-info/entry_points.txt,sha256=AhP5FMv6vnOq9C76V_vxRVIO50smnZXG4RIY47oD2_U,103
13
+ olca-0.2.59.dist-info/top_level.txt,sha256=bGDtAReS-xlS0F6MM-DyD0IQUqjNdWmgemnM3vNtrpI,5
14
+ olca-0.2.59.dist-info/RECORD,,
File without changes
File without changes