docent-python 0.1.2a0__py3-none-any.whl → 0.1.4a0__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 docent-python might be problematic. Click here for more details.

@@ -0,0 +1,25 @@
1
+ Metadata-Version: 2.4
2
+ Name: docent-python
3
+ Version: 0.1.4a0
4
+ Summary: Docent SDK
5
+ Project-URL: Homepage, https://github.com/TransluceAI/docent
6
+ Project-URL: Issues, https://github.com/TransluceAI/docent/issues
7
+ Project-URL: Docs, https://transluce-docent.readthedocs-hosted.com/en/latest
8
+ Author-email: Transluce <info@transluce.org>
9
+ License-Expression: MIT
10
+ License-File: LICENSE.md
11
+ Requires-Python: >=3.11
12
+ Requires-Dist: opentelemetry-api>=1.34.1
13
+ Requires-Dist: opentelemetry-exporter-otlp-proto-grpc>=1.34.1
14
+ Requires-Dist: opentelemetry-exporter-otlp-proto-http>=1.34.1
15
+ Requires-Dist: opentelemetry-instrumentation-anthropic>=0.44.1
16
+ Requires-Dist: opentelemetry-instrumentation-bedrock>=0.44.1
17
+ Requires-Dist: opentelemetry-instrumentation-langchain>=0.44.1
18
+ Requires-Dist: opentelemetry-instrumentation-openai>=0.44.1
19
+ Requires-Dist: opentelemetry-instrumentation-threading>=0.55b1
20
+ Requires-Dist: opentelemetry-sdk>=1.34.1
21
+ Requires-Dist: pydantic>=2.11.7
22
+ Requires-Dist: pyyaml>=6.0.2
23
+ Requires-Dist: tiktoken>=0.7.0
24
+ Requires-Dist: tqdm>=4.67.1
25
+ Requires-Dist: traceloop-sdk>=0.44.1
@@ -1,28 +1,30 @@
1
1
  docent/__init__.py,sha256=J2BbO6rzilfw9WXRUeolr439EGFezqbMU_kCpCCryRA,59
2
2
  docent/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
- docent/trace.py,sha256=dWQiSo93YfHNuyC3zi_NHz_uymygMzEVtoQE_1wEyM0,39960
3
+ docent/trace.py,sha256=T6F9jbj0JcnGBxlcR65iDPF0lmeFR6laTlhDBcw0Mh0,61167
4
+ docent/trace_alt.py,sha256=k0EZ_jyvVDqQ3HExDPZzdZYj6tKFL_cgbNRnOq4oGyg,17747
5
+ docent/trace_temp.py,sha256=Z0lAPwVzXjFvxpiU-CuvfWIslq9Q4alNkZMoQ77Xudk,40711
4
6
  docent/_log_util/__init__.py,sha256=3HXXrxrSm8PxwG4llotrCnSnp7GuroK1FNHsdg6f7aE,73
5
7
  docent/_log_util/logger.py,sha256=kwM0yRW1IJd6-XTorjWn48B4l8qvD2ZM6VDjY5eskQI,4422
6
- docent/data_models/__init__.py,sha256=-F8Er1RXPX6SEKFLnoi6OMhHq57KJqyHx1McP2rCsGQ,483
8
+ docent/data_models/__init__.py,sha256=4JbTDVzRhS5VZgo8MALwd_YI17GaN7X9E3rOc4Xl7kw,327
7
9
  docent/data_models/_tiktoken_util.py,sha256=hC0EDDWItv5-0cONBnHWgZtQOflDU7ZNEhXPFo4DvPc,3057
8
- docent/data_models/agent_run.py,sha256=sdvoUUpOhQAHqJHNR5KoHthCXrpJajdIREMacoR1ODk,9516
10
+ docent/data_models/agent_run.py,sha256=lw-odD2zzFi-RGvkAFjz9x8l6XWPrGT6uRGqTj9h8qU,9621
9
11
  docent/data_models/citation.py,sha256=WsVQZcBT2EJD24ysyeVOC5Xfo165RI7P5_cOnJBgHj0,10015
10
- docent/data_models/metadata.py,sha256=oq2rO0a-914YKKznz-yrlQR28gBAmryRrwZL0QiaBGg,8702
12
+ docent/data_models/metadata.py,sha256=r0SYC4i2x096dXMLfw_rAMtcJQCsoV6EOMPZuEngbGA,9062
11
13
  docent/data_models/regex.py,sha256=0ciIerkrNwb91bY5mTcyO5nDWH67xx2tZYObV52fmBo,1684
12
14
  docent/data_models/shared_types.py,sha256=jjm-Dh5S6v7UKInW7SEqoziOsx6Z7Uu4e3VzgCbTWvc,225
13
- docent/data_models/transcript.py,sha256=K6q40-EoSe-escmunX22LrN2T9QhPhxI9S9hgUaKx-4,13851
15
+ docent/data_models/transcript.py,sha256=NDcpvil4dJ8YhG_JJ0X-w0prkXhwhsdO-zoL-CZMipM,15446
14
16
  docent/data_models/chat/__init__.py,sha256=O04XQ2NmO8GTWqkkB_Iydj8j_CucZuLhoyMVTxJN_cs,570
15
17
  docent/data_models/chat/content.py,sha256=Co-jO8frQa_DSP11wJuhPX0s-GpJk8yqtKqPeiAIZ_U,1672
16
18
  docent/data_models/chat/message.py,sha256=iAo38kbV6wYbFh8S23cxLy6HY4C_i3PzQ6RpSQG5dxM,3861
17
19
  docent/data_models/chat/tool.py,sha256=x7NKINswPe0Kqvcx4ubjHzB-n0-i4DbFodvaBb2vitk,3042
18
- docent/loaders/load_inspect.py,sha256=NEubsHMVseCV0r-XBEcLPB6aGj6215dFAvGQSF1jlSI,2365
20
+ docent/loaders/load_inspect.py,sha256=yK6LZgprT8kc0Jg4N_cnbhsGCq9lINmMcgALXA9AibY,2812
19
21
  docent/samples/__init__.py,sha256=roDFnU6515l9Q8v17Es_SpWyY9jbm5d6X9lV01V0MZo,143
20
22
  docent/samples/load.py,sha256=ZGE07r83GBNO4A0QBh5aQ18WAu3mTWA1vxUoHd90nrM,207
21
23
  docent/samples/log.eval,sha256=orrW__9WBfANq7NwKsPSq9oTsQRcG6KohG5tMr_X_XY,397708
22
24
  docent/samples/tb_airline.json,sha256=eR2jFFRtOw06xqbEglh6-dPewjifOk-cuxJq67Dtu5I,47028
23
25
  docent/sdk/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
24
26
  docent/sdk/client.py,sha256=uyhTisb9bHk7Hd2G4UKLdfvuiAmYOOqJiwEPbYWN9IE,12371
25
- docent_python-0.1.2a0.dist-info/METADATA,sha256=u8jTcnP8WZ_qABVDi5zABxI3d34oLMY8hLHb55oeO_s,1037
26
- docent_python-0.1.2a0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
27
- docent_python-0.1.2a0.dist-info/licenses/LICENSE.md,sha256=vOHzq3K4Ndu0UV9hPrtXvlD7pHOjyDQmGjHuLSIkRQY,1087
28
- docent_python-0.1.2a0.dist-info/RECORD,,
27
+ docent_python-0.1.4a0.dist-info/METADATA,sha256=AUptJVGzZtABJ8V1Hpzhi2EOaMdBJB_nSaldpN6J8Bg,1074
28
+ docent_python-0.1.4a0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
29
+ docent_python-0.1.4a0.dist-info/licenses/LICENSE.md,sha256=vOHzq3K4Ndu0UV9hPrtXvlD7pHOjyDQmGjHuLSIkRQY,1087
30
+ docent_python-0.1.4a0.dist-info/RECORD,,
@@ -1,24 +0,0 @@
1
- Metadata-Version: 2.4
2
- Name: docent-python
3
- Version: 0.1.2a0
4
- Summary: Docent SDK
5
- Project-URL: Homepage, https://github.com/TransluceAI/docent
6
- Project-URL: Issues, https://github.com/TransluceAI/docent/issues
7
- Project-URL: Docs, https://transluce-docent.readthedocs-hosted.com/en/latest
8
- Author-email: Transluce <info@transluce.org>
9
- License-Expression: MIT
10
- License-File: LICENSE.md
11
- Requires-Python: >=3.11
12
- Requires-Dist: opentelemetry-api>=1.35.0
13
- Requires-Dist: opentelemetry-exporter-otlp-proto-grpc>=1.35.0
14
- Requires-Dist: opentelemetry-exporter-otlp-proto-http>=1.35.0
15
- Requires-Dist: opentelemetry-instrumentation-anthropic>=0.42.0
16
- Requires-Dist: opentelemetry-instrumentation-bedrock>=0.42.0
17
- Requires-Dist: opentelemetry-instrumentation-langchain>=0.43.1
18
- Requires-Dist: opentelemetry-instrumentation-openai>=0.42.0
19
- Requires-Dist: opentelemetry-instrumentation-threading>=0.56b0
20
- Requires-Dist: opentelemetry-sdk>=1.35.0
21
- Requires-Dist: pydantic>=2.11.7
22
- Requires-Dist: pyyaml>=6.0.2
23
- Requires-Dist: tiktoken>=0.7.0
24
- Requires-Dist: tqdm>=4.67.1