agentledger-runtime 1.4.0__tar.gz → 1.4.2__tar.gz

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.
Files changed (388) hide show
  1. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/CHANGELOG.md +38 -0
  2. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/CODE_OF_CONDUCT.md +4 -0
  3. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/CONTRIBUTING.md +4 -0
  4. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/PKG-INFO +19 -6
  5. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/README.md +16 -3
  6. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/README.zh-CN.md +16 -3
  7. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/SECURITY.md +4 -0
  8. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/contracts/agentledger.runtime.v1.json +6 -1
  9. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/contracts/conformance/cost_failure_attribution.v1.json +18 -0
  10. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/ADAPTER_CERTIFICATION.md +4 -0
  11. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/ADAPTER_PACKAGING.md +4 -0
  12. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/ADAPTER_ROADMAP.md +9 -4
  13. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/ADOPTION.md +7 -0
  14. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/ARCHITECTURE.md +4 -0
  15. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/BACKUP_RESTORE.md +4 -0
  16. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/COMPARISONS.md +4 -0
  17. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/COMPLETE_CORE_PARITY_CHECKLIST.md +7 -3
  18. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/DESIGN_AND_IMPLEMENTATION.md +4 -0
  19. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/DISTRIBUTED_WORKERS.md +4 -0
  20. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/EXECUTION_BACKENDS.md +4 -0
  21. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/EXTENSIBILITY.md +4 -0
  22. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/GETTING_STARTED.md +9 -4
  23. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/HARNESS_STACK.md +22 -17
  24. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/IMPLEMENTATION_PLAN.md +4 -0
  25. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/IMPLEMENTATION_STATUS.md +25 -5
  26. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/INSPECTOR.md +20 -0
  27. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/LANGUAGE_IMPLEMENTATION_COMPARISON.md +6 -1
  28. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/LANGUAGE_PARITY_AUDIT.md +4 -0
  29. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/LANGUAGE_PARITY_MATRIX.md +4 -0
  30. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/LANGUAGE_QUICKSTART.md +8 -4
  31. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/MAINTAINER_NOTES.md +3 -0
  32. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/MATURITY_MODEL.md +4 -0
  33. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/MULTI_LANGUAGE.md +4 -0
  34. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/MYSQL.md +4 -0
  35. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/OPEN_SOURCE_IMPACT.md +4 -0
  36. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/POLICY_ENGINE.md +4 -0
  37. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/POSTGRES.md +4 -0
  38. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/QUERY_EXAMPLES.md +4 -0
  39. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/README.md +9 -0
  40. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/RELEASE_CHECKLIST.md +4 -0
  41. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/ROADMAP.md +219 -79
  42. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/RUNTIME_SPEC.md +31 -0
  43. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/S3_MINIO.md +4 -0
  44. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/SECURITY_ENTERPRISE.md +4 -0
  45. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/STORAGE.md +4 -0
  46. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/USAGE.md +4 -0
  47. agentledger_runtime-1.4.2/docs/USE_CASES.md +143 -0
  48. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/VERSIONING.md +4 -0
  49. agentledger_runtime-1.4.2/docs/articles/social-posts.md +54 -0
  50. agentledger_runtime-1.4.2/docs/articles/what-happened-after-agent-tool-failure.zh-CN.md +84 -0
  51. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/case-studies/legal-agent.md +3 -0
  52. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/zh/ADAPTER_CERTIFICATION.md +4 -0
  53. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/zh/ADAPTER_PACKAGING.md +4 -0
  54. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/zh/ADAPTER_ROADMAP.md +9 -4
  55. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/zh/ADOPTION.md +7 -0
  56. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/zh/ARCHITECTURE.md +4 -0
  57. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/zh/COMPARISONS.md +4 -0
  58. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/zh/COMPLETE_CORE_PARITY_CHECKLIST.md +5 -1
  59. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/zh/DESIGN_AND_IMPLEMENTATION.md +4 -0
  60. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/zh/EXECUTION_BACKENDS.md +4 -0
  61. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/zh/EXTENSIBILITY.md +4 -0
  62. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/zh/GETTING_STARTED.md +9 -4
  63. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/zh/HARNESS_STACK.md +22 -17
  64. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/zh/IMPLEMENTATION_STATUS.md +25 -5
  65. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/zh/INSPECTOR.md +20 -0
  66. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/zh/LANGUAGE_IMPLEMENTATION_COMPARISON.md +6 -1
  67. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/zh/LANGUAGE_PARITY_AUDIT.md +4 -0
  68. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/zh/LANGUAGE_PARITY_MATRIX.md +4 -0
  69. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/zh/LANGUAGE_QUICKSTART.md +8 -4
  70. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/zh/MAINTAINER_NOTES.md +4 -0
  71. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/zh/MYSQL.md +4 -0
  72. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/zh/OPEN_SOURCE_IMPACT.md +4 -0
  73. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/zh/POLICY_ENGINE.md +4 -0
  74. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/zh/QUERY_EXAMPLES.md +4 -0
  75. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/zh/README.md +8 -0
  76. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/zh/RELEASE_CHECKLIST.md +4 -0
  77. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/zh/ROADMAP.md +223 -75
  78. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/zh/RUNTIME_SPEC.md +29 -0
  79. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/zh/SECURITY_ENTERPRISE.md +4 -0
  80. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/zh/STORAGE.md +4 -0
  81. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/zh/USAGE.md +4 -0
  82. agentledger_runtime-1.4.2/docs/zh/USE_CASES.md +143 -0
  83. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/zh/case-studies/legal-agent.md +3 -0
  84. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/examples/README.md +8 -1
  85. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/examples/docs/README.md +4 -0
  86. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/examples/inspector/README.md +4 -0
  87. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/examples/mcp_governance/README.md +4 -0
  88. agentledger_runtime-1.4.2/examples/model_evidence/README.md +23 -0
  89. agentledger_runtime-1.4.2/examples/model_evidence/demo.py +74 -0
  90. agentledger_runtime-1.4.2/examples/showcase/duplicate_side_effect_crash/README.md +49 -0
  91. agentledger_runtime-1.4.2/examples/showcase/duplicate_side_effect_crash/demo.py +182 -0
  92. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/examples/side_effect_idempotency/README.md +4 -0
  93. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/examples/three_minute_demo/README.md +4 -0
  94. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/examples/transient_retry/README.md +4 -0
  95. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/go/README.md +9 -4
  96. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/go/cmd/agentledger-go/main.go +4 -4
  97. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/go/evidence.go +3 -1
  98. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/go/examples/README.md +7 -3
  99. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/go/review.go +1 -1
  100. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/go/runtime.go +118 -6
  101. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/go/runtime_test.go +34 -0
  102. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/packages/agentledger-inspector/README.md +4 -0
  103. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/packages/agentledger-inspector/pyproject.toml +2 -2
  104. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/packages/agentledger-inspector/src/agentledger_inspector/__init__.py +1 -1
  105. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/packages/agentledger-langfuse/README.md +5 -1
  106. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/packages/agentledger-langfuse/pyproject.toml +1 -1
  107. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/packages/agentledger-langfuse/src/agentledger_langfuse/__init__.py +1 -1
  108. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/packages/agentledger-langgraph/README.md +5 -1
  109. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/packages/agentledger-langgraph/examples/README.md +3 -0
  110. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/packages/agentledger-langgraph/pyproject.toml +1 -1
  111. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/packages/agentledger-langgraph/src/agentledger_langgraph/__init__.py +1 -1
  112. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/packages/agentledger-mcp/README.md +4 -1
  113. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/packages/agentledger-mcp/examples/README.md +3 -0
  114. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/packages/agentledger-mcp/pyproject.toml +1 -1
  115. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/packages/agentledger-mcp/src/agentledger_mcp/__init__.py +1 -1
  116. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/packages/agentledger-mysql/README.md +5 -1
  117. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/packages/agentledger-mysql/examples/README.md +4 -0
  118. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/packages/agentledger-mysql/pyproject.toml +1 -1
  119. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/packages/agentledger-mysql/src/agentledger_mysql/__init__.py +1 -1
  120. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/packages/agentledger-otel/README.md +5 -1
  121. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/packages/agentledger-otel/examples/README.md +3 -0
  122. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/packages/agentledger-otel/pyproject.toml +1 -1
  123. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/packages/agentledger-otel/src/agentledger_otel/__init__.py +1 -1
  124. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/packages/agentledger-postgres/README.md +5 -1
  125. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/packages/agentledger-postgres/examples/README.md +3 -0
  126. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/packages/agentledger-postgres/pyproject.toml +1 -1
  127. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/packages/agentledger-postgres/src/agentledger_postgres/__init__.py +1 -1
  128. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/packages/agentledger-s3/README.md +5 -1
  129. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/packages/agentledger-s3/examples/README.md +3 -0
  130. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/packages/agentledger-s3/pyproject.toml +1 -1
  131. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/packages/agentledger-s3/src/agentledger_s3/__init__.py +1 -1
  132. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/packages/agentledger-sandbox-docker/README.md +4 -1
  133. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/packages/agentledger-sandbox-docker/examples/README.md +3 -0
  134. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/packages/agentledger-sandbox-docker/pyproject.toml +1 -1
  135. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/packages/agentledger-sandbox-docker/src/agentledger_sandbox_docker/__init__.py +1 -1
  136. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/pyproject.toml +3 -3
  137. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/rust/Cargo.lock +1 -1
  138. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/rust/Cargo.toml +1 -1
  139. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/rust/README.md +6 -1
  140. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/rust/crates/agentledger-framework/Cargo.toml +1 -1
  141. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/rust/crates/agentledger-framework/README.md +3 -0
  142. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/rust/crates/agentledger-langfuse/Cargo.toml +1 -1
  143. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/rust/crates/agentledger-langfuse/README.md +4 -0
  144. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/rust/crates/agentledger-mcp/Cargo.toml +1 -1
  145. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/rust/crates/agentledger-mcp/README.md +3 -0
  146. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/rust/crates/agentledger-mysql/Cargo.toml +1 -1
  147. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/rust/crates/agentledger-mysql/README.md +4 -0
  148. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/rust/crates/agentledger-otel/Cargo.toml +1 -1
  149. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/rust/crates/agentledger-otel/README.md +3 -0
  150. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/rust/crates/agentledger-postgres/Cargo.toml +1 -1
  151. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/rust/crates/agentledger-postgres/README.md +3 -0
  152. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/rust/crates/agentledger-s3/Cargo.toml +1 -1
  153. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/rust/crates/agentledger-s3/README.md +3 -0
  154. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/rust/crates/agentledger-sandbox-docker/Cargo.toml +1 -1
  155. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/rust/crates/agentledger-sandbox-docker/README.md +4 -0
  156. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/rust/examples/README.md +4 -0
  157. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/rust/src/lib.rs +199 -26
  158. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/rust/src/main.rs +6 -3
  159. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/scripts/audit_python_parity.py +1 -0
  160. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/src/agentledger/__init__.py +6 -1
  161. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/src/agentledger/context.py +164 -0
  162. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/src/agentledger/contract.py +6 -0
  163. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/src/agentledger/failure.py +158 -6
  164. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/src/agentledger/inspector.py +276 -18
  165. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/src/agentledger/lint.py +153 -13
  166. agentledger_runtime-1.4.2/src/agentledger/model.py +129 -0
  167. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/src/agentledger/review.py +1 -1
  168. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/tests/test_runtime.py +136 -1
  169. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/typescript/README.md +6 -1
  170. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/typescript/examples/README.md +4 -0
  171. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/typescript/package.json +1 -1
  172. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/typescript/packages/agentledger-langfuse/README.md +4 -0
  173. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/typescript/packages/agentledger-langfuse/package.json +2 -2
  174. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/typescript/packages/agentledger-langgraph/README.md +3 -0
  175. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/typescript/packages/agentledger-langgraph/package.json +2 -2
  176. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/typescript/packages/agentledger-mcp/README.md +4 -0
  177. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/typescript/packages/agentledger-mcp/package.json +2 -2
  178. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/typescript/packages/agentledger-mysql/README.md +4 -0
  179. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/typescript/packages/agentledger-mysql/package.json +2 -2
  180. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/typescript/packages/agentledger-otel/README.md +3 -0
  181. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/typescript/packages/agentledger-otel/package.json +2 -2
  182. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/typescript/packages/agentledger-postgres/README.md +4 -0
  183. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/typescript/packages/agentledger-postgres/package.json +2 -2
  184. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/typescript/packages/agentledger-s3/README.md +4 -0
  185. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/typescript/packages/agentledger-s3/package.json +2 -2
  186. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/typescript/packages/agentledger-sandbox-docker/README.md +4 -0
  187. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/typescript/packages/agentledger-sandbox-docker/package.json +2 -2
  188. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/typescript/src/adapters/langfuse.js +1 -1
  189. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/typescript/src/adapters/langgraph.js +1 -1
  190. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/typescript/src/adapters/mcp.js +1 -1
  191. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/typescript/src/adapters/mysql.js +1 -1
  192. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/typescript/src/adapters/otel.js +1 -1
  193. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/typescript/src/adapters/postgres.js +1 -1
  194. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/typescript/src/adapters/s3.js +1 -1
  195. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/typescript/src/adapters/sandbox-docker.js +1 -1
  196. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/typescript/src/cli.js +4 -4
  197. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/typescript/src/index.d.ts +3 -0
  198. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/typescript/src/index.js +36 -6
  199. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/typescript/test/runtime.test.js +23 -2
  200. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/.github/workflows/ci.yml +0 -0
  201. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/.gitignore +0 -0
  202. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/LICENSE +0 -0
  203. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/contracts/conformance/adversarial_review.v1.json +0 -0
  204. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/contracts/conformance/boundary_lint.v1.json +0 -0
  205. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/contracts/conformance/evidence_consumers.v1.json +0 -0
  206. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/contracts/conformance/evidence_regression.v1.json +0 -0
  207. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/contracts/conformance/failure_injection.v1.json +0 -0
  208. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/contracts/conformance/framework_adapters.v1.json +0 -0
  209. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/contracts/conformance/local_blob_store.v1.json +0 -0
  210. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/contracts/conformance/local_persistence.v1.json +0 -0
  211. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/contracts/conformance/mcp_adapters.v1.json +0 -0
  212. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/contracts/conformance/media_stream_artifacts.v1.json +0 -0
  213. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/contracts/conformance/official_adapters.v1.json +0 -0
  214. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/contracts/conformance/ops_readiness.v1.json +0 -0
  215. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/contracts/conformance/optional_adapters.v1.json +0 -0
  216. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/contracts/conformance/otlp_trace_export.v1.json +0 -0
  217. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/contracts/conformance/policy_approval_sandbox.v1.json +0 -0
  218. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/contracts/conformance/repro.v1.json +0 -0
  219. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/contracts/conformance/runtime_baseline.v1.json +0 -0
  220. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/contracts/conformance/runtime_semantics.v1.json +0 -0
  221. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/contracts/conformance/scheduler.v1.json +0 -0
  222. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/contracts/conformance/shadow.v1.json +0 -0
  223. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/contracts/conformance/simple_api.v1.json +0 -0
  224. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/contracts/conformance/static_debug_html.v1.json +0 -0
  225. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/contracts/conformance/storage_schema.v1.json +0 -0
  226. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/contracts/conformance/time_travel.v1.json +0 -0
  227. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/contracts/conformance/tool_schema_validation.v1.json +0 -0
  228. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/contracts/conformance/worker_service.v1.json +0 -0
  229. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/assets/agent-policy-engine-evaluate-detail.svg +0 -0
  230. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/assets/agent-policy-engine-relationship-map.svg +0 -0
  231. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/assets/agentledger-runtime-architecture.svg +0 -0
  232. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/assets/agentledger-social-architecture.svg +0 -0
  233. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/assets/inspector/runs-index.png +0 -0
  234. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/assets/inspector/single-run-timeline.png +0 -0
  235. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/assets/langgraph-agentledger-relationship.svg +0 -0
  236. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/examples/autogen/basic_agent.py +0 -0
  237. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/examples/crewai/basic_crew.py +0 -0
  238. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/examples/hello_world/hello.py +0 -0
  239. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/examples/inspector/custom_viewer.py +0 -0
  240. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/examples/inspector/failure_demo.py +0 -0
  241. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/examples/langchain/basic_runnable.py +0 -0
  242. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/examples/langgraph/basic_graph.py +0 -0
  243. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/examples/lint/boundary_rules.json +0 -0
  244. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/examples/llamaindex/basic_query.py +0 -0
  245. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/examples/mcp_context/basic_context_server.py +0 -0
  246. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/examples/mcp_governance/demo.py +0 -0
  247. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/examples/mcp_tool/basic_tool.py +0 -0
  248. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/examples/media_stream/basic_media_stream.py +0 -0
  249. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/examples/media_stream/managed_tool.py +0 -0
  250. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/examples/openai_agents/basic_agent.py +0 -0
  251. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/examples/policy/local.policy.yaml +0 -0
  252. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/examples/sandbox/command_tool.py +0 -0
  253. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/examples/sandbox/sandbox.yaml +0 -0
  254. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/examples/semantic_kernel/basic_kernel.py +0 -0
  255. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/examples/three_minute_demo/demo.py +0 -0
  256. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/examples/tool_catalog/basic_catalog.py +0 -0
  257. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/examples/travel_assistant/demo.py +0 -0
  258. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/go/adapters/framework/framework.go +0 -0
  259. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/go/adapters/langfuse/langfuse.go +0 -0
  260. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/go/adapters/mcp/mcp.go +0 -0
  261. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/go/adapters/mysql/mysql.go +0 -0
  262. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/go/adapters/otel/otel.go +0 -0
  263. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/go/adapters/postgres/postgres.go +0 -0
  264. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/go/adapters/s3/s3.go +0 -0
  265. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/go/adapters/sandbox/docker/docker.go +0 -0
  266. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/go/adapters.go +0 -0
  267. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/go/blobstore.go +0 -0
  268. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/go/consumers.go +0 -0
  269. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/go/eval.go +0 -0
  270. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/go/examples/mcp_governance/main.go +0 -0
  271. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/go/examples/quickstart/main.go +0 -0
  272. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/go/examples/three_minute_demo/main.go +0 -0
  273. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/go/examples/travel_assistant/main.go +0 -0
  274. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/go/failure_injection.go +0 -0
  275. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/go/go.mod +0 -0
  276. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/go/lint.go +0 -0
  277. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/go/mcp.go +0 -0
  278. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/go/official_adapters.go +0 -0
  279. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/go/ops.go +0 -0
  280. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/go/optional_adapters.go +0 -0
  281. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/go/replay.go +0 -0
  282. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/go/repro.go +0 -0
  283. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/go/scheduler.go +0 -0
  284. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/go/schema.go +0 -0
  285. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/go/shadow.go +0 -0
  286. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/go/simple.go +0 -0
  287. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/go/store.go +0 -0
  288. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/go/timetravel.go +0 -0
  289. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/go/tools.go +0 -0
  290. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/go/travel_assistant +0 -0
  291. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/go/types.go +0 -0
  292. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/go/worker.go +0 -0
  293. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/migrations/postgres/0001_initial.sql +0 -0
  294. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/migrations/sqlite/0001_initial.sql +0 -0
  295. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/packages/agentledger-inspector/tests/test_import.py +0 -0
  296. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/packages/agentledger-langfuse/tests/test_import.py +0 -0
  297. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/packages/agentledger-langgraph/tests/test_import.py +0 -0
  298. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/packages/agentledger-mcp/tests/test_import.py +0 -0
  299. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/packages/agentledger-mysql/tests/test_import.py +0 -0
  300. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/packages/agentledger-otel/tests/test_import.py +0 -0
  301. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/packages/agentledger-postgres/tests/test_import.py +0 -0
  302. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/packages/agentledger-s3/tests/test_import.py +0 -0
  303. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/packages/agentledger-sandbox-docker/tests/test_import.py +0 -0
  304. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/rust/crates/agentledger-framework/src/lib.rs +0 -0
  305. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/rust/crates/agentledger-langfuse/src/lib.rs +0 -0
  306. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/rust/crates/agentledger-mcp/src/lib.rs +0 -0
  307. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/rust/crates/agentledger-mysql/src/lib.rs +0 -0
  308. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/rust/crates/agentledger-otel/src/lib.rs +0 -0
  309. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/rust/crates/agentledger-postgres/src/lib.rs +0 -0
  310. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/rust/crates/agentledger-s3/src/lib.rs +0 -0
  311. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/rust/crates/agentledger-sandbox-docker/src/lib.rs +0 -0
  312. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/rust/examples/mcp_governance.rs +0 -0
  313. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/rust/examples/quickstart.rs +0 -0
  314. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/rust/examples/three_minute_demo.rs +0 -0
  315. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/rust/examples/travel_assistant.rs +0 -0
  316. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/scripts/check_adapter_packages.py +0 -0
  317. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/scripts/check_complete_core_parity.py +0 -0
  318. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/scripts/check_language_parity.py +0 -0
  319. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/src/agentledger/__main__.py +0 -0
  320. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/src/agentledger/adapter_certification.py +0 -0
  321. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/src/agentledger/adapters.py +0 -0
  322. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/src/agentledger/adapters_frameworks.py +0 -0
  323. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/src/agentledger/adapters_langgraph.py +0 -0
  324. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/src/agentledger/adapters_mcp.py +0 -0
  325. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/src/agentledger/approval.py +0 -0
  326. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/src/agentledger/backup.py +0 -0
  327. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/src/agentledger/blobstore.py +0 -0
  328. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/src/agentledger/blobstore_s3.py +0 -0
  329. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/src/agentledger/cli.py +0 -0
  330. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/src/agentledger/conformance.py +0 -0
  331. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/src/agentledger/cost.py +0 -0
  332. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/src/agentledger/diff.py +0 -0
  333. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/src/agentledger/eval.py +0 -0
  334. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/src/agentledger/evidence.py +0 -0
  335. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/src/agentledger/examples.py +0 -0
  336. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/src/agentledger/failure_injection.py +0 -0
  337. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/src/agentledger/ids.py +0 -0
  338. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/src/agentledger/jsonutil.py +0 -0
  339. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/src/agentledger/media.py +0 -0
  340. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/src/agentledger/media_tools.py +0 -0
  341. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/src/agentledger/policy.py +0 -0
  342. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/src/agentledger/protocol.py +0 -0
  343. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/src/agentledger/replay.py +0 -0
  344. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/src/agentledger/repro.py +0 -0
  345. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/src/agentledger/retention.py +0 -0
  346. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/src/agentledger/runtime.py +0 -0
  347. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/src/agentledger/sandbox.py +0 -0
  348. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/src/agentledger/scheduler.py +0 -0
  349. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/src/agentledger/shadow.py +0 -0
  350. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/src/agentledger/simple.py +0 -0
  351. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/src/agentledger/storage_mysql.py +0 -0
  352. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/src/agentledger/storage_postgres.py +0 -0
  353. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/src/agentledger/storage_schema.py +0 -0
  354. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/src/agentledger/store.py +0 -0
  355. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/src/agentledger/timetravel.py +0 -0
  356. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/src/agentledger/tools.py +0 -0
  357. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/src/agentledger/trace.py +0 -0
  358. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/src/agentledger/worker.py +0 -0
  359. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/tests/test_postgres_integration.py +0 -0
  360. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/tests/test_s3_integration.py +0 -0
  361. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/typescript/examples/mcp_governance/mcp_governance.js +0 -0
  362. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/typescript/examples/quickstart/quickstart.js +0 -0
  363. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/typescript/examples/three_minute_demo/three_minute_demo.js +0 -0
  364. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/typescript/examples/travel_assistant/travel_assistant.js +0 -0
  365. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/typescript/packages/agentledger-langfuse/src/index.d.ts +0 -0
  366. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/typescript/packages/agentledger-langfuse/src/index.js +0 -0
  367. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/typescript/packages/agentledger-langgraph/src/index.d.ts +0 -0
  368. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/typescript/packages/agentledger-langgraph/src/index.js +0 -0
  369. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/typescript/packages/agentledger-mcp/src/index.d.ts +0 -0
  370. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/typescript/packages/agentledger-mcp/src/index.js +0 -0
  371. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/typescript/packages/agentledger-mysql/src/index.d.ts +0 -0
  372. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/typescript/packages/agentledger-mysql/src/index.js +0 -0
  373. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/typescript/packages/agentledger-otel/src/index.d.ts +0 -0
  374. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/typescript/packages/agentledger-otel/src/index.js +0 -0
  375. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/typescript/packages/agentledger-postgres/src/index.d.ts +0 -0
  376. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/typescript/packages/agentledger-postgres/src/index.js +0 -0
  377. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/typescript/packages/agentledger-s3/src/index.d.ts +0 -0
  378. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/typescript/packages/agentledger-s3/src/index.js +0 -0
  379. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/typescript/packages/agentledger-sandbox-docker/src/index.d.ts +0 -0
  380. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/typescript/packages/agentledger-sandbox-docker/src/index.js +0 -0
  381. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/typescript/src/adapters/langfuse.d.ts +0 -0
  382. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/typescript/src/adapters/langgraph.d.ts +0 -0
  383. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/typescript/src/adapters/mcp.d.ts +0 -0
  384. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/typescript/src/adapters/mysql.d.ts +0 -0
  385. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/typescript/src/adapters/otel.d.ts +0 -0
  386. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/typescript/src/adapters/postgres.d.ts +0 -0
  387. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/typescript/src/adapters/s3.d.ts +0 -0
  388. {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/typescript/src/adapters/sandbox-docker.d.ts +0 -0
@@ -8,6 +8,40 @@ This project follows semantic versioning for the stable runtime-core contract. O
8
8
 
9
9
  No unreleased changes.
10
10
 
11
+ ## 1.4.2 - 2026-06-19
12
+
13
+ ### Added
14
+
15
+ - Added dedicated Inspector read models and HTML panels for archived model calls and model-proposed tool calls.
16
+ - Added stronger Inspector links between model evidence, proposed tool calls, runtime events, Tool Ledger rows, and failure records.
17
+ - Added model evidence and proposed-tool references to portable failure exports, including Langfuse, OpenTelemetry, LangSmith, Temporal-style, and CI-friendly local mappings.
18
+ - Added a dependency-free model evidence example showing how to record externally executed provider/gateway calls without making AgentLedger a model router.
19
+ - Hardened boundary lint for direct database calls, direct filesystem mutation, and risky tool metadata that omits idempotency, approval, or sandbox boundaries.
20
+ - Added a shareable side-effect safety showcase that contrasts naive duplicate side effects with AgentLedger safe retry and generated Inspector HTML.
21
+ - Added adoption content for the showcase, including a Chinese article draft, short social posts, and a deterministic GIF recording flow.
22
+
23
+ ### Clarified
24
+
25
+ - This is a four-language 1.4.2 release train. Runtime-core semantics remain aligned across Python, Go, TypeScript, and Rust.
26
+ - Inspector and boundary lint remain companion/read-model tooling distributed through the Python reference package; Inspector can still consume language-neutral evidence from non-Python runtimes.
27
+ - AgentLedger continues to record model evidence and tool proposals, not provider routing, retry, fallback, key management, or pricing catalogs.
28
+
29
+ ## 1.4.1 - 2026-06-19
30
+
31
+ ### Added
32
+
33
+ - Added the Runtime Model Evidence Boundary across Python, Go, TypeScript, and Rust runtime-core packages.
34
+ - Added `agentledger.model.evidence.v1` for externally executed model-call evidence.
35
+ - Added `model_call_requested`, `model_call_completed`, `model_call_failed`, and `tool_call_proposed` runtime events.
36
+ - Added APIs to record archived model requests/responses, model failures, model-proposed tool calls, token usage, and USD cost evidence without making AgentLedger a model router.
37
+ - Added `model_call_failed` to failure attribution, failure lifecycle, Inspector failure detection, adversarial review checks, and cross-language tests.
38
+
39
+ ### Clarified
40
+
41
+ - AgentLedger records model evidence produced by user code, agent frameworks, provider SDKs, LiteLLM/new-api/one-api, or enterprise gateways.
42
+ - AgentLedger does not own provider routing, retry, timeout, fallback, key management, provider SDK compatibility, or pricing catalogs in runtime-core.
43
+ - This is a four-language runtime-core patch release. Inspector remains a language-neutral companion viewer distributed through Python/PyPI.
44
+
11
45
  ## 1.4.0 - 2026-06-13
12
46
 
13
47
  ### Added
@@ -328,3 +362,7 @@ No unreleased changes.
328
362
  - Exact optional framework packages are not implemented.
329
363
  - Rust, TypeScript, and Go implementations are not started.
330
364
  - Production sandbox hardening requires external deployment policy.
365
+
366
+ ---
367
+
368
+ generated by codex cli
@@ -20,3 +20,7 @@ AgentLedger is an open-source engineering project. Contributors, maintainers, an
20
20
  ## Enforcement
21
21
 
22
22
  Maintainers may edit or remove comments, close issues, reject contributions, or restrict participation when behavior harms the project. Security concerns should be reported through `SECURITY.md`.
23
+
24
+ ---
25
+
26
+ generated by codex cli
@@ -96,3 +96,7 @@ Good first contribution areas:
96
96
  - TypeScript worker/client targeting the runtime contract
97
97
  - Rust runtime primitive or worker experiments
98
98
  - Go infrastructure worker/client experiments
99
+
100
+ ---
101
+
102
+ generated by codex cli
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: agentledger-runtime
3
- Version: 1.4.0
3
+ Version: 1.4.2
4
4
  Summary: Runtime reliability layer for Agent Harness stacks
5
5
  Project-URL: Homepage, https://github.com/yaogdu/AgentLedger
6
6
  Project-URL: Repository, https://github.com/yaogdu/AgentLedger
@@ -21,7 +21,7 @@ Classifier: Programming Language :: Python :: 3.12
21
21
  Classifier: Topic :: Software Development :: Libraries :: Python Modules
22
22
  Requires-Python: >=3.11
23
23
  Provides-Extra: all
24
- Requires-Dist: agentledger-inspector<2,>=1.4.0; extra == 'all'
24
+ Requires-Dist: agentledger-inspector<2,>=1.4.2; extra == 'all'
25
25
  Requires-Dist: agentledger-langfuse<2,>=1.4; extra == 'all'
26
26
  Requires-Dist: agentledger-langgraph<2,>=1.4; extra == 'all'
27
27
  Requires-Dist: agentledger-mcp<2,>=1.4; extra == 'all'
@@ -33,7 +33,7 @@ Requires-Dist: agentledger-sandbox-docker<2,>=1.4; extra == 'all'
33
33
  Provides-Extra: docker
34
34
  Requires-Dist: agentledger-sandbox-docker<2,>=1.4; extra == 'docker'
35
35
  Provides-Extra: inspector
36
- Requires-Dist: agentledger-inspector<2,>=1.4.0; extra == 'inspector'
36
+ Requires-Dist: agentledger-inspector<2,>=1.4.2; extra == 'inspector'
37
37
  Provides-Extra: langfuse
38
38
  Requires-Dist: agentledger-langfuse<2,>=1.4; extra == 'langfuse'
39
39
  Provides-Extra: langgraph
@@ -68,7 +68,7 @@ AgentLedger `1.4.x` is a runtime reliability layer for Agent Harness stacks. It
68
68
 
69
69
  Most agent frameworks focus on planning, reasoning, and workflow logic. AgentLedger sits underneath or beside LangChain, LangGraph, CrewAI, AutoGen, OpenAI Agents SDK, LlamaIndex, Semantic Kernel, or custom agents to provide runtime guarantees around state, tools, evidence, replay, and recovery.
70
70
 
71
- In a full harness stack, systems such as LangGraph, Temporal, Langfuse, MCP, model routers, storage backends, and sandbox providers can each own the layer they are good at. AgentLedger owns the reliability substrate between them: durable execution, tool/model governance, evidence, replay, policy/sandbox boundaries, cost/failure attribution, and adapter contracts.
71
+ In a full harness stack, systems such as LangGraph, Temporal, Langfuse, MCP, model gateways, storage backends, and sandbox providers can each own the layer they are good at. AgentLedger owns the reliability substrate between them: durable execution, tool/model governance, evidence, replay, policy/sandbox boundaries, cost/failure attribution, and adapter contracts.
72
72
 
73
73
  Python remains the reference implementation, and Go, TypeScript, and Rust now have native runtime-core baselines aligned to the same language-neutral runtime contract. Provider-specific drivers and framework-native adapters intentionally vary by ecosystem. See `docs/LANGUAGE_IMPLEMENTATION_COMPARISON.md` for the exact four-language comparison and adapter boundary.
74
74
 
@@ -76,7 +76,9 @@ Python remains the reference implementation, and Go, TypeScript, and Rust now ha
76
76
 
77
77
  | Need | Go to |
78
78
  | --- | --- |
79
+ | See the core value in 3 minutes | [examples/showcase/duplicate_side_effect_crash](examples/showcase/duplicate_side_effect_crash/README.md) |
79
80
  | Install and run the first example | [docs/GETTING_STARTED.md](docs/GETTING_STARTED.md) |
81
+ | Decide whether AgentLedger fits your use case | [docs/USE_CASES.md](docs/USE_CASES.md) |
80
82
  | Choose Python / Go / TypeScript / Rust | [docs/LANGUAGE_QUICKSTART.md](docs/LANGUAGE_QUICKSTART.md) |
81
83
  | Find runnable examples | [examples/README.md](examples/README.md), [go/examples/README.md](go/examples/README.md), [typescript/examples/README.md](typescript/examples/README.md), [rust/examples/README.md](rust/examples/README.md) |
82
84
  | Query runtime tables | [docs/QUERY_EXAMPLES.md](docs/QUERY_EXAMPLES.md) |
@@ -108,6 +110,12 @@ Inspector exports self-contained, read-only HTML for local or internal debugging
108
110
  | What is not in core? | Planning engines, full eval systems, RAG/vector memory, trace stores, application administration backends, and sandbox infrastructure providers. |
109
111
  | How should other languages work? | This repo is contract-first. Python is the reference runtime; Go, Node/TypeScript, and Rust now have native runtime baselines under `go/`, `typescript/`, and `rust/`. Runtime-ready requires `contracts/agentledger.runtime.v1.json`, the shared semantic manifest `contracts/conformance/runtime_semantics.v1.json`, shared conformance fixtures, and per-language conformance commands. |
110
112
 
113
+ ## When to use it
114
+
115
+ Use AgentLedger when an agent starts doing work you may need to recover, prove, or replay later: creating tickets, sending emails, changing files, calling internal APIs, querying sensitive systems, waiting for human approval, or running long enough that a worker crash is realistic.
116
+
117
+ The fastest way to validate the value is the [3-minute side-effect safety showcase](examples/showcase/duplicate_side_effect_crash/README.md). It contrasts a naive retry that sends an external email twice with an AgentLedger-managed retry that records the side effect once, resumes safely, and exports Inspector HTML evidence. For concrete production scenarios, guarantee boundaries, and adoption guidance, see [docs/USE_CASES.md](docs/USE_CASES.md).
118
+
111
119
  ## Scope principle
112
120
 
113
121
  AgentLedger keeps the runtime thin but hard to replace: core only owns guarantees that cannot be reliably enforced outside the runtime boundary. Everything else should integrate through adapters, contracts, conformance tests, and examples.
@@ -153,7 +161,7 @@ For concrete stack patterns, from a minimal local harness to a Temporal + LangGr
153
161
  | Durable orchestration | Temporal, Ray, Kubernetes workers | provide agent-specific leases, fencing, checkpoints, cancellation, cost/failure attribution, and replay semantics inside the worker step |
154
162
  | Observability / eval UI | Langfuse, LangSmith, OpenTelemetry, custom dashboards | export structured runtime events, evidence bundles, trace/cost/failure data, and correlation IDs |
155
163
  | Tool and context protocols | MCP, internal tool servers, provider SDK tools | enforce schema, permissions, approval, sandbox, idempotency, and audit before side effects happen |
156
- | Model providers / routers | OpenAI, Anthropic, Gemini, Bedrock, Ollama, LiteLLM, enterprise gateways | provide the runtime model-call contract, archived responses, budget/fallback/replay semantics, and optional provider adapters |
164
+ | Model providers / gateways | OpenAI, Anthropic, Gemini, Bedrock, Ollama, LiteLLM/new-api/one-api, enterprise gateways | execute or route model calls externally while AgentLedger records model evidence, archived responses, proposed tool calls, cost/failure attribution, and replay semantics |
157
165
  | Storage / artifacts | SQLite, Postgres, MySQL, S3/MinIO, internal stores | keep runtime metadata, state versions, migrations, blob refs, and evidence refs durable and conformance-tested |
158
166
 
159
167
  The intended production shape is therefore not `AgentLedger instead of LangGraph/Temporal/Langfuse`. It is `AgentLedger with LangGraph/Temporal/Langfuse` where AgentLedger governs the model/tool/state boundary that those systems otherwise cannot enforce by themselves.
@@ -185,6 +193,7 @@ The repository includes cross-language 3-minute side-effect safety demos, MCP go
185
193
 
186
194
  | Goal | Demo | Run |
187
195
  | --- | --- | --- |
196
+ | Shareable crash/retry showcase | Python | `PYTHONPATH=src python3 examples/showcase/duplicate_side_effect_crash/demo.py` |
188
197
  | 3-minute side-effect safety | Python / Go / Rust / TypeScript | `PYTHONPATH=src python3 examples/three_minute_demo/demo.py`; `cd go && go run ./examples/three_minute_demo`; `cd rust && cargo run --example three_minute_demo`; `cd typescript && node examples/three_minute_demo/three_minute_demo.js` |
189
198
  | MCP tool governance | Python / Go / Rust / TypeScript | `PYTHONPATH=src python3 examples/mcp_governance/demo.py`; `cd go && go run ./examples/mcp_governance`; `cd rust && cargo run --example mcp_governance`; `cd typescript && node examples/mcp_governance/mcp_governance.js` |
190
199
  | Python | `examples/travel_assistant/demo.py` | `python3 examples/travel_assistant/demo.py` |
@@ -341,7 +350,7 @@ AgentLedger is also not a new LLM SDK, not a workflow engine, not a general obse
341
350
 
342
351
  ## Current maturity
343
352
 
344
- AgentLedger 1.4.x is a stable runtime-core line with Python as the reference implementation and Go, TypeScript, and Rust covered by shared runtime-core parity gates. The four language runtimes share the same runtime-core failure semantics: failed steps, retry scheduling, cancellation, lease recovery, Tool Ledger unknown-state handling, cost/failure attribution, evidence, replay, normalized failure envelopes, failure lifecycle, causal graph, replay plan, regression report, alerts, and failure export mappings. The current runtime-core release is 1.4.0 across Python, Go, TypeScript, and Rust; Inspector remains a language-neutral companion viewer distributed through Python/PyPI. It is suitable for local use, framework adapter integration, reliability semantics validation, and production pilot preparation with explicit adapter boundaries.
353
+ AgentLedger 1.4.x is a stable runtime-core line with Python as the reference implementation and Go, TypeScript, and Rust covered by shared runtime-core parity gates. The four language runtimes share the same runtime-core failure semantics and model evidence boundary: failed steps, retry scheduling, cancellation, lease recovery, Tool Ledger unknown-state handling, cost/failure attribution, evidence, replay, normalized failure envelopes, failure lifecycle, causal graph, replay plan, regression report, alerts, failure export mappings, archived model request/response/failure evidence, and model-proposed tool-call records. The current runtime-core release is 1.4.2 across Python, Go, TypeScript, and Rust; Inspector remains a language-neutral companion viewer distributed through Python/PyPI. It is suitable for local use, framework adapter integration, reliability semantics validation, and production pilot preparation with explicit adapter boundaries.
345
354
 
346
355
  The runtime-core contract is stable; optional production adapters and external infrastructure hardening remain separately tracked. See [docs/MATURITY_MODEL.md](docs/MATURITY_MODEL.md), [docs/IMPLEMENTATION_STATUS.md](docs/IMPLEMENTATION_STATUS.md), and [docs/ROADMAP.md](docs/ROADMAP.md).
347
356
 
@@ -396,3 +405,7 @@ See [docs/RELEASE_CHECKLIST.md](docs/RELEASE_CHECKLIST.md) for the complete rele
396
405
  ## License
397
406
 
398
407
  Apache-2.0. See [LICENSE](LICENSE).
408
+
409
+ ---
410
+
411
+ generated by codex cli
@@ -16,7 +16,7 @@ AgentLedger `1.4.x` is a runtime reliability layer for Agent Harness stacks. It
16
16
 
17
17
  Most agent frameworks focus on planning, reasoning, and workflow logic. AgentLedger sits underneath or beside LangChain, LangGraph, CrewAI, AutoGen, OpenAI Agents SDK, LlamaIndex, Semantic Kernel, or custom agents to provide runtime guarantees around state, tools, evidence, replay, and recovery.
18
18
 
19
- In a full harness stack, systems such as LangGraph, Temporal, Langfuse, MCP, model routers, storage backends, and sandbox providers can each own the layer they are good at. AgentLedger owns the reliability substrate between them: durable execution, tool/model governance, evidence, replay, policy/sandbox boundaries, cost/failure attribution, and adapter contracts.
19
+ In a full harness stack, systems such as LangGraph, Temporal, Langfuse, MCP, model gateways, storage backends, and sandbox providers can each own the layer they are good at. AgentLedger owns the reliability substrate between them: durable execution, tool/model governance, evidence, replay, policy/sandbox boundaries, cost/failure attribution, and adapter contracts.
20
20
 
21
21
  Python remains the reference implementation, and Go, TypeScript, and Rust now have native runtime-core baselines aligned to the same language-neutral runtime contract. Provider-specific drivers and framework-native adapters intentionally vary by ecosystem. See `docs/LANGUAGE_IMPLEMENTATION_COMPARISON.md` for the exact four-language comparison and adapter boundary.
22
22
 
@@ -24,7 +24,9 @@ Python remains the reference implementation, and Go, TypeScript, and Rust now ha
24
24
 
25
25
  | Need | Go to |
26
26
  | --- | --- |
27
+ | See the core value in 3 minutes | [examples/showcase/duplicate_side_effect_crash](examples/showcase/duplicate_side_effect_crash/README.md) |
27
28
  | Install and run the first example | [docs/GETTING_STARTED.md](docs/GETTING_STARTED.md) |
29
+ | Decide whether AgentLedger fits your use case | [docs/USE_CASES.md](docs/USE_CASES.md) |
28
30
  | Choose Python / Go / TypeScript / Rust | [docs/LANGUAGE_QUICKSTART.md](docs/LANGUAGE_QUICKSTART.md) |
29
31
  | Find runnable examples | [examples/README.md](examples/README.md), [go/examples/README.md](go/examples/README.md), [typescript/examples/README.md](typescript/examples/README.md), [rust/examples/README.md](rust/examples/README.md) |
30
32
  | Query runtime tables | [docs/QUERY_EXAMPLES.md](docs/QUERY_EXAMPLES.md) |
@@ -56,6 +58,12 @@ Inspector exports self-contained, read-only HTML for local or internal debugging
56
58
  | What is not in core? | Planning engines, full eval systems, RAG/vector memory, trace stores, application administration backends, and sandbox infrastructure providers. |
57
59
  | How should other languages work? | This repo is contract-first. Python is the reference runtime; Go, Node/TypeScript, and Rust now have native runtime baselines under `go/`, `typescript/`, and `rust/`. Runtime-ready requires `contracts/agentledger.runtime.v1.json`, the shared semantic manifest `contracts/conformance/runtime_semantics.v1.json`, shared conformance fixtures, and per-language conformance commands. |
58
60
 
61
+ ## When to use it
62
+
63
+ Use AgentLedger when an agent starts doing work you may need to recover, prove, or replay later: creating tickets, sending emails, changing files, calling internal APIs, querying sensitive systems, waiting for human approval, or running long enough that a worker crash is realistic.
64
+
65
+ The fastest way to validate the value is the [3-minute side-effect safety showcase](examples/showcase/duplicate_side_effect_crash/README.md). It contrasts a naive retry that sends an external email twice with an AgentLedger-managed retry that records the side effect once, resumes safely, and exports Inspector HTML evidence. For concrete production scenarios, guarantee boundaries, and adoption guidance, see [docs/USE_CASES.md](docs/USE_CASES.md).
66
+
59
67
  ## Scope principle
60
68
 
61
69
  AgentLedger keeps the runtime thin but hard to replace: core only owns guarantees that cannot be reliably enforced outside the runtime boundary. Everything else should integrate through adapters, contracts, conformance tests, and examples.
@@ -101,7 +109,7 @@ For concrete stack patterns, from a minimal local harness to a Temporal + LangGr
101
109
  | Durable orchestration | Temporal, Ray, Kubernetes workers | provide agent-specific leases, fencing, checkpoints, cancellation, cost/failure attribution, and replay semantics inside the worker step |
102
110
  | Observability / eval UI | Langfuse, LangSmith, OpenTelemetry, custom dashboards | export structured runtime events, evidence bundles, trace/cost/failure data, and correlation IDs |
103
111
  | Tool and context protocols | MCP, internal tool servers, provider SDK tools | enforce schema, permissions, approval, sandbox, idempotency, and audit before side effects happen |
104
- | Model providers / routers | OpenAI, Anthropic, Gemini, Bedrock, Ollama, LiteLLM, enterprise gateways | provide the runtime model-call contract, archived responses, budget/fallback/replay semantics, and optional provider adapters |
112
+ | Model providers / gateways | OpenAI, Anthropic, Gemini, Bedrock, Ollama, LiteLLM/new-api/one-api, enterprise gateways | execute or route model calls externally while AgentLedger records model evidence, archived responses, proposed tool calls, cost/failure attribution, and replay semantics |
105
113
  | Storage / artifacts | SQLite, Postgres, MySQL, S3/MinIO, internal stores | keep runtime metadata, state versions, migrations, blob refs, and evidence refs durable and conformance-tested |
106
114
 
107
115
  The intended production shape is therefore not `AgentLedger instead of LangGraph/Temporal/Langfuse`. It is `AgentLedger with LangGraph/Temporal/Langfuse` where AgentLedger governs the model/tool/state boundary that those systems otherwise cannot enforce by themselves.
@@ -133,6 +141,7 @@ The repository includes cross-language 3-minute side-effect safety demos, MCP go
133
141
 
134
142
  | Goal | Demo | Run |
135
143
  | --- | --- | --- |
144
+ | Shareable crash/retry showcase | Python | `PYTHONPATH=src python3 examples/showcase/duplicate_side_effect_crash/demo.py` |
136
145
  | 3-minute side-effect safety | Python / Go / Rust / TypeScript | `PYTHONPATH=src python3 examples/three_minute_demo/demo.py`; `cd go && go run ./examples/three_minute_demo`; `cd rust && cargo run --example three_minute_demo`; `cd typescript && node examples/three_minute_demo/three_minute_demo.js` |
137
146
  | MCP tool governance | Python / Go / Rust / TypeScript | `PYTHONPATH=src python3 examples/mcp_governance/demo.py`; `cd go && go run ./examples/mcp_governance`; `cd rust && cargo run --example mcp_governance`; `cd typescript && node examples/mcp_governance/mcp_governance.js` |
138
147
  | Python | `examples/travel_assistant/demo.py` | `python3 examples/travel_assistant/demo.py` |
@@ -289,7 +298,7 @@ AgentLedger is also not a new LLM SDK, not a workflow engine, not a general obse
289
298
 
290
299
  ## Current maturity
291
300
 
292
- AgentLedger 1.4.x is a stable runtime-core line with Python as the reference implementation and Go, TypeScript, and Rust covered by shared runtime-core parity gates. The four language runtimes share the same runtime-core failure semantics: failed steps, retry scheduling, cancellation, lease recovery, Tool Ledger unknown-state handling, cost/failure attribution, evidence, replay, normalized failure envelopes, failure lifecycle, causal graph, replay plan, regression report, alerts, and failure export mappings. The current runtime-core release is 1.4.0 across Python, Go, TypeScript, and Rust; Inspector remains a language-neutral companion viewer distributed through Python/PyPI. It is suitable for local use, framework adapter integration, reliability semantics validation, and production pilot preparation with explicit adapter boundaries.
301
+ AgentLedger 1.4.x is a stable runtime-core line with Python as the reference implementation and Go, TypeScript, and Rust covered by shared runtime-core parity gates. The four language runtimes share the same runtime-core failure semantics and model evidence boundary: failed steps, retry scheduling, cancellation, lease recovery, Tool Ledger unknown-state handling, cost/failure attribution, evidence, replay, normalized failure envelopes, failure lifecycle, causal graph, replay plan, regression report, alerts, failure export mappings, archived model request/response/failure evidence, and model-proposed tool-call records. The current runtime-core release is 1.4.2 across Python, Go, TypeScript, and Rust; Inspector remains a language-neutral companion viewer distributed through Python/PyPI. It is suitable for local use, framework adapter integration, reliability semantics validation, and production pilot preparation with explicit adapter boundaries.
293
302
 
294
303
  The runtime-core contract is stable; optional production adapters and external infrastructure hardening remain separately tracked. See [docs/MATURITY_MODEL.md](docs/MATURITY_MODEL.md), [docs/IMPLEMENTATION_STATUS.md](docs/IMPLEMENTATION_STATUS.md), and [docs/ROADMAP.md](docs/ROADMAP.md).
295
304
 
@@ -344,3 +353,7 @@ See [docs/RELEASE_CHECKLIST.md](docs/RELEASE_CHECKLIST.md) for the complete rele
344
353
  ## License
345
354
 
346
355
  Apache-2.0. See [LICENSE](LICENSE).
356
+
357
+ ---
358
+
359
+ generated by codex cli
@@ -16,7 +16,7 @@ AgentLedger `1.4.x` 是面向 Agent Harness stack 的 runtime reliability layer
16
16
 
17
17
  大多数 Agent 框架关注 planning、reasoning 和 workflow logic。AgentLedger 放在 LangChain、LangGraph、CrewAI、AutoGen、OpenAI Agents SDK、LlamaIndex、Semantic Kernel 或自定义 Agent 的下方或旁边,提供 state、tool、evidence、replay、recovery 相关的 runtime guarantees。
18
18
 
19
- 在完整 Harness stack 里,LangGraph、Temporal、Langfuse、MCP、model router、storage backend、sandbox provider 等系统可以各自负责擅长的层。AgentLedger 负责它们之间的 reliability substrate:durable execution、tool/model governance、evidence、replay、policy/sandbox boundary、cost/failure attribution 和 adapter contracts。
19
+ 在完整 Harness stack 里,LangGraph、Temporal、Langfuse、MCP、model gateway、storage backend、sandbox provider 等系统可以各自负责擅长的层。AgentLedger 负责它们之间的 reliability substrate:durable execution、tool/model governance、evidence、replay、policy/sandbox boundary、cost/failure attribution 和 adapter contracts。
20
20
 
21
21
  Python 仍然是 reference implementation;Go、TypeScript、Rust 已有 native runtime-core baseline,并对齐同一份 language-neutral runtime contract。provider-specific driver 和 framework-native adapter 会按各语言生态差异处理。四语言实现对比和 adapter 边界见 `docs/zh/LANGUAGE_IMPLEMENTATION_COMPARISON.md`。
22
22
 
@@ -24,7 +24,9 @@ Python 仍然是 reference implementation;Go、TypeScript、Rust 已有 native
24
24
 
25
25
  | 需求 | 入口 |
26
26
  | --- | --- |
27
+ | 3 分钟看到核心价值 | [examples/showcase/duplicate_side_effect_crash](examples/showcase/duplicate_side_effect_crash/README.md) |
27
28
  | 安装并跑通第一个示例 | [docs/zh/GETTING_STARTED.md](docs/zh/GETTING_STARTED.md) |
29
+ | 判断 AgentLedger 是否适合你的场景 | [docs/zh/USE_CASES.md](docs/zh/USE_CASES.md) |
28
30
  | 选择 Python / Go / TypeScript / Rust | [docs/zh/LANGUAGE_QUICKSTART.md](docs/zh/LANGUAGE_QUICKSTART.md) |
29
31
  | 找可运行示例 | [examples/README.md](examples/README.md)、[go/examples/README.md](go/examples/README.md)、[typescript/examples/README.md](typescript/examples/README.md)、[rust/examples/README.md](rust/examples/README.md) |
30
32
  | 查询 runtime 表 | [docs/zh/QUERY_EXAMPLES.md](docs/zh/QUERY_EXAMPLES.md) |
@@ -56,6 +58,12 @@ Inspector 会导出自包含、只读的 HTML,适合本地或内网排查问
56
58
  | 哪些不属于 core? | Planning engine、完整 eval 系统、RAG/vector memory、trace store、托管应用产品和托管 sandbox infrastructure。 |
57
59
  | 其它语言怎么做? | 这个 repo 是 contract-first。Python 是 reference runtime;Go、Node/TypeScript、Rust 已在 `go/`、`typescript/`、`rust/` 下有 native runtime baseline。runtime-ready 必须对齐 `contracts/agentledger.runtime.v1.json` 和共享语义清单 `contracts/conformance/runtime_semantics.v1.json`,通过共享 conformance fixtures,并提供各语言 conformance command。 |
58
60
 
61
+ ## 什么时候该用
62
+
63
+ 当 Agent 开始执行以后可能需要恢复、证明或 replay 的工作时,就适合引入 AgentLedger:创建 ticket、发送邮件、修改文件、调用内部 API、查询敏感系统、等待人工审批,或者任务长到 worker crash 是现实风险。
64
+
65
+ 最快的价值验证方式是跑 [3 分钟副作用安全 showcase](examples/showcase/duplicate_side_effect_crash/README.md)。它会对比一个 naive retry 把外部邮件发送两次,以及 AgentLedger-managed retry 只记录并复用一次副作用、可安全恢复并导出 Inspector HTML evidence。更具体的生产场景、保证边界和接入判断见 [docs/zh/USE_CASES.md](docs/zh/USE_CASES.md)。
66
+
59
67
  ## 范围原则
60
68
 
61
69
  AgentLedger 的 runtime 要保持“薄但不可替代”:core 只内建那些不在 runtime boundary 内就无法可靠保证的能力。其它能力通过 adapter、contract、conformance test 和 example 接入成熟生态。
@@ -101,7 +109,7 @@ AgentLedger 本身不是完整 Agent Harness。它的设计目标是和 Harness
101
109
  | Durable orchestration | Temporal、Ray、Kubernetes workers | 在 worker step 内提供 agent-specific lease、fencing、checkpoint、cancellation、cost/failure attribution 和 replay semantics |
102
110
  | Observability / eval UI | Langfuse、LangSmith、OpenTelemetry、自定义 dashboard | 导出 structured runtime events、evidence bundle、trace/cost/failure data 和 correlation IDs |
103
111
  | Tool and context protocols | MCP、internal tool servers、provider SDK tools | 在副作用发生前强制执行 schema、permission、approval、sandbox、idempotency 和 audit |
104
- | Model providers / routers | OpenAI、Anthropic、Gemini、Bedrock、Ollama、LiteLLM、企业 gateway | 提供 runtime model-call contract、archived responsesbudget/fallback/replay semanticsoptional provider adapters |
112
+ | Model providers / gateways | OpenAI、Anthropic、Gemini、Bedrock、Ollama、LiteLLM/new-api/one-api、企业 gateway | 在外部执行或路由 model call;AgentLedger 记录 model evidence、archived responseproposed tool call、cost/failure attributionreplay semantics |
105
113
  | Storage / artifacts | SQLite、Postgres、MySQL、S3/MinIO、内部存储 | 持久化 runtime metadata、state version、migration、blob ref 和 evidence ref,并通过 conformance 验证 |
106
114
 
107
115
  所以推荐的生产形态不是 `AgentLedger instead of LangGraph/Temporal/Langfuse`,而是 `AgentLedger with LangGraph/Temporal/Langfuse`:AgentLedger 负责治理这些系统自身难以强制保证的 model/tool/state boundary。
@@ -133,6 +141,7 @@ AgentLedger 本身不是完整 Agent Harness。它的设计目标是和 Harness
133
141
 
134
142
  | 目标 | Demo | 运行方式 |
135
143
  | --- | --- | --- |
144
+ | 传播型 crash/retry showcase | Python | `PYTHONPATH=src python3 examples/showcase/duplicate_side_effect_crash/demo.py` |
136
145
  | 3 分钟副作用安全 demo | Python / Go / Rust / TypeScript | `PYTHONPATH=src python3 examples/three_minute_demo/demo.py`; `cd go && go run ./examples/three_minute_demo`; `cd rust && cargo run --example three_minute_demo`; `cd typescript && node examples/three_minute_demo/three_minute_demo.js` |
137
146
  | MCP tool governance | Python / Go / Rust / TypeScript | `PYTHONPATH=src python3 examples/mcp_governance/demo.py`; `cd go && go run ./examples/mcp_governance`; `cd rust && cargo run --example mcp_governance`; `cd typescript && node examples/mcp_governance/mcp_governance.js` |
138
147
  | Python | `examples/travel_assistant/demo.py` | `python3 examples/travel_assistant/demo.py` |
@@ -289,7 +298,7 @@ AgentLedger 也不是新的 LLM SDK,不是 workflow engine,不是通用 obse
289
298
 
290
299
  ## 当前成熟度
291
300
 
292
- AgentLedger 1.4.x 是 stable runtime-core line,Python 是 reference implementation,Go、TypeScript、Rust 已由共享 runtime-core parity gate 覆盖。四种语言 runtime 共享同一组 runtime-core failure semantics:failed step、retry scheduling、cancellation、lease recovery、Tool Ledger unknown-state handling、cost/failure attribution、evidence、replay、normalized failure envelope、failure lifecycle、causal graph、replay plan、regression report、alerts failure export mappings。当前 runtime-core release 是 1.4.0,并覆盖 Python、Go、TypeScript、Rust;Inspector 仍是 language-neutral companion viewer,通过 Python/PyPI 分发。适合本地使用、framework adapter integration、reliability semantics 验证,以及在明确 adapter 边界下做 production pilot 准备。
301
+ AgentLedger 1.4.x 是 stable runtime-core line,Python 是 reference implementation,Go、TypeScript、Rust 已由共享 runtime-core parity gate 覆盖。四种语言 runtime 共享同一组 runtime-core failure semantics 和 model evidence boundary:failed step、retry scheduling、cancellation、lease recovery、Tool Ledger unknown-state handling、cost/failure attribution、evidence、replay、normalized failure envelope、failure lifecycle、causal graph、replay plan、regression report、alerts、failure export mappings、archived model request/response/failure evidence,以及 model-proposed tool-call records。当前 runtime-core release 是 1.4.2,并覆盖 Python、Go、TypeScript、Rust;Inspector 仍是 language-neutral companion viewer,通过 Python/PyPI 分发。适合本地使用、framework adapter integration、reliability semantics 验证,以及在明确 adapter 边界下做 production pilot 准备。
293
302
 
294
303
  runtime-core contract 已稳定;optional production adapter 和外部基础设施加固仍按独立阶段推进。详见 [docs/MATURITY_MODEL.md](docs/MATURITY_MODEL.md)、[docs/zh/IMPLEMENTATION_STATUS.md](docs/zh/IMPLEMENTATION_STATUS.md) 和 [docs/zh/ROADMAP.md](docs/zh/ROADMAP.md)。
295
304
 
@@ -344,3 +353,7 @@ cd ../rust && cargo run --quiet -- conformance
344
353
  ## License
345
354
 
346
355
  Apache-2.0. See [LICENSE](LICENSE)。
356
+
357
+ ---
358
+
359
+ generated by codex cli
@@ -54,3 +54,7 @@ threat modeling
54
54
  ```
55
55
 
56
56
  See `docs/SECURITY_ENTERPRISE.md` for the enterprise security model.
57
+
58
+ ---
59
+
60
+ generated by codex cli
@@ -12,6 +12,7 @@
12
12
  "video_segment"
13
13
  ],
14
14
  "media_schema_version": "agentledger.media.v0",
15
+ "model_evidence_schema_version": "agentledger.model.evidence.v1",
15
16
  "stream_checkpoint_fields": [
16
17
  "stream_id",
17
18
  "consumer_id",
@@ -111,7 +112,10 @@
111
112
  "agent_result_returned",
112
113
  "tool_approval_decided",
113
114
  "step_waiting_human",
115
+ "model_call_requested",
114
116
  "model_call_completed",
117
+ "model_call_failed",
118
+ "tool_call_proposed",
115
119
  "cost_recorded",
116
120
  "budget_check_failed",
117
121
  "failure_classified"
@@ -125,7 +129,8 @@
125
129
  "PENDING_VERIFICATION side effects are not auto-retried",
126
130
  "replay and shadow mode must not create external side effects",
127
131
  "sandbox-required tools fail closed when the executor is missing or disabled",
128
- "media and stream artifacts store refs, metadata, lineage, and checkpoints instead of raw codec processing"
132
+ "media and stream artifacts store refs, metadata, lineage, and checkpoints instead of raw codec processing",
133
+ "model evidence records archived provider inputs, outputs, failures, and proposed tool calls without routing providers"
129
134
  ],
130
135
  "language_targets": [
131
136
  {
@@ -45,6 +45,24 @@
45
45
  "failure_has_retryability",
46
46
  "failure_links_to_step_and_optional_tool_or_model"
47
47
  ]
48
+ },
49
+ {
50
+ "name": "runtime_model_evidence_boundary",
51
+ "description": "Externally executed model calls should be recorded as replayable evidence without requiring runtime-core to route provider traffic.",
52
+ "required_event_types": [
53
+ "model_call_requested",
54
+ "model_call_completed",
55
+ "model_call_failed",
56
+ "tool_call_proposed",
57
+ "cost_recorded"
58
+ ],
59
+ "required_assertions": [
60
+ "model_evidence_schema_version_is_agentledger_model_evidence_v1",
61
+ "model_call_failure_category_is_model",
62
+ "tool_call_proposal_is_distinct_from_tool_execution",
63
+ "model_cost_records_include_tokens_and_usd",
64
+ "runtime_core_does_not_require_provider_sdk_or_router"
65
+ ]
48
66
  }
49
67
  ],
50
68
  "preview_status": "implemented by Go, TypeScript, and Rust preview runtimes as runtime-core parity gates; production adapter hardening remains separate"
@@ -234,3 +234,7 @@ temporal
234
234
  The generated bundle includes package metadata, contract version, conformance commands, smoke commands, required external services, security assumptions, known limitations, and a `production_validation` block.
235
235
 
236
236
  For adapters that depend on real infrastructure, `production_validation.status` is intentionally `external-required`. That is not a failure. It means the local runtime has produced the certification contract, but a production claim still needs real credentials, service behavior, concurrency/load checks, and restore or rollback drills. P2-style production hardening must be backed by those external artifacts, not by local mocks alone.
237
+
238
+ ---
239
+
240
+ generated by codex cli
@@ -271,3 +271,7 @@ The adapter package boundary should not claim production hardening just because
271
271
  - media processing adapters
272
272
  - sub-agent or multi-agent runtime semantics
273
273
  - long-running UI, deployment management, or full eval system
274
+
275
+ ---
276
+
277
+ generated by codex cli
@@ -56,7 +56,7 @@ These are valuable but should follow the Priority 1 adapters or remain thinner f
56
56
  | Sandbox | E2B | Good managed remote sandbox for code/tool execution. | Keep as optional remote executor adapter. |
57
57
  | Distributed execution | Ray bridge | Useful for Python distributed worker pools. | Ray should own cluster scheduling; AgentLedger owns run semantics. |
58
58
  | Deployment | Kubernetes worker recipe | Useful for pilots. | Recipe/Helm/examples first; keep deployment management outside runtime-core. |
59
- | Model providers/router | OpenAI, Anthropic, Gemini, Bedrock, Azure OpenAI, Ollama, LiteLLM-style bridge | Model calls affect evidence, cost, replay, fallback, and budget enforcement, but provider SDKs should not be runtime-core dependencies. | Wait for `ModelGateway`/`ModelRouter` contract before stabilizing provider packages. |
59
+ | Model evidence endpoints | OpenAI-compatible endpoints, Anthropic-style calls, enterprise gateways | Model calls affect evidence, cost, replay, and failure attribution, but provider SDKs and routers should remain outside runtime-core. | Use the Runtime Model Evidence Boundary; do not build official router/gateway adapters unless the boundary stays evidence-only. |
60
60
 
61
61
  ## Priority 3: Experimental Or Community Adapters
62
62
 
@@ -68,7 +68,7 @@ These should not block core parity or official release claims.
68
68
  | Sandbox | Firecracker | Powerful but infra-heavy; often managed through a platform layer. |
69
69
  | Sandbox | bubblewrap | Useful on Linux local machines but less universal across macOS/Windows teams. |
70
70
  | Workflow | Airflow / Prefect / Argo | They are batch/workflow systems; useful bridges, but AgentLedger should not become a general workflow engine. |
71
- | Eval | LangSmith / Braintrust / custom eval platforms | Eval remains a consumer of evidence/replay contracts, not runtime-core. |
71
+ | Eval | Langfuse, Phoenix, promptfoo, DeepEval, Ragas, OpenAI Evals, LangSmith, Braintrust, custom CI | Eval remains a consumer of evidence/replay contracts, not runtime-core. AgentLedger should provide adapters/export formats, not a standalone Eval Platform. |
72
72
  | Vector DB / RAG | Pinecone, Weaviate, Milvus, pgvector, etc. | Long-term memory/retrieval infra should be external; runtime stores refs/evidence, not knowledge retrieval logic. |
73
73
  | Routing advisor / capability router | WisePick-style route decision services | Candidate direction only, not a committed adapter. It may be evaluated as a pre-execution suggestion and post-execution feedback loop, but should remain optional and must not turn AgentLedger core into a capability router or authorization layer. |
74
74
  | Application administration backend | User, organization, billing, identity, or control-plane adapters | Out of current project scope. AgentLedger is a framework/library/runtime reliability layer. |
@@ -89,7 +89,7 @@ Python remains the reference implementation, but official adapters should conver
89
89
  | Kubernetes sandbox/backend | Recommended | Recommended | Recommended | Recommended | Prefer manifest/dry-run contract plus optional execution. |
90
90
  | Temporal bridge | Recommended | Required when Go runtime matures | Recommended | Community/optional | Match Temporal ecosystem strength per language. |
91
91
  | OpenTelemetry | Required official | Required official | Required official | Required official | Standard enterprise observability path. |
92
- | Model provider/router | Recommended after ModelGateway contract | Recommended after ModelGateway contract | Recommended after ModelGateway contract | Recommended after ModelGateway contract | Keep provider SDKs optional; use injected clients and conformance fixtures. |
92
+ | Model evidence boundary | Required core | Required core | Required core | Required core | Record external model calls, failures, costs, and tool proposals without bundling provider SDKs or routers. |
93
93
 
94
94
  ## Non-Negotiable Adapter Requirements
95
95
 
@@ -113,5 +113,10 @@ Every official adapter must provide:
113
113
  6. LangChain / CrewAI / AutoGen / OpenAI Agents SDK / LlamaIndex / Semantic Kernel facades where ecosystems are stable.
114
114
  7. Kubernetes sandbox/backend recipe, then optional execution adapter.
115
115
  8. Temporal/Ray/Kubernetes scheduler/backend bridges based on real user demand.
116
- 9. Model provider/router adapters after the runtime `ModelGateway` contract is stable.
116
+ 9. Add model evidence examples for OpenAI-compatible endpoints, Anthropic-style calls, and enterprise gateways without making AgentLedger a model router.
117
117
  10. Evaluate only, without implementation commitment, whether a Routing Advisor / Capability Router evidence boundary is useful for WisePick-style services. If later adopted, it should record externally supplied route suggestions, preserve replay by reusing stored routing evidence, and send feedback only after new real executions.
118
+ 11. Add eval adapter/export packages for mature open-source eval tools only when the boundary is evidence/replay conversion: Langfuse datasets/scores, Phoenix experiments, promptfoo test cases, DeepEval cases, Ragas rows, OpenAI Evals samples, and CI report inputs. Do not build dataset/scorer/experiment management inside AgentLedger.
119
+
120
+ ---
121
+
122
+ generated by codex cli
@@ -16,8 +16,10 @@ Can I verify the reliability claim myself?
16
16
 
17
17
  | Priority | Item | Acceptance criteria |
18
18
  |---|---|---|
19
+ | P0 | Shareable side-effect showcase | A user can run `examples/showcase/duplicate_side_effect_crash`, see naive duplicate side effects versus AgentLedger safe retry, and open generated Inspector HTML. |
19
20
  | P0 | 3-minute demo | A user can run the Python, Go, TypeScript, or Rust 3-minute demo and see one external side effect, one Tool Ledger entry, safe retry, and replay-safe evidence. |
20
21
  | P0 | README first-screen pain point | The first screen explains the tool side-effect problem before listing architecture. |
22
+ | P0 | Shareable article and short post | A maintainer can use `docs/articles/what-happened-after-agent-tool-failure.zh-CN.md` and `docs/articles/social-posts.md` without inventing positioning copy from scratch. |
21
23
  | P1 | MCP governance example | Dependency-free MCP-style tools demonstrate schema, approval, sandbox metadata, idempotency, and audit evidence across Python, Go, TypeScript, and Rust. |
22
24
  | P1 | Public issue/discussion list | The next adoption tasks are easy to open as GitHub issues or discussions. |
23
25
  | P1 | Case study template | A real integration can be documented without exposing private data. |
@@ -28,6 +30,7 @@ These can be opened as GitHub issues when the project is ready for public tracki
28
30
 
29
31
  | Title | Type | Why it matters |
30
32
  |---|---|---|
33
+ | Record a side-effect safety GIF from the showcase | adoption | Turns the core value into a short visual artifact for README, social posts, and issue discussions. |
31
34
  | Build a cross-language 3-minute Tool Ledger demo | example | Shows the core value in a few minutes across Python, Go, TypeScript, and Rust. |
32
35
  | Add OpenAI Agents SDK approval/replay example | example | Connects AgentLedger to a major agent SDK boundary without claiming official endorsement. |
33
36
  | Add MCP tool governance example | example | Shows how MCP-style tools should pass through policy, approval, sandbox, idempotency, and evidence. |
@@ -56,3 +59,7 @@ Case studies should be useful but conservative:
56
59
  - external demos or blog posts
57
60
  - adapter conformance reports
58
61
  - real-service hardening reports
62
+
63
+ ---
64
+
65
+ generated by codex cli
@@ -150,3 +150,7 @@ evidence/replay golden fixtures
150
150
  ```
151
151
 
152
152
  This prevents each language from inventing different event names, lease semantics, idempotency behavior, or evidence bundle shapes.
153
+
154
+ ---
155
+
156
+ generated by codex cli
@@ -102,3 +102,7 @@ orchestrate cross-region restore
102
102
  ```
103
103
 
104
104
  Those operations belong to DBA, SRE, or deployment runbooks. AgentLedger provides conformance checks, evidence export, replay, and deterministic refs so the restore can be verified without running real tools.
105
+
106
+ ---
107
+
108
+ generated by codex cli
@@ -174,3 +174,7 @@ Can another language/runtime produce the same evidence semantics?
174
174
  ```
175
175
 
176
176
  That is the intended boundary: framework-neutral runtime safety and evidence, not a replacement for every framework around it.
177
+
178
+ ---
179
+
180
+ generated by codex cli
@@ -55,8 +55,8 @@ Excluded or not applicable:
55
55
  | CLI baseline | `--help`, `doctor`, `version`, `quickstart`, `conformance`, `contract validate`, `contract export` | `agentledger` CLI | `agentledger-go` | `agentledger-ts` | `agentledger-rust` | `scripts/check_complete_core_parity.py` | done |
56
56
  | Quickstart docs | Language quickstart and adapter quickstart | README + docs | `go/README.md` | `typescript/README.md` | `rust/README.md` | docs link check | done |
57
57
  | Examples | Runnable examples for core runtime and adapter API | Python examples | `go/examples/quickstart/main.go` | `typescript/examples/quickstart/quickstart.js` | `rust/examples/quickstart.rs` | `scripts/check_complete_core_parity.py` | done |
58
- | Package metadata | Installable package metadata in the current 1.4 release family | PyPI metadata `1.4.x` | `go.mod` tag `go/v1.4.0` for current baseline | npm package `1.4.0` for current baseline | `Cargo.toml` `1.4.0` for current baseline | `scripts/check_complete_core_parity.py` release-family check | done |
59
- | Package install smoke | Install/import/run from published or built package | PyPI `agentledger-runtime==1.4.0` release smoke after publish | `go/v1.4.0` clean external `go get` smoke after tag | npm `agentledger-runtime@1.4.0` release smoke after publish | crates.io `agentledger-runtime==1.4.0` release smoke after publish | publish logs + `scripts/check_complete_core_parity.py` dry-run gates | release-gated |
58
+ | Package metadata | Installable package metadata in the current 1.4 release family | PyPI metadata `1.4.x` | `go.mod` tag `go/v1.4.2` for current baseline | npm package `1.4.2` for current baseline | `Cargo.toml` `1.4.2` for current baseline | `scripts/check_complete_core_parity.py` release-family check | done |
59
+ | Package install smoke | Install/import/run from published or built package | PyPI `agentledger-runtime==1.4.2` release smoke after publish | `go/v1.4.2` clean external `go get` smoke after tag | npm `agentledger-runtime@1.4.2` release smoke after publish | crates.io `agentledger-runtime==1.4.2` release smoke after publish | publish logs + `scripts/check_complete_core_parity.py` dry-run gates | release-gated |
60
60
  | Release docs | Changelog, release checklist, status docs reflect exact parity boundary | docs | docs | docs | docs | docs link check | done |
61
61
  | Comparison docs | Honest overlap with LangChain/LangGraph/LangSmith/Langfuse/etc. | docs | docs | docs | docs | docs link check | done |
62
62
 
@@ -67,7 +67,7 @@ The strict core parity gate now covers the previously weak areas:
67
67
  1. CLI baseline is automatically checked for all four language CLIs.
68
68
  2. Go, TypeScript, and Rust have runnable quickstart example files.
69
69
  3. TypeScript and Rust package surfaces have package dry-run checks (`npm pack --dry-run`, `cargo package --allow-dirty --no-verify`) and post-publish install smokes are required for release.
70
- 4. Package release families are checked across Python, TypeScript, and Rust. The current core release family is `1.4`; 1.4.0 is a four-language runtime-core feature release for Agent Failure Lifecycle.
70
+ 4. Package release families are checked across Python, TypeScript, and Rust. The current core release family is `1.4`; 1.4.2 keeps the four-language release train aligned while consolidating model evidence UX, export mappings, examples, and boundary lint around the 1.4.0/1.4.1 runtime-core features.
71
71
  5. Go external module consumption is tag/release dependent; each release should repeat the clean external `go get` smoke after pushing the `go/vX.Y.Z` tag.
72
72
  6. Real service-backed hardening remains out of scope for core parity and stays documented as optional follow-up work.
73
73
 
@@ -82,3 +82,7 @@ python3.11 scripts/check_complete_core_parity.py
82
82
  ```
83
83
 
84
84
  `check_complete_core_parity.py` must verify CLI baseline, runnable examples, package metadata, and docs links in addition to semantic conformance.
85
+
86
+ ---
87
+
88
+ generated by codex cli
@@ -244,3 +244,7 @@ The checked-in contract fixture must match:
244
244
  PYTHONPATH=src python3 -m agentledger contract export > /tmp/agentledger-contract.json
245
245
  diff -u contracts/agentledger.runtime.v1.json /tmp/agentledger-contract.json
246
246
  ```
247
+
248
+ ---
249
+
250
+ generated by codex cli
@@ -157,3 +157,7 @@ cancelled run fences stale owner and blocks new claims
157
157
  ## Non-goals
158
158
 
159
159
  Runtime core does not create deployments, queues, clusters, connection pools, secrets, or cloud resources. It defines worker semantics and provides a reference loop plus conformance tests. Deployment adapters and operations teams own the actual orchestration environment.
160
+
161
+ ---
162
+
163
+ generated by codex cli
@@ -176,3 +176,7 @@ Temporal Workflow
176
176
  In this setup, Temporal owns workflow lifecycle, worker queues, retries, timers, and distributed execution. LangGraph owns graph nodes, edges, routing, and multi-agent orchestration. AgentLedger owns the model/tool boundary inside each node: Tool Ledger, idempotency, approval, sandbox, evidence, replay safety, and cost/failure attribution.
177
177
 
178
178
  This is the preferred positioning for complex production systems. AgentLedger should not claim to replace Temporal or LangGraph; it should make LangGraph nodes running inside Temporal agent-safe.
179
+
180
+ ---
181
+
182
+ generated by codex cli
@@ -386,3 +386,7 @@ Blob adapters should implement `BlobStoreProtocol` and pass `BlobStoreConformanc
386
386
  Runtime core owns the contract and audit trail; adapter packages own backend-specific execution. A backend adapter should implement `SandboxExecutor.run_tool(...)`, respect `SandboxPolicy`, and return `SandboxResult` without leaking secrets into metadata. Kubernetes-based adapters should use `runtime_class` for gVisor rather than making gVisor a separate core dependency. The built-in Kubernetes adapter provides a dependency-free Job manifest dry-run and a `kubectl`-gated execution path; stronger integrations can replace it with an in-cluster controller or enterprise scheduler.
387
387
 
388
388
  Sandbox adapter packages can remain optional so users who do not want Docker/E2B/Kubernetes can use `none`, `local`, bubblewrap, or their own enterprise executor.
389
+
390
+ ---
391
+
392
+ generated by codex cli
@@ -9,7 +9,7 @@ This is the shortest path from install to a working AgentLedger run. If you are
9
9
  | Language | Install / use | Quickstart | Examples | Package / command |
10
10
  |---|---|---|---|---|
11
11
  | Python | `pipx install agentledger-runtime` or `pip install agentledger-runtime` | `agentledger quickstart` | `../examples/README.md` | PyPI package `agentledger-runtime`, CLI `agentledger` |
12
- | Go | `go get github.com/yaogdu/AgentLedger/go@v1.4.0` inside a Go module | `cd go && go run ./examples/quickstart` from this repo | `../go/examples/README.md` | Go module `github.com/yaogdu/AgentLedger/go`, CLI package `.../go/cmd/agentledger-go` |
12
+ | Go | `go get github.com/yaogdu/AgentLedger/go@v1.4.2` inside a Go module | `cd go && go run ./examples/quickstart` from this repo | `../go/examples/README.md` | Go module `github.com/yaogdu/AgentLedger/go`, CLI package `.../go/cmd/agentledger-go` |
13
13
  | TypeScript | `npm install agentledger-runtime` | `node typescript/examples/quickstart/quickstart.js` | `../typescript/examples/README.md` | npm package `agentledger-runtime`, CLI `agentledger-ts` |
14
14
  | Rust | crates.io package: `agentledger-runtime` | `cargo add agentledger-runtime` 或 `cd rust && cargo run --example quickstart` | `../rust/examples/README.md` | crate `agentledger-runtime`, binary `agentledger-rust` |
15
15
 
@@ -36,17 +36,17 @@ Use the library inside a Go module:
36
36
 
37
37
  ```bash
38
38
  go mod init your-module-name # only if your project does not already have go.mod
39
- go get github.com/yaogdu/AgentLedger/go@v1.4.0
39
+ go get github.com/yaogdu/AgentLedger/go@v1.4.2
40
40
  ```
41
41
 
42
42
  Install the optional CLI:
43
43
 
44
44
  ```bash
45
- go install github.com/yaogdu/AgentLedger/go/cmd/agentledger-go@v1.4.0
45
+ go install github.com/yaogdu/AgentLedger/go/cmd/agentledger-go@v1.4.2
46
46
  agentledger-go --help
47
47
  ```
48
48
 
49
- Important: `go get` must run inside a Go module. `go install github.com/yaogdu/AgentLedger/go@v1.4.0` is not valid because that path is a library, not `package main`. Use `/cmd/agentledger-go` for the CLI.
49
+ Important: `go get` must run inside a Go module. `go install github.com/yaogdu/AgentLedger/go@v1.4.2` is not valid because that path is a library, not `package main`. Use `/cmd/agentledger-go` for the CLI.
50
50
 
51
51
  ### TypeScript
52
52
 
@@ -88,6 +88,7 @@ The crate is published as `agentledger-runtime`; the library crate is imported a
88
88
 
89
89
  | Goal | Example |
90
90
  |---|---|
91
+ | See the side-effect safety problem visually | `../examples/showcase/duplicate_side_effect_crash/README.md` |
91
92
  | Understand the core value in 3 minutes | `../examples/three_minute_demo/README.md`; Go `../go/examples/three_minute_demo`; TypeScript `../typescript/examples/three_minute_demo`; Rust `../rust/examples/three_minute_demo.rs` |
92
93
  | Smallest Python run | `../examples/hello_world/hello.py` |
93
94
  | Idempotent side effects | `../examples/side_effect_idempotency/README.md` |
@@ -149,3 +150,7 @@ python3.11 scripts/check_language_parity.py --json-report /tmp/agentledger-langu
149
150
  ```
150
151
 
151
152
  These checks verify runtime-core parity, CLI/DX baseline, examples, package metadata, docs links, and shared conformance semantics.
153
+
154
+ ---
155
+
156
+ generated by codex cli