agentledger-runtime 1.4.1__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.1 → agentledger_runtime-1.4.2}/CHANGELOG.md +22 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/CODE_OF_CONDUCT.md +4 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/CONTRIBUTING.md +4 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/PKG-INFO +11 -5
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/README.md +8 -2
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/README.zh-CN.md +8 -2
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/SECURITY.md +4 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/docs/ADAPTER_CERTIFICATION.md +4 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/docs/ADAPTER_PACKAGING.md +4 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/docs/ADAPTER_ROADMAP.md +6 -1
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/docs/ADOPTION.md +7 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/docs/ARCHITECTURE.md +4 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/docs/BACKUP_RESTORE.md +4 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/docs/COMPARISONS.md +4 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/docs/COMPLETE_CORE_PARITY_CHECKLIST.md +7 -3
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/docs/DESIGN_AND_IMPLEMENTATION.md +4 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/docs/DISTRIBUTED_WORKERS.md +4 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/docs/EXECUTION_BACKENDS.md +4 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/docs/EXTENSIBILITY.md +4 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/docs/GETTING_STARTED.md +9 -4
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/docs/HARNESS_STACK.md +4 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/docs/IMPLEMENTATION_PLAN.md +4 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/docs/IMPLEMENTATION_STATUS.md +22 -3
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/docs/INSPECTOR.md +20 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/docs/LANGUAGE_IMPLEMENTATION_COMPARISON.md +5 -1
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/docs/LANGUAGE_PARITY_AUDIT.md +4 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/docs/LANGUAGE_PARITY_MATRIX.md +4 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/docs/LANGUAGE_QUICKSTART.md +8 -4
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/docs/MAINTAINER_NOTES.md +3 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/docs/MATURITY_MODEL.md +4 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/docs/MULTI_LANGUAGE.md +4 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/docs/MYSQL.md +4 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/docs/OPEN_SOURCE_IMPACT.md +4 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/docs/POLICY_ENGINE.md +4 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/docs/POSTGRES.md +4 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/docs/QUERY_EXAMPLES.md +4 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/docs/README.md +7 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/docs/RELEASE_CHECKLIST.md +4 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/docs/ROADMAP.md +91 -37
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/docs/RUNTIME_SPEC.md +4 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/docs/S3_MINIO.md +4 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/docs/SECURITY_ENTERPRISE.md +4 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/docs/STORAGE.md +4 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/docs/USAGE.md +4 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/docs/USE_CASES.md +13 -2
- {agentledger_runtime-1.4.1 → 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.1 → agentledger_runtime-1.4.2}/docs/case-studies/legal-agent.md +3 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/docs/zh/ADAPTER_CERTIFICATION.md +4 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/docs/zh/ADAPTER_PACKAGING.md +4 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/docs/zh/ADAPTER_ROADMAP.md +6 -1
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/docs/zh/ADOPTION.md +7 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/docs/zh/ARCHITECTURE.md +4 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/docs/zh/COMPARISONS.md +4 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/docs/zh/COMPLETE_CORE_PARITY_CHECKLIST.md +5 -1
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/docs/zh/DESIGN_AND_IMPLEMENTATION.md +4 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/docs/zh/EXECUTION_BACKENDS.md +4 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/docs/zh/EXTENSIBILITY.md +4 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/docs/zh/GETTING_STARTED.md +9 -4
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/docs/zh/HARNESS_STACK.md +4 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/docs/zh/IMPLEMENTATION_STATUS.md +22 -3
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/docs/zh/INSPECTOR.md +20 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/docs/zh/LANGUAGE_IMPLEMENTATION_COMPARISON.md +5 -1
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/docs/zh/LANGUAGE_PARITY_AUDIT.md +4 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/docs/zh/LANGUAGE_PARITY_MATRIX.md +4 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/docs/zh/LANGUAGE_QUICKSTART.md +8 -4
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/docs/zh/MAINTAINER_NOTES.md +4 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/docs/zh/MYSQL.md +4 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/docs/zh/OPEN_SOURCE_IMPACT.md +4 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/docs/zh/POLICY_ENGINE.md +4 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/docs/zh/QUERY_EXAMPLES.md +4 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/docs/zh/README.md +6 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/docs/zh/RELEASE_CHECKLIST.md +4 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/docs/zh/ROADMAP.md +99 -40
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/docs/zh/RUNTIME_SPEC.md +4 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/docs/zh/SECURITY_ENTERPRISE.md +4 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/docs/zh/STORAGE.md +4 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/docs/zh/USAGE.md +4 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/docs/zh/USE_CASES.md +13 -2
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/docs/zh/case-studies/legal-agent.md +3 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/examples/README.md +7 -2
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/examples/docs/README.md +4 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/examples/inspector/README.md +4 -0
- {agentledger_runtime-1.4.1 → 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.1 → agentledger_runtime-1.4.2}/examples/side_effect_idempotency/README.md +4 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/examples/three_minute_demo/README.md +4 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/examples/transient_retry/README.md +4 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/go/README.md +8 -4
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/go/cmd/agentledger-go/main.go +3 -3
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/go/examples/README.md +7 -3
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/packages/agentledger-inspector/README.md +4 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/packages/agentledger-inspector/pyproject.toml +2 -2
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/packages/agentledger-inspector/src/agentledger_inspector/__init__.py +1 -1
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/packages/agentledger-langfuse/README.md +5 -1
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/packages/agentledger-langfuse/pyproject.toml +1 -1
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/packages/agentledger-langfuse/src/agentledger_langfuse/__init__.py +1 -1
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/packages/agentledger-langgraph/README.md +5 -1
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/packages/agentledger-langgraph/examples/README.md +3 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/packages/agentledger-langgraph/pyproject.toml +1 -1
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/packages/agentledger-langgraph/src/agentledger_langgraph/__init__.py +1 -1
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/packages/agentledger-mcp/README.md +4 -1
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/packages/agentledger-mcp/examples/README.md +3 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/packages/agentledger-mcp/pyproject.toml +1 -1
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/packages/agentledger-mcp/src/agentledger_mcp/__init__.py +1 -1
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/packages/agentledger-mysql/README.md +5 -1
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/packages/agentledger-mysql/examples/README.md +4 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/packages/agentledger-mysql/pyproject.toml +1 -1
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/packages/agentledger-mysql/src/agentledger_mysql/__init__.py +1 -1
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/packages/agentledger-otel/README.md +5 -1
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/packages/agentledger-otel/examples/README.md +3 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/packages/agentledger-otel/pyproject.toml +1 -1
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/packages/agentledger-otel/src/agentledger_otel/__init__.py +1 -1
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/packages/agentledger-postgres/README.md +5 -1
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/packages/agentledger-postgres/examples/README.md +3 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/packages/agentledger-postgres/pyproject.toml +1 -1
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/packages/agentledger-postgres/src/agentledger_postgres/__init__.py +1 -1
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/packages/agentledger-s3/README.md +5 -1
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/packages/agentledger-s3/examples/README.md +3 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/packages/agentledger-s3/pyproject.toml +1 -1
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/packages/agentledger-s3/src/agentledger_s3/__init__.py +1 -1
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/packages/agentledger-sandbox-docker/README.md +4 -1
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/packages/agentledger-sandbox-docker/examples/README.md +3 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/packages/agentledger-sandbox-docker/pyproject.toml +1 -1
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/packages/agentledger-sandbox-docker/src/agentledger_sandbox_docker/__init__.py +1 -1
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/pyproject.toml +3 -3
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/rust/Cargo.lock +1 -1
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/rust/Cargo.toml +1 -1
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/rust/README.md +5 -1
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/rust/crates/agentledger-framework/Cargo.toml +1 -1
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/rust/crates/agentledger-framework/README.md +3 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/rust/crates/agentledger-langfuse/Cargo.toml +1 -1
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/rust/crates/agentledger-langfuse/README.md +4 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/rust/crates/agentledger-mcp/Cargo.toml +1 -1
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/rust/crates/agentledger-mcp/README.md +3 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/rust/crates/agentledger-mysql/Cargo.toml +1 -1
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/rust/crates/agentledger-mysql/README.md +4 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/rust/crates/agentledger-otel/Cargo.toml +1 -1
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/rust/crates/agentledger-otel/README.md +3 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/rust/crates/agentledger-postgres/Cargo.toml +1 -1
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/rust/crates/agentledger-postgres/README.md +3 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/rust/crates/agentledger-s3/Cargo.toml +1 -1
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/rust/crates/agentledger-s3/README.md +3 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/rust/crates/agentledger-sandbox-docker/Cargo.toml +1 -1
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/rust/crates/agentledger-sandbox-docker/README.md +4 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/rust/examples/README.md +4 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/rust/src/main.rs +3 -3
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/scripts/audit_python_parity.py +1 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/src/agentledger/__init__.py +1 -1
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/src/agentledger/failure.py +155 -6
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/src/agentledger/inspector.py +275 -17
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/src/agentledger/lint.py +153 -13
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/tests/test_runtime.py +102 -1
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/typescript/README.md +5 -1
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/typescript/examples/README.md +4 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/typescript/package.json +1 -1
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/typescript/packages/agentledger-langfuse/README.md +4 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/typescript/packages/agentledger-langfuse/package.json +2 -2
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/typescript/packages/agentledger-langgraph/README.md +3 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/typescript/packages/agentledger-langgraph/package.json +2 -2
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/typescript/packages/agentledger-mcp/README.md +4 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/typescript/packages/agentledger-mcp/package.json +2 -2
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/typescript/packages/agentledger-mysql/README.md +4 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/typescript/packages/agentledger-mysql/package.json +2 -2
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/typescript/packages/agentledger-otel/README.md +3 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/typescript/packages/agentledger-otel/package.json +2 -2
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/typescript/packages/agentledger-postgres/README.md +4 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/typescript/packages/agentledger-postgres/package.json +2 -2
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/typescript/packages/agentledger-s3/README.md +4 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/typescript/packages/agentledger-s3/package.json +2 -2
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/typescript/packages/agentledger-sandbox-docker/README.md +4 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/typescript/packages/agentledger-sandbox-docker/package.json +2 -2
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/typescript/src/adapters/langfuse.js +1 -1
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/typescript/src/adapters/langgraph.js +1 -1
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/typescript/src/adapters/mcp.js +1 -1
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/typescript/src/adapters/mysql.js +1 -1
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/typescript/src/adapters/otel.js +1 -1
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/typescript/src/adapters/postgres.js +1 -1
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/typescript/src/adapters/s3.js +1 -1
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/typescript/src/adapters/sandbox-docker.js +1 -1
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/typescript/src/cli.js +3 -3
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/typescript/test/runtime.test.js +2 -2
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/.github/workflows/ci.yml +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/.gitignore +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/LICENSE +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/contracts/agentledger.runtime.v1.json +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/contracts/conformance/adversarial_review.v1.json +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/contracts/conformance/boundary_lint.v1.json +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/contracts/conformance/cost_failure_attribution.v1.json +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/contracts/conformance/evidence_consumers.v1.json +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/contracts/conformance/evidence_regression.v1.json +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/contracts/conformance/failure_injection.v1.json +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/contracts/conformance/framework_adapters.v1.json +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/contracts/conformance/local_blob_store.v1.json +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/contracts/conformance/local_persistence.v1.json +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/contracts/conformance/mcp_adapters.v1.json +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/contracts/conformance/media_stream_artifacts.v1.json +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/contracts/conformance/official_adapters.v1.json +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/contracts/conformance/ops_readiness.v1.json +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/contracts/conformance/optional_adapters.v1.json +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/contracts/conformance/otlp_trace_export.v1.json +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/contracts/conformance/policy_approval_sandbox.v1.json +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/contracts/conformance/repro.v1.json +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/contracts/conformance/runtime_baseline.v1.json +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/contracts/conformance/runtime_semantics.v1.json +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/contracts/conformance/scheduler.v1.json +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/contracts/conformance/shadow.v1.json +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/contracts/conformance/simple_api.v1.json +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/contracts/conformance/static_debug_html.v1.json +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/contracts/conformance/storage_schema.v1.json +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/contracts/conformance/time_travel.v1.json +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/contracts/conformance/tool_schema_validation.v1.json +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/contracts/conformance/worker_service.v1.json +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/docs/assets/agent-policy-engine-evaluate-detail.svg +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/docs/assets/agent-policy-engine-relationship-map.svg +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/docs/assets/agentledger-runtime-architecture.svg +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/docs/assets/agentledger-social-architecture.svg +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/docs/assets/inspector/runs-index.png +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/docs/assets/inspector/single-run-timeline.png +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/docs/assets/langgraph-agentledger-relationship.svg +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/examples/autogen/basic_agent.py +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/examples/crewai/basic_crew.py +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/examples/hello_world/hello.py +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/examples/inspector/custom_viewer.py +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/examples/inspector/failure_demo.py +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/examples/langchain/basic_runnable.py +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/examples/langgraph/basic_graph.py +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/examples/lint/boundary_rules.json +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/examples/llamaindex/basic_query.py +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/examples/mcp_context/basic_context_server.py +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/examples/mcp_governance/demo.py +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/examples/mcp_tool/basic_tool.py +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/examples/media_stream/basic_media_stream.py +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/examples/media_stream/managed_tool.py +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/examples/openai_agents/basic_agent.py +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/examples/policy/local.policy.yaml +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/examples/sandbox/command_tool.py +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/examples/sandbox/sandbox.yaml +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/examples/semantic_kernel/basic_kernel.py +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/examples/three_minute_demo/demo.py +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/examples/tool_catalog/basic_catalog.py +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/examples/travel_assistant/demo.py +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/go/adapters/framework/framework.go +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/go/adapters/langfuse/langfuse.go +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/go/adapters/mcp/mcp.go +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/go/adapters/mysql/mysql.go +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/go/adapters/otel/otel.go +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/go/adapters/postgres/postgres.go +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/go/adapters/s3/s3.go +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/go/adapters/sandbox/docker/docker.go +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/go/adapters.go +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/go/blobstore.go +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/go/consumers.go +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/go/eval.go +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/go/evidence.go +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/go/examples/mcp_governance/main.go +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/go/examples/quickstart/main.go +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/go/examples/three_minute_demo/main.go +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/go/examples/travel_assistant/main.go +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/go/failure_injection.go +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/go/go.mod +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/go/lint.go +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/go/mcp.go +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/go/official_adapters.go +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/go/ops.go +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/go/optional_adapters.go +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/go/replay.go +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/go/repro.go +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/go/review.go +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/go/runtime.go +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/go/runtime_test.go +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/go/scheduler.go +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/go/schema.go +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/go/shadow.go +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/go/simple.go +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/go/store.go +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/go/timetravel.go +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/go/tools.go +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/go/travel_assistant +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/go/types.go +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/go/worker.go +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/migrations/postgres/0001_initial.sql +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/migrations/sqlite/0001_initial.sql +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/packages/agentledger-inspector/tests/test_import.py +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/packages/agentledger-langfuse/tests/test_import.py +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/packages/agentledger-langgraph/tests/test_import.py +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/packages/agentledger-mcp/tests/test_import.py +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/packages/agentledger-mysql/tests/test_import.py +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/packages/agentledger-otel/tests/test_import.py +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/packages/agentledger-postgres/tests/test_import.py +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/packages/agentledger-s3/tests/test_import.py +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/packages/agentledger-sandbox-docker/tests/test_import.py +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/rust/crates/agentledger-framework/src/lib.rs +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/rust/crates/agentledger-langfuse/src/lib.rs +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/rust/crates/agentledger-mcp/src/lib.rs +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/rust/crates/agentledger-mysql/src/lib.rs +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/rust/crates/agentledger-otel/src/lib.rs +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/rust/crates/agentledger-postgres/src/lib.rs +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/rust/crates/agentledger-s3/src/lib.rs +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/rust/crates/agentledger-sandbox-docker/src/lib.rs +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/rust/examples/mcp_governance.rs +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/rust/examples/quickstart.rs +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/rust/examples/three_minute_demo.rs +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/rust/examples/travel_assistant.rs +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/rust/src/lib.rs +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/scripts/check_adapter_packages.py +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/scripts/check_complete_core_parity.py +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/scripts/check_language_parity.py +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/src/agentledger/__main__.py +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/src/agentledger/adapter_certification.py +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/src/agentledger/adapters.py +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/src/agentledger/adapters_frameworks.py +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/src/agentledger/adapters_langgraph.py +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/src/agentledger/adapters_mcp.py +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/src/agentledger/approval.py +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/src/agentledger/backup.py +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/src/agentledger/blobstore.py +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/src/agentledger/blobstore_s3.py +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/src/agentledger/cli.py +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/src/agentledger/conformance.py +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/src/agentledger/context.py +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/src/agentledger/contract.py +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/src/agentledger/cost.py +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/src/agentledger/diff.py +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/src/agentledger/eval.py +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/src/agentledger/evidence.py +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/src/agentledger/examples.py +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/src/agentledger/failure_injection.py +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/src/agentledger/ids.py +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/src/agentledger/jsonutil.py +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/src/agentledger/media.py +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/src/agentledger/media_tools.py +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/src/agentledger/model.py +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/src/agentledger/policy.py +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/src/agentledger/protocol.py +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/src/agentledger/replay.py +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/src/agentledger/repro.py +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/src/agentledger/retention.py +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/src/agentledger/review.py +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/src/agentledger/runtime.py +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/src/agentledger/sandbox.py +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/src/agentledger/scheduler.py +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/src/agentledger/shadow.py +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/src/agentledger/simple.py +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/src/agentledger/storage_mysql.py +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/src/agentledger/storage_postgres.py +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/src/agentledger/storage_schema.py +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/src/agentledger/store.py +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/src/agentledger/timetravel.py +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/src/agentledger/tools.py +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/src/agentledger/trace.py +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/src/agentledger/worker.py +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/tests/test_postgres_integration.py +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/tests/test_s3_integration.py +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/typescript/examples/mcp_governance/mcp_governance.js +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/typescript/examples/quickstart/quickstart.js +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/typescript/examples/three_minute_demo/three_minute_demo.js +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/typescript/examples/travel_assistant/travel_assistant.js +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/typescript/packages/agentledger-langfuse/src/index.d.ts +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/typescript/packages/agentledger-langfuse/src/index.js +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/typescript/packages/agentledger-langgraph/src/index.d.ts +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/typescript/packages/agentledger-langgraph/src/index.js +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/typescript/packages/agentledger-mcp/src/index.d.ts +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/typescript/packages/agentledger-mcp/src/index.js +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/typescript/packages/agentledger-mysql/src/index.d.ts +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/typescript/packages/agentledger-mysql/src/index.js +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/typescript/packages/agentledger-otel/src/index.d.ts +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/typescript/packages/agentledger-otel/src/index.js +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/typescript/packages/agentledger-postgres/src/index.d.ts +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/typescript/packages/agentledger-postgres/src/index.js +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/typescript/packages/agentledger-s3/src/index.d.ts +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/typescript/packages/agentledger-s3/src/index.js +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/typescript/packages/agentledger-sandbox-docker/src/index.d.ts +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/typescript/packages/agentledger-sandbox-docker/src/index.js +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/typescript/src/adapters/langfuse.d.ts +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/typescript/src/adapters/langgraph.d.ts +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/typescript/src/adapters/mcp.d.ts +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/typescript/src/adapters/mysql.d.ts +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/typescript/src/adapters/otel.d.ts +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/typescript/src/adapters/postgres.d.ts +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/typescript/src/adapters/s3.d.ts +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/typescript/src/adapters/sandbox-docker.d.ts +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/typescript/src/index.d.ts +0 -0
- {agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/typescript/src/index.js +0 -0
|
@@ -8,6 +8,24 @@ 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
|
+
|
|
11
29
|
## 1.4.1 - 2026-06-19
|
|
12
30
|
|
|
13
31
|
### Added
|
|
@@ -344,3 +362,7 @@ No unreleased changes.
|
|
|
344
362
|
- Exact optional framework packages are not implemented.
|
|
345
363
|
- Rust, TypeScript, and Go implementations are not started.
|
|
346
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
|
|
@@ -76,6 +76,7 @@ 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) |
|
|
80
81
|
| Decide whether AgentLedger fits your use case | [docs/USE_CASES.md](docs/USE_CASES.md) |
|
|
81
82
|
| Choose Python / Go / TypeScript / Rust | [docs/LANGUAGE_QUICKSTART.md](docs/LANGUAGE_QUICKSTART.md) |
|
|
@@ -113,7 +114,7 @@ Inspector exports self-contained, read-only HTML for local or internal debugging
|
|
|
113
114
|
|
|
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.
|
|
115
116
|
|
|
116
|
-
The fastest way to validate the value is the [3-minute side-effect safety
|
|
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).
|
|
117
118
|
|
|
118
119
|
## Scope principle
|
|
119
120
|
|
|
@@ -192,6 +193,7 @@ The repository includes cross-language 3-minute side-effect safety demos, MCP go
|
|
|
192
193
|
|
|
193
194
|
| Goal | Demo | Run |
|
|
194
195
|
| --- | --- | --- |
|
|
196
|
+
| Shareable crash/retry showcase | Python | `PYTHONPATH=src python3 examples/showcase/duplicate_side_effect_crash/demo.py` |
|
|
195
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` |
|
|
196
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` |
|
|
197
199
|
| Python | `examples/travel_assistant/demo.py` | `python3 examples/travel_assistant/demo.py` |
|
|
@@ -348,7 +350,7 @@ AgentLedger is also not a new LLM SDK, not a workflow engine, not a general obse
|
|
|
348
350
|
|
|
349
351
|
## Current maturity
|
|
350
352
|
|
|
351
|
-
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.
|
|
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.
|
|
352
354
|
|
|
353
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).
|
|
354
356
|
|
|
@@ -403,3 +405,7 @@ See [docs/RELEASE_CHECKLIST.md](docs/RELEASE_CHECKLIST.md) for the complete rele
|
|
|
403
405
|
## License
|
|
404
406
|
|
|
405
407
|
Apache-2.0. See [LICENSE](LICENSE).
|
|
408
|
+
|
|
409
|
+
---
|
|
410
|
+
|
|
411
|
+
generated by codex cli
|
|
@@ -24,6 +24,7 @@ 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) |
|
|
28
29
|
| Decide whether AgentLedger fits your use case | [docs/USE_CASES.md](docs/USE_CASES.md) |
|
|
29
30
|
| Choose Python / Go / TypeScript / Rust | [docs/LANGUAGE_QUICKSTART.md](docs/LANGUAGE_QUICKSTART.md) |
|
|
@@ -61,7 +62,7 @@ Inspector exports self-contained, read-only HTML for local or internal debugging
|
|
|
61
62
|
|
|
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.
|
|
63
64
|
|
|
64
|
-
The fastest way to validate the value is the [3-minute side-effect safety
|
|
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).
|
|
65
66
|
|
|
66
67
|
## Scope principle
|
|
67
68
|
|
|
@@ -140,6 +141,7 @@ The repository includes cross-language 3-minute side-effect safety demos, MCP go
|
|
|
140
141
|
|
|
141
142
|
| Goal | Demo | Run |
|
|
142
143
|
| --- | --- | --- |
|
|
144
|
+
| Shareable crash/retry showcase | Python | `PYTHONPATH=src python3 examples/showcase/duplicate_side_effect_crash/demo.py` |
|
|
143
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` |
|
|
144
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` |
|
|
145
147
|
| Python | `examples/travel_assistant/demo.py` | `python3 examples/travel_assistant/demo.py` |
|
|
@@ -296,7 +298,7 @@ AgentLedger is also not a new LLM SDK, not a workflow engine, not a general obse
|
|
|
296
298
|
|
|
297
299
|
## Current maturity
|
|
298
300
|
|
|
299
|
-
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.
|
|
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.
|
|
300
302
|
|
|
301
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).
|
|
302
304
|
|
|
@@ -351,3 +353,7 @@ See [docs/RELEASE_CHECKLIST.md](docs/RELEASE_CHECKLIST.md) for the complete rele
|
|
|
351
353
|
## License
|
|
352
354
|
|
|
353
355
|
Apache-2.0. See [LICENSE](LICENSE).
|
|
356
|
+
|
|
357
|
+
---
|
|
358
|
+
|
|
359
|
+
generated by codex cli
|
|
@@ -24,6 +24,7 @@ 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) |
|
|
28
29
|
| 判断 AgentLedger 是否适合你的场景 | [docs/zh/USE_CASES.md](docs/zh/USE_CASES.md) |
|
|
29
30
|
| 选择 Python / Go / TypeScript / Rust | [docs/zh/LANGUAGE_QUICKSTART.md](docs/zh/LANGUAGE_QUICKSTART.md) |
|
|
@@ -61,7 +62,7 @@ Inspector 会导出自包含、只读的 HTML,适合本地或内网排查问
|
|
|
61
62
|
|
|
62
63
|
当 Agent 开始执行以后可能需要恢复、证明或 replay 的工作时,就适合引入 AgentLedger:创建 ticket、发送邮件、修改文件、调用内部 API、查询敏感系统、等待人工审批,或者任务长到 worker crash 是现实风险。
|
|
63
64
|
|
|
64
|
-
最快的价值验证方式是跑 [3 分钟副作用安全
|
|
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)。
|
|
65
66
|
|
|
66
67
|
## 范围原则
|
|
67
68
|
|
|
@@ -140,6 +141,7 @@ AgentLedger 本身不是完整 Agent Harness。它的设计目标是和 Harness
|
|
|
140
141
|
|
|
141
142
|
| 目标 | Demo | 运行方式 |
|
|
142
143
|
| --- | --- | --- |
|
|
144
|
+
| 传播型 crash/retry showcase | Python | `PYTHONPATH=src python3 examples/showcase/duplicate_side_effect_crash/demo.py` |
|
|
143
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` |
|
|
144
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` |
|
|
145
147
|
| Python | `examples/travel_assistant/demo.py` | `python3 examples/travel_assistant/demo.py` |
|
|
@@ -296,7 +298,7 @@ AgentLedger 也不是新的 LLM SDK,不是 workflow engine,不是通用 obse
|
|
|
296
298
|
|
|
297
299
|
## 当前成熟度
|
|
298
300
|
|
|
299
|
-
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.
|
|
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 准备。
|
|
300
302
|
|
|
301
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)。
|
|
302
304
|
|
|
@@ -351,3 +353,7 @@ cd ../rust && cargo run --quiet -- conformance
|
|
|
351
353
|
## License
|
|
352
354
|
|
|
353
355
|
Apache-2.0. See [LICENSE](LICENSE)。
|
|
356
|
+
|
|
357
|
+
---
|
|
358
|
+
|
|
359
|
+
generated by codex cli
|
|
@@ -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
|
|
@@ -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. |
|
|
@@ -115,3 +115,8 @@ Every official adapter must provide:
|
|
|
115
115
|
8. Temporal/Ray/Kubernetes scheduler/backend bridges based on real user demand.
|
|
116
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.1 → 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
|
|
@@ -237,3 +237,7 @@ AgentLedger should not become:
|
|
|
237
237
|
- an application administration, identity, billing, or control-plane backend.
|
|
238
238
|
|
|
239
239
|
The long-term direction is to make AgentLedger the reliability substrate that allows a harness stack to be assembled from mature components without losing durable execution, governance, evidence, replay, and side-effect safety.
|
|
240
|
+
|
|
241
|
+
---
|
|
242
|
+
|
|
243
|
+
generated by codex cli
|
|
@@ -319,3 +319,7 @@ Success criteria:
|
|
|
319
319
|
- Container: Docker adapter package for common local/team deployments.
|
|
320
320
|
- Cluster: Kubernetes adapter with Job manifest dry-run, optional `kubectl` create/wait/log/delete execution, and `runtime_class` support for gVisor/Kata-style runtimes.
|
|
321
321
|
- High isolation: Firecracker/E2B/custom remote executor packages for untrusted code scenarios.
|
|
322
|
+
|
|
323
|
+
---
|
|
324
|
+
|
|
325
|
+
generated by codex cli
|
|
@@ -15,12 +15,27 @@ AgentLedger 1.4.x is a stable runtime-core line with Python as the reference imp
|
|
|
15
15
|
- reliability semantics validation
|
|
16
16
|
- production pilot preparation with explicit adapter boundaries
|
|
17
17
|
|
|
18
|
-
Release-scope note: 1.3.x added and hardened Inspector as a read-only evidence/runtime metadata consumer. It can read exported evidence bundles or connect to SQLite/Postgres/MySQL AgentLedger metadata with read-only credentials and can export static HTML debug reports. 1.4.0
|
|
18
|
+
Release-scope note: 1.3.x added and hardened Inspector as a read-only evidence/runtime metadata consumer. It can read exported evidence bundles or connect to SQLite/Postgres/MySQL AgentLedger metadata with read-only credentials and can export static HTML debug reports. 1.4.0 added the four-language Agent Failure Lifecycle baseline: normalized failure envelopes, lifecycle stages, causal graph, replay plan, regression report, local alert records, and portable failure export mappings. 1.4.1 added the four-language Runtime Model Evidence Boundary: archived model request/response/failure evidence, model-proposed tool calls, and model cost/failure/replay semantics without provider routing. 1.4.2 consolidates that path with dedicated Inspector model-call/tool-proposal views, stronger failure export mappings, a model evidence example, and boundary lint hardening. MySQL remains the 1.2.2 storage adapter boundary and Langfuse remains the 1.2.3 observability adapter boundary; real-service production claims still require external validation.
|
|
19
19
|
|
|
20
20
|
The runtime-core contract is stable. Optional production adapters, external infrastructure hardening, and full eval systems remain outside the stable core boundary; non-Python runtime-core baselines are verified by the shared parity gates.
|
|
21
21
|
|
|
22
22
|
Scope rule: runtime-core should stay thin but indispensable. It should own only guarantees that cannot be enforced outside the runtime boundary; mature planning, workflow, eval, observability, RAG, sandbox infrastructure, and deployment systems should integrate through adapters or consume evidence/replay outputs.
|
|
23
23
|
|
|
24
|
+
## Verification Boundary
|
|
25
|
+
|
|
26
|
+
The release gates prove the covered runtime contracts and conformance scenarios, not the absence of all defects. Current automated checks cover unit tests, dependency-free examples, contract snapshots, adapter package metadata, cross-language runtime-core conformance, parity audits, lint rules, and Markdown/link hygiene.
|
|
27
|
+
|
|
28
|
+
Areas that still require separate validation before production claims include:
|
|
29
|
+
|
|
30
|
+
- browser-level visual regressions for generated static HTML reports
|
|
31
|
+
- real Postgres/MySQL/S3/OTLP/sandbox services under realistic concurrency and failure modes
|
|
32
|
+
- framework-native adapters against real framework versions
|
|
33
|
+
- organization-specific policy packs, secret handling, redaction rules, and approval workflows
|
|
34
|
+
- large evidence bundles, long-running runs, and high-cardinality production data
|
|
35
|
+
- business-project integration smoke tests such as `legal-agent`
|
|
36
|
+
|
|
37
|
+
When this document says a feature is implemented or stable, it means the feature is present and covered by the stated contract/test boundary. It does not mean every downstream integration, browser rendering edge case, or external infrastructure path is exhaustively verified.
|
|
38
|
+
|
|
24
39
|
## Current Completion Boundary
|
|
25
40
|
|
|
26
41
|
For the current 1.4.x goal, "stable runtime-core plus failure lifecycle and read-only evidence consumers" means the Python reference runtime is usable, documented, tested, release-gated, and contract-frozen, with Go/TypeScript/Rust covered by runtime-core parity gates. It also means first-party adapter boundaries are packaged or importable in each ecosystem where they fit, and the Inspector can consume exported evidence across languages. It does not mean every optional production adapter or external eval integration is production-hardened in every language.
|
|
@@ -51,7 +66,7 @@ Excluded from this boundary:
|
|
|
51
66
|
| Evidence regression primitives | side-effect-free evidence checks, `evidence-regression` media/stream gates, machine-readable regression summaries, adversarial review, evidence regression checklist with media/stream evidence checks, divergence report with media/stream dimensions, golden corpus seed/add/list/check with baseline, Tool Ledger, and media/stream built-ins |
|
|
52
67
|
| Shadow mode | side-effect-safe candidate runs using archived Tool Ledger responses |
|
|
53
68
|
| Cost and budget | store-backed cost records, budget enforcement hooks, read-only cost attribution report by run/agent/step/category/tool/model, and model evidence usage/USD attribution |
|
|
54
|
-
| Runtime Model Evidence Boundary | `agentledger.model.evidence.v1`, external model-call evidence APIs, `model_call_requested/completed/failed`, `tool_call_proposed`, model failure category,
|
|
69
|
+
| Runtime Model Evidence Boundary | `agentledger.model.evidence.v1`, external model-call evidence APIs, `model_call_requested/completed/failed`, `tool_call_proposed`, model failure category, replay-safe archived model evidence semantics, Inspector model-call/tool-proposal views, and export mappings for model evidence refs |
|
|
55
70
|
| Approval and policy | approval request/approve/deny flow, YAML/JSON policy checks, `PolicyRequest`, `PolicyDecision`, `PolicyFinding`, `PolicyControl`, built-in evaluator registry, decision evidence in `tool_permission_decided` |
|
|
56
71
|
| Scheduling semantics | leases, fencing, heartbeat, cancellation, retry policy, failure taxonomy |
|
|
57
72
|
| Worker loop | local worker loop, process-shaped `WorkerService`, worker conformance runner |
|
|
@@ -60,7 +75,7 @@ Excluded from this boundary:
|
|
|
60
75
|
| Sandbox boundary | fail-closed `none`, local executor, router, external executor contracts, Docker/bubblewrap command paths, Kubernetes dry-run/gated path |
|
|
61
76
|
| Observability | trace JSONL export with media/stream spans, dependency-free OTLP JSON export, optional OTLP/JSON collector POST, evidence-linked audit records |
|
|
62
77
|
| Inspector | `agentledger.inspector.v1` single-run read model, `agentledger.inspector.runs.v1` run-index read model, `agentledger inspector run/runs/evidence`, static HTML reports, section navigation, row anchors, cross-links between related records, evidence-bundle input, read-only SQLite input, Postgres/MySQL read paths through existing adapter boundaries, configurable redaction policy, optional `agentledger-inspector` companion package |
|
|
63
|
-
| Reliability checks | failure injection suite, failure attribution report, conformance runners including media runtime conformance, runtime-boundary lint, scheduler facade, adversarial review, evidence regression for shell, HTTP, cloud, GitHub, and common model SDK bypasses with JSON rule-pack extension |
|
|
78
|
+
| Reliability checks | failure injection suite, failure attribution report, conformance runners including media runtime conformance, runtime-boundary lint, scheduler facade, adversarial review, evidence regression for shell, HTTP, database, filesystem, cloud, GitHub, risky ToolSpec metadata, and common model SDK bypasses with JSON rule-pack extension |
|
|
64
79
|
| Media and stream contracts | `MediaArtifact`, `MediaMetadata`, `ArtifactLineage`, `StreamChunkRef`, `EventStreamCheckpoint`, `AgentContext.create_media_artifact(...)`, `AgentContext.create_stream_checkpoint(...)`, media/stream tool schema conventions, ToolGateway/Tool Ledger media tool example, evidence indexes, replay artifact validation/counts |
|
|
65
80
|
| Release scaffolding | CI workflow, changelog, security policy, versioning policy, release checklist, contributor checks, bilingual documentation entrypoints, SVG architecture diagram, ResourceWarning-sensitive test gate, adapter certification checklist, adapter packaging docs/checks |
|
|
66
81
|
|
|
@@ -116,3 +131,7 @@ Large capabilities such as Eval, Observability, Guardrails, Tool Gateway/Sandbox
|
|
|
116
131
|
3. Harden production-pilot adapter paths: Postgres, S3/MinIO, worker deployment, OTLP transport, and non-destructive retention/backup checks. These P2 claims require real services, load/concurrency checks, and restore or rollback drills; local certification manifests intentionally mark them as external-required.
|
|
117
132
|
4. Build richer external evidence consumers and eval adapters outside runtime-core.
|
|
118
133
|
5. Extend media/stream preview contracts into optional adapters only after the core reliability harness remains stable.
|
|
134
|
+
|
|
135
|
+
---
|
|
136
|
+
|
|
137
|
+
generated by codex cli
|
|
@@ -155,6 +155,22 @@ This view is intended for debugging a single run from top to bottom. It does not
|
|
|
155
155
|
|
|
156
156
|
Detailed tables keep compact record columns on the first row and render the folded JSON payload in a full-width row below each record. This keeps long payloads readable without forcing a narrow right-side details column.
|
|
157
157
|
|
|
158
|
+
## Model Evidence
|
|
159
|
+
|
|
160
|
+
`1.4.2` adds dedicated Inspector sections for the Runtime Model Evidence Boundary:
|
|
161
|
+
|
|
162
|
+
- `Model Calls`: archived `model_call_requested`, `model_call_completed`, and `model_call_failed` evidence, including provider/model metadata, request/response/failure refs, usage, cost, step id, and status.
|
|
163
|
+
- `Tool Proposals`: `tool_call_proposed` records emitted before ToolGateway execution, including the proposed tool name, arguments refs, model/provider metadata, confidence, reason, and links back to model-call evidence when available.
|
|
164
|
+
|
|
165
|
+
These sections answer debugging questions such as:
|
|
166
|
+
|
|
167
|
+
- What exact model request and response were attached to this run?
|
|
168
|
+
- Did the model propose a tool call before the runtime executed a tool?
|
|
169
|
+
- Was the failure caused by the model call, the runtime, or the tool execution?
|
|
170
|
+
- Which evidence refs should be exported to Langfuse, OpenTelemetry, LangSmith, Temporal-style consumers, or CI?
|
|
171
|
+
|
|
172
|
+
Inspector still does not route model calls, retry providers, manage keys, fetch pricing catalogs, or contact model providers. It only reads AgentLedger evidence that the runtime, user code, framework adapter, provider SDK, or external model gateway already recorded.
|
|
173
|
+
|
|
158
174
|
## Failure Lifecycle
|
|
159
175
|
|
|
160
176
|
`1.4.0` adds the Agent Failure Lifecycle baseline consumed by `agentledger failure report`, `agentledger failure export`, Inspector JSON, and Inspector static HTML.
|
|
@@ -329,3 +345,7 @@ Not in this version:
|
|
|
329
345
|
- permission, identity, billing, or administration backend
|
|
330
346
|
- full LangSmith/Langfuse replacement
|
|
331
347
|
- live remote blob adapters inside the Inspector package
|
|
348
|
+
|
|
349
|
+
---
|
|
350
|
+
|
|
351
|
+
generated by codex cli
|
{agentledger_runtime-1.4.1 → agentledger_runtime-1.4.2}/docs/LANGUAGE_IMPLEMENTATION_COMPARISON.md
RENAMED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
This document makes the cross-language boundary explicit. AgentLedger's complete parity claim means **portable runtime-core parity**, not identical provider or ecosystem adapter implementations in every language.
|
|
6
6
|
|
|
7
|
-
Patch versions do not need to move in lockstep when a release only changes a language-specific package, companion tool, read model, or adapter wrapper. `1.4.
|
|
7
|
+
Patch versions do not need to move in lockstep when a release only changes a language-specific package, companion tool, read model, or adapter wrapper. The `1.4.x` line is different: `1.4.0` introduced the four-language Agent Failure Lifecycle, `1.4.1` introduced the four-language Runtime Model Evidence Boundary, and `1.4.2` keeps the four-language release train while consolidating model evidence Inspector UX, export mappings, examples, and boundary lint. Inspector remains a language-neutral companion viewer distributed through Python/PyPI, but the failure lifecycle and model evidence contracts themselves are implemented across all four runtime packages.
|
|
8
8
|
|
|
9
9
|
## How To Read This Table
|
|
10
10
|
|
|
@@ -130,3 +130,7 @@ The current directories should stay as they are:
|
|
|
130
130
|
| `src/agentledger/` | Yes | Python reference package layout. |
|
|
131
131
|
|
|
132
132
|
Renaming `typescript/` to `node/` is not recommended right now: it would create churn without improving runtime semantics. If a future repo split happens, package/repo naming can be revisited then.
|
|
133
|
+
|
|
134
|
+
---
|
|
135
|
+
|
|
136
|
+
generated by codex cli
|