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.
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/CHANGELOG.md +38 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/CODE_OF_CONDUCT.md +4 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/CONTRIBUTING.md +4 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/PKG-INFO +19 -6
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/README.md +16 -3
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/README.zh-CN.md +16 -3
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/SECURITY.md +4 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/contracts/agentledger.runtime.v1.json +6 -1
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/contracts/conformance/cost_failure_attribution.v1.json +18 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/ADAPTER_CERTIFICATION.md +4 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/ADAPTER_PACKAGING.md +4 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/ADAPTER_ROADMAP.md +9 -4
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/ADOPTION.md +7 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/ARCHITECTURE.md +4 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/BACKUP_RESTORE.md +4 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/COMPARISONS.md +4 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/COMPLETE_CORE_PARITY_CHECKLIST.md +7 -3
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/DESIGN_AND_IMPLEMENTATION.md +4 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/DISTRIBUTED_WORKERS.md +4 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/EXECUTION_BACKENDS.md +4 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/EXTENSIBILITY.md +4 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/GETTING_STARTED.md +9 -4
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/HARNESS_STACK.md +22 -17
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/IMPLEMENTATION_PLAN.md +4 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/IMPLEMENTATION_STATUS.md +25 -5
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/INSPECTOR.md +20 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/LANGUAGE_IMPLEMENTATION_COMPARISON.md +6 -1
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/LANGUAGE_PARITY_AUDIT.md +4 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/LANGUAGE_PARITY_MATRIX.md +4 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/LANGUAGE_QUICKSTART.md +8 -4
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/MAINTAINER_NOTES.md +3 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/MATURITY_MODEL.md +4 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/MULTI_LANGUAGE.md +4 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/MYSQL.md +4 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/OPEN_SOURCE_IMPACT.md +4 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/POLICY_ENGINE.md +4 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/POSTGRES.md +4 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/QUERY_EXAMPLES.md +4 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/README.md +9 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/RELEASE_CHECKLIST.md +4 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/ROADMAP.md +219 -79
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/RUNTIME_SPEC.md +31 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/S3_MINIO.md +4 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/SECURITY_ENTERPRISE.md +4 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/STORAGE.md +4 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/USAGE.md +4 -0
- agentledger_runtime-1.4.2/docs/USE_CASES.md +143 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/VERSIONING.md +4 -0
- agentledger_runtime-1.4.2/docs/articles/social-posts.md +54 -0
- agentledger_runtime-1.4.2/docs/articles/what-happened-after-agent-tool-failure.zh-CN.md +84 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/case-studies/legal-agent.md +3 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/zh/ADAPTER_CERTIFICATION.md +4 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/zh/ADAPTER_PACKAGING.md +4 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/zh/ADAPTER_ROADMAP.md +9 -4
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/zh/ADOPTION.md +7 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/zh/ARCHITECTURE.md +4 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/zh/COMPARISONS.md +4 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/zh/COMPLETE_CORE_PARITY_CHECKLIST.md +5 -1
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/zh/DESIGN_AND_IMPLEMENTATION.md +4 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/zh/EXECUTION_BACKENDS.md +4 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/zh/EXTENSIBILITY.md +4 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/zh/GETTING_STARTED.md +9 -4
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/zh/HARNESS_STACK.md +22 -17
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/zh/IMPLEMENTATION_STATUS.md +25 -5
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/zh/INSPECTOR.md +20 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/zh/LANGUAGE_IMPLEMENTATION_COMPARISON.md +6 -1
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/zh/LANGUAGE_PARITY_AUDIT.md +4 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/zh/LANGUAGE_PARITY_MATRIX.md +4 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/zh/LANGUAGE_QUICKSTART.md +8 -4
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/zh/MAINTAINER_NOTES.md +4 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/zh/MYSQL.md +4 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/zh/OPEN_SOURCE_IMPACT.md +4 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/zh/POLICY_ENGINE.md +4 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/zh/QUERY_EXAMPLES.md +4 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/zh/README.md +8 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/zh/RELEASE_CHECKLIST.md +4 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/zh/ROADMAP.md +223 -75
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/zh/RUNTIME_SPEC.md +29 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/zh/SECURITY_ENTERPRISE.md +4 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/zh/STORAGE.md +4 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/zh/USAGE.md +4 -0
- agentledger_runtime-1.4.2/docs/zh/USE_CASES.md +143 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/zh/case-studies/legal-agent.md +3 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/examples/README.md +8 -1
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/examples/docs/README.md +4 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/examples/inspector/README.md +4 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/examples/mcp_governance/README.md +4 -0
- agentledger_runtime-1.4.2/examples/model_evidence/README.md +23 -0
- agentledger_runtime-1.4.2/examples/model_evidence/demo.py +74 -0
- agentledger_runtime-1.4.2/examples/showcase/duplicate_side_effect_crash/README.md +49 -0
- agentledger_runtime-1.4.2/examples/showcase/duplicate_side_effect_crash/demo.py +182 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/examples/side_effect_idempotency/README.md +4 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/examples/three_minute_demo/README.md +4 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/examples/transient_retry/README.md +4 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/go/README.md +9 -4
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/go/cmd/agentledger-go/main.go +4 -4
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/go/evidence.go +3 -1
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/go/examples/README.md +7 -3
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/go/review.go +1 -1
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/go/runtime.go +118 -6
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/go/runtime_test.go +34 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/packages/agentledger-inspector/README.md +4 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/packages/agentledger-inspector/pyproject.toml +2 -2
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/packages/agentledger-inspector/src/agentledger_inspector/__init__.py +1 -1
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/packages/agentledger-langfuse/README.md +5 -1
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/packages/agentledger-langfuse/pyproject.toml +1 -1
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/packages/agentledger-langfuse/src/agentledger_langfuse/__init__.py +1 -1
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/packages/agentledger-langgraph/README.md +5 -1
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/packages/agentledger-langgraph/examples/README.md +3 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/packages/agentledger-langgraph/pyproject.toml +1 -1
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/packages/agentledger-langgraph/src/agentledger_langgraph/__init__.py +1 -1
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/packages/agentledger-mcp/README.md +4 -1
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/packages/agentledger-mcp/examples/README.md +3 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/packages/agentledger-mcp/pyproject.toml +1 -1
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/packages/agentledger-mcp/src/agentledger_mcp/__init__.py +1 -1
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/packages/agentledger-mysql/README.md +5 -1
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/packages/agentledger-mysql/examples/README.md +4 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/packages/agentledger-mysql/pyproject.toml +1 -1
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/packages/agentledger-mysql/src/agentledger_mysql/__init__.py +1 -1
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/packages/agentledger-otel/README.md +5 -1
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/packages/agentledger-otel/examples/README.md +3 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/packages/agentledger-otel/pyproject.toml +1 -1
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/packages/agentledger-otel/src/agentledger_otel/__init__.py +1 -1
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/packages/agentledger-postgres/README.md +5 -1
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/packages/agentledger-postgres/examples/README.md +3 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/packages/agentledger-postgres/pyproject.toml +1 -1
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/packages/agentledger-postgres/src/agentledger_postgres/__init__.py +1 -1
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/packages/agentledger-s3/README.md +5 -1
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/packages/agentledger-s3/examples/README.md +3 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/packages/agentledger-s3/pyproject.toml +1 -1
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/packages/agentledger-s3/src/agentledger_s3/__init__.py +1 -1
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/packages/agentledger-sandbox-docker/README.md +4 -1
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/packages/agentledger-sandbox-docker/examples/README.md +3 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/packages/agentledger-sandbox-docker/pyproject.toml +1 -1
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/packages/agentledger-sandbox-docker/src/agentledger_sandbox_docker/__init__.py +1 -1
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/pyproject.toml +3 -3
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/rust/Cargo.lock +1 -1
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/rust/Cargo.toml +1 -1
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/rust/README.md +6 -1
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/rust/crates/agentledger-framework/Cargo.toml +1 -1
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/rust/crates/agentledger-framework/README.md +3 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/rust/crates/agentledger-langfuse/Cargo.toml +1 -1
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/rust/crates/agentledger-langfuse/README.md +4 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/rust/crates/agentledger-mcp/Cargo.toml +1 -1
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/rust/crates/agentledger-mcp/README.md +3 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/rust/crates/agentledger-mysql/Cargo.toml +1 -1
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/rust/crates/agentledger-mysql/README.md +4 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/rust/crates/agentledger-otel/Cargo.toml +1 -1
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/rust/crates/agentledger-otel/README.md +3 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/rust/crates/agentledger-postgres/Cargo.toml +1 -1
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/rust/crates/agentledger-postgres/README.md +3 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/rust/crates/agentledger-s3/Cargo.toml +1 -1
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/rust/crates/agentledger-s3/README.md +3 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/rust/crates/agentledger-sandbox-docker/Cargo.toml +1 -1
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/rust/crates/agentledger-sandbox-docker/README.md +4 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/rust/examples/README.md +4 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/rust/src/lib.rs +199 -26
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/rust/src/main.rs +6 -3
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/scripts/audit_python_parity.py +1 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/src/agentledger/__init__.py +6 -1
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/src/agentledger/context.py +164 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/src/agentledger/contract.py +6 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/src/agentledger/failure.py +158 -6
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/src/agentledger/inspector.py +276 -18
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/src/agentledger/lint.py +153 -13
- agentledger_runtime-1.4.2/src/agentledger/model.py +129 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/src/agentledger/review.py +1 -1
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/tests/test_runtime.py +136 -1
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/typescript/README.md +6 -1
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/typescript/examples/README.md +4 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/typescript/package.json +1 -1
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/typescript/packages/agentledger-langfuse/README.md +4 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/typescript/packages/agentledger-langfuse/package.json +2 -2
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/typescript/packages/agentledger-langgraph/README.md +3 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/typescript/packages/agentledger-langgraph/package.json +2 -2
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/typescript/packages/agentledger-mcp/README.md +4 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/typescript/packages/agentledger-mcp/package.json +2 -2
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/typescript/packages/agentledger-mysql/README.md +4 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/typescript/packages/agentledger-mysql/package.json +2 -2
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/typescript/packages/agentledger-otel/README.md +3 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/typescript/packages/agentledger-otel/package.json +2 -2
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/typescript/packages/agentledger-postgres/README.md +4 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/typescript/packages/agentledger-postgres/package.json +2 -2
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/typescript/packages/agentledger-s3/README.md +4 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/typescript/packages/agentledger-s3/package.json +2 -2
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/typescript/packages/agentledger-sandbox-docker/README.md +4 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/typescript/packages/agentledger-sandbox-docker/package.json +2 -2
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/typescript/src/adapters/langfuse.js +1 -1
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/typescript/src/adapters/langgraph.js +1 -1
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/typescript/src/adapters/mcp.js +1 -1
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/typescript/src/adapters/mysql.js +1 -1
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/typescript/src/adapters/otel.js +1 -1
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/typescript/src/adapters/postgres.js +1 -1
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/typescript/src/adapters/s3.js +1 -1
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/typescript/src/adapters/sandbox-docker.js +1 -1
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/typescript/src/cli.js +4 -4
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/typescript/src/index.d.ts +3 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/typescript/src/index.js +36 -6
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/typescript/test/runtime.test.js +23 -2
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/.github/workflows/ci.yml +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/.gitignore +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/LICENSE +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/contracts/conformance/adversarial_review.v1.json +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/contracts/conformance/boundary_lint.v1.json +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/contracts/conformance/evidence_consumers.v1.json +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/contracts/conformance/evidence_regression.v1.json +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/contracts/conformance/failure_injection.v1.json +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/contracts/conformance/framework_adapters.v1.json +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/contracts/conformance/local_blob_store.v1.json +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/contracts/conformance/local_persistence.v1.json +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/contracts/conformance/mcp_adapters.v1.json +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/contracts/conformance/media_stream_artifacts.v1.json +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/contracts/conformance/official_adapters.v1.json +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/contracts/conformance/ops_readiness.v1.json +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/contracts/conformance/optional_adapters.v1.json +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/contracts/conformance/otlp_trace_export.v1.json +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/contracts/conformance/policy_approval_sandbox.v1.json +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/contracts/conformance/repro.v1.json +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/contracts/conformance/runtime_baseline.v1.json +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/contracts/conformance/runtime_semantics.v1.json +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/contracts/conformance/scheduler.v1.json +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/contracts/conformance/shadow.v1.json +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/contracts/conformance/simple_api.v1.json +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/contracts/conformance/static_debug_html.v1.json +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/contracts/conformance/storage_schema.v1.json +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/contracts/conformance/time_travel.v1.json +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/contracts/conformance/tool_schema_validation.v1.json +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/contracts/conformance/worker_service.v1.json +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/assets/agent-policy-engine-evaluate-detail.svg +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/assets/agent-policy-engine-relationship-map.svg +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/assets/agentledger-runtime-architecture.svg +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/assets/agentledger-social-architecture.svg +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/assets/inspector/runs-index.png +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/assets/inspector/single-run-timeline.png +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/assets/langgraph-agentledger-relationship.svg +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/examples/autogen/basic_agent.py +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/examples/crewai/basic_crew.py +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/examples/hello_world/hello.py +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/examples/inspector/custom_viewer.py +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/examples/inspector/failure_demo.py +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/examples/langchain/basic_runnable.py +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/examples/langgraph/basic_graph.py +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/examples/lint/boundary_rules.json +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/examples/llamaindex/basic_query.py +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/examples/mcp_context/basic_context_server.py +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/examples/mcp_governance/demo.py +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/examples/mcp_tool/basic_tool.py +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/examples/media_stream/basic_media_stream.py +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/examples/media_stream/managed_tool.py +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/examples/openai_agents/basic_agent.py +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/examples/policy/local.policy.yaml +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/examples/sandbox/command_tool.py +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/examples/sandbox/sandbox.yaml +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/examples/semantic_kernel/basic_kernel.py +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/examples/three_minute_demo/demo.py +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/examples/tool_catalog/basic_catalog.py +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/examples/travel_assistant/demo.py +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/go/adapters/framework/framework.go +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/go/adapters/langfuse/langfuse.go +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/go/adapters/mcp/mcp.go +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/go/adapters/mysql/mysql.go +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/go/adapters/otel/otel.go +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/go/adapters/postgres/postgres.go +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/go/adapters/s3/s3.go +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/go/adapters/sandbox/docker/docker.go +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/go/adapters.go +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/go/blobstore.go +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/go/consumers.go +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/go/eval.go +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/go/examples/mcp_governance/main.go +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/go/examples/quickstart/main.go +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/go/examples/three_minute_demo/main.go +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/go/examples/travel_assistant/main.go +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/go/failure_injection.go +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/go/go.mod +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/go/lint.go +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/go/mcp.go +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/go/official_adapters.go +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/go/ops.go +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/go/optional_adapters.go +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/go/replay.go +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/go/repro.go +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/go/scheduler.go +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/go/schema.go +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/go/shadow.go +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/go/simple.go +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/go/store.go +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/go/timetravel.go +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/go/tools.go +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/go/travel_assistant +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/go/types.go +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/go/worker.go +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/migrations/postgres/0001_initial.sql +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/migrations/sqlite/0001_initial.sql +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/packages/agentledger-inspector/tests/test_import.py +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/packages/agentledger-langfuse/tests/test_import.py +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/packages/agentledger-langgraph/tests/test_import.py +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/packages/agentledger-mcp/tests/test_import.py +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/packages/agentledger-mysql/tests/test_import.py +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/packages/agentledger-otel/tests/test_import.py +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/packages/agentledger-postgres/tests/test_import.py +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/packages/agentledger-s3/tests/test_import.py +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/packages/agentledger-sandbox-docker/tests/test_import.py +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/rust/crates/agentledger-framework/src/lib.rs +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/rust/crates/agentledger-langfuse/src/lib.rs +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/rust/crates/agentledger-mcp/src/lib.rs +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/rust/crates/agentledger-mysql/src/lib.rs +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/rust/crates/agentledger-otel/src/lib.rs +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/rust/crates/agentledger-postgres/src/lib.rs +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/rust/crates/agentledger-s3/src/lib.rs +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/rust/crates/agentledger-sandbox-docker/src/lib.rs +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/rust/examples/mcp_governance.rs +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/rust/examples/quickstart.rs +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/rust/examples/three_minute_demo.rs +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/rust/examples/travel_assistant.rs +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/scripts/check_adapter_packages.py +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/scripts/check_complete_core_parity.py +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/scripts/check_language_parity.py +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/src/agentledger/__main__.py +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/src/agentledger/adapter_certification.py +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/src/agentledger/adapters.py +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/src/agentledger/adapters_frameworks.py +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/src/agentledger/adapters_langgraph.py +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/src/agentledger/adapters_mcp.py +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/src/agentledger/approval.py +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/src/agentledger/backup.py +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/src/agentledger/blobstore.py +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/src/agentledger/blobstore_s3.py +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/src/agentledger/cli.py +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/src/agentledger/conformance.py +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/src/agentledger/cost.py +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/src/agentledger/diff.py +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/src/agentledger/eval.py +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/src/agentledger/evidence.py +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/src/agentledger/examples.py +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/src/agentledger/failure_injection.py +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/src/agentledger/ids.py +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/src/agentledger/jsonutil.py +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/src/agentledger/media.py +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/src/agentledger/media_tools.py +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/src/agentledger/policy.py +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/src/agentledger/protocol.py +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/src/agentledger/replay.py +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/src/agentledger/repro.py +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/src/agentledger/retention.py +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/src/agentledger/runtime.py +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/src/agentledger/sandbox.py +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/src/agentledger/scheduler.py +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/src/agentledger/shadow.py +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/src/agentledger/simple.py +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/src/agentledger/storage_mysql.py +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/src/agentledger/storage_postgres.py +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/src/agentledger/storage_schema.py +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/src/agentledger/store.py +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/src/agentledger/timetravel.py +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/src/agentledger/tools.py +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/src/agentledger/trace.py +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/src/agentledger/worker.py +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/tests/test_postgres_integration.py +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/tests/test_s3_integration.py +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/typescript/examples/mcp_governance/mcp_governance.js +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/typescript/examples/quickstart/quickstart.js +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/typescript/examples/three_minute_demo/three_minute_demo.js +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/typescript/examples/travel_assistant/travel_assistant.js +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/typescript/packages/agentledger-langfuse/src/index.d.ts +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/typescript/packages/agentledger-langfuse/src/index.js +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/typescript/packages/agentledger-langgraph/src/index.d.ts +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/typescript/packages/agentledger-langgraph/src/index.js +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/typescript/packages/agentledger-mcp/src/index.d.ts +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/typescript/packages/agentledger-mcp/src/index.js +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/typescript/packages/agentledger-mysql/src/index.d.ts +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/typescript/packages/agentledger-mysql/src/index.js +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/typescript/packages/agentledger-otel/src/index.d.ts +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/typescript/packages/agentledger-otel/src/index.js +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/typescript/packages/agentledger-postgres/src/index.d.ts +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/typescript/packages/agentledger-postgres/src/index.js +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/typescript/packages/agentledger-s3/src/index.d.ts +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/typescript/packages/agentledger-s3/src/index.js +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/typescript/packages/agentledger-sandbox-docker/src/index.d.ts +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/typescript/packages/agentledger-sandbox-docker/src/index.js +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/typescript/src/adapters/langfuse.d.ts +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/typescript/src/adapters/langgraph.d.ts +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/typescript/src/adapters/mcp.d.ts +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/typescript/src/adapters/mysql.d.ts +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/typescript/src/adapters/otel.d.ts +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/typescript/src/adapters/postgres.d.ts +0 -0
- {agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/typescript/src/adapters/s3.d.ts +0 -0
- {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
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: agentledger-runtime
|
|
3
|
-
Version: 1.4.
|
|
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.
|
|
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.
|
|
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
|
|
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 /
|
|
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,
|
|
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
|
|
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 /
|
|
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,
|
|
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
|
|
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 /
|
|
112
|
+
| Model providers / gateways | OpenAI、Anthropic、Gemini、Bedrock、Ollama、LiteLLM/new-api/one-api、企业 gateway | 在外部执行或路由 model call;AgentLedger 记录 model evidence、archived response、proposed tool call、cost/failure attribution 和 replay 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
|
|
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
|
{agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/contracts/agentledger.runtime.v1.json
RENAMED
|
@@ -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
|
|
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
|
|
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
|
|
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.
|
|
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
|
|
@@ -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
|
{agentledger_runtime-1.4.0 → agentledger_runtime-1.4.2}/docs/COMPLETE_CORE_PARITY_CHECKLIST.md
RENAMED
|
@@ -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.
|
|
59
|
-
| Package install smoke | Install/import/run from published or built package | PyPI `agentledger-runtime==1.4.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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
|