agentledger-runtime 1.4.2__tar.gz → 1.5.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.2 → agentledger_runtime-1.5.2}/.github/workflows/ci.yml +41 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/CHANGELOG.md +49 -5
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/PKG-INFO +25 -26
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/README.md +6 -7
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/README.zh-CN.md +6 -7
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/docs/ADAPTER_PACKAGING.md +1 -1
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/docs/ADAPTER_ROADMAP.md +8 -10
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/docs/ADOPTION.md +4 -2
- agentledger_runtime-1.5.2/docs/BENCHMARKS.md +111 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/docs/COMPLETE_CORE_PARITY_CHECKLIST.md +3 -7
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/docs/EXECUTION_BACKENDS.md +2 -0
- agentledger_runtime-1.5.2/docs/FRAMEWORK_TEMPORAL_ADOPTION_DESIGN.md +249 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/docs/GETTING_STARTED.md +6 -8
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/docs/IMPLEMENTATION_STATUS.md +5 -9
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/docs/LANGUAGE_IMPLEMENTATION_COMPARISON.md +2 -5
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/docs/LANGUAGE_QUICKSTART.md +17 -10
- agentledger_runtime-1.5.2/docs/OMP_RUNTIME_ADAPTER_DESIGN.md +188 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/docs/README.md +7 -4
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/docs/RELEASE_CHECKLIST.md +23 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/docs/ROADMAP.md +84 -17
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/docs/USE_CASES.md +2 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/docs/zh/ADAPTER_ROADMAP.md +8 -10
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/docs/zh/ADOPTION.md +4 -2
- agentledger_runtime-1.5.2/docs/zh/BENCHMARKS.md +111 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/docs/zh/COMPLETE_CORE_PARITY_CHECKLIST.md +1 -5
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/docs/zh/EXECUTION_BACKENDS.md +2 -0
- agentledger_runtime-1.5.2/docs/zh/FRAMEWORK_TEMPORAL_ADOPTION_DESIGN.md +249 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/docs/zh/GETTING_STARTED.md +6 -8
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/docs/zh/IMPLEMENTATION_STATUS.md +5 -9
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/docs/zh/LANGUAGE_IMPLEMENTATION_COMPARISON.md +2 -5
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/docs/zh/LANGUAGE_QUICKSTART.md +17 -10
- agentledger_runtime-1.5.2/docs/zh/OMP_RUNTIME_ADAPTER_DESIGN.md +188 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/docs/zh/README.md +7 -5
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/docs/zh/RELEASE_CHECKLIST.md +23 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/docs/zh/ROADMAP.md +83 -17
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/docs/zh/USE_CASES.md +2 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/examples/README.md +4 -5
- agentledger_runtime-1.5.2/examples/omp_bridge/README.md +26 -0
- agentledger_runtime-1.5.2/examples/omp_bridge/demo.py +111 -0
- agentledger_runtime-1.5.2/examples/openai_agents/README.md +34 -0
- agentledger_runtime-1.5.2/examples/openai_agents/approval_replay.py +211 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/examples/showcase/duplicate_side_effect_crash/demo.py +4 -4
- agentledger_runtime-1.5.2/examples/temporal_bridge/README.md +34 -0
- agentledger_runtime-1.5.2/examples/temporal_bridge/demo.py +229 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/examples/three_minute_demo/demo.py +2 -2
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/examples/travel_assistant/demo.py +2 -2
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/go/README.md +4 -8
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/go/cmd/agentledger-go/main.go +3 -3
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/go/examples/README.md +5 -8
- agentledger_runtime-1.5.2/go/examples/omp_bridge/main.go +97 -0
- agentledger_runtime-1.5.2/go/omp.go +516 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/go/runtime_test.go +170 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/go/store.go +46 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/packages/agentledger-inspector/pyproject.toml +2 -2
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/packages/agentledger-inspector/src/agentledger_inspector/__init__.py +1 -1
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/packages/agentledger-langfuse/README.md +1 -5
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/packages/agentledger-langfuse/pyproject.toml +2 -2
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/packages/agentledger-langfuse/src/agentledger_langfuse/__init__.py +1 -1
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/packages/agentledger-langgraph/README.md +1 -5
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/packages/agentledger-langgraph/pyproject.toml +2 -3
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/packages/agentledger-langgraph/src/agentledger_langgraph/__init__.py +1 -2
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/packages/agentledger-mcp/README.md +1 -5
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/packages/agentledger-mcp/pyproject.toml +2 -3
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/packages/agentledger-mcp/src/agentledger_mcp/__init__.py +1 -2
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/packages/agentledger-mysql/README.md +2 -6
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/packages/agentledger-mysql/pyproject.toml +2 -2
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/packages/agentledger-mysql/src/agentledger_mysql/__init__.py +1 -1
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/packages/agentledger-otel/README.md +1 -5
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/packages/agentledger-otel/pyproject.toml +2 -3
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/packages/agentledger-otel/src/agentledger_otel/__init__.py +1 -2
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/packages/agentledger-postgres/README.md +2 -6
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/packages/agentledger-postgres/pyproject.toml +2 -3
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/packages/agentledger-postgres/src/agentledger_postgres/__init__.py +1 -2
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/packages/agentledger-s3/README.md +2 -6
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/packages/agentledger-s3/pyproject.toml +2 -3
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/packages/agentledger-s3/src/agentledger_s3/__init__.py +1 -2
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/packages/agentledger-sandbox-docker/README.md +1 -5
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/packages/agentledger-sandbox-docker/pyproject.toml +2 -3
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/packages/agentledger-sandbox-docker/src/agentledger_sandbox_docker/__init__.py +1 -2
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/pyproject.toml +19 -19
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/rust/Cargo.lock +1 -1
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/rust/Cargo.toml +3 -2
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/rust/README.md +1 -5
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/rust/crates/agentledger-framework/Cargo.toml +2 -3
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/rust/crates/agentledger-langfuse/Cargo.toml +2 -2
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/rust/crates/agentledger-mcp/Cargo.toml +2 -3
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/rust/crates/agentledger-mysql/Cargo.toml +2 -2
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/rust/crates/agentledger-otel/Cargo.toml +2 -3
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/rust/crates/agentledger-postgres/Cargo.toml +2 -3
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/rust/crates/agentledger-s3/Cargo.toml +2 -3
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/rust/crates/agentledger-sandbox-docker/Cargo.toml +2 -3
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/rust/examples/README.md +2 -5
- agentledger_runtime-1.5.2/rust/examples/omp_bridge.rs +135 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/rust/src/lib.rs +1005 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/rust/src/main.rs +3 -3
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/scripts/audit_python_parity.py +1 -0
- agentledger_runtime-1.5.2/scripts/benchmark_runtime.py +1268 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/scripts/check_adapter_packages.py +4 -4
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/src/agentledger/__init__.py +21 -1
- agentledger_runtime-1.5.2/src/agentledger/adapters_omp.py +575 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/src/agentledger/store.py +24 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/tests/test_runtime.py +210 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/typescript/README.md +1 -5
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/typescript/examples/README.md +2 -5
- agentledger_runtime-1.5.2/typescript/examples/omp_bridge/omp_bridge.js +64 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/typescript/package.json +2 -1
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/typescript/packages/agentledger-langfuse/package.json +2 -2
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/typescript/packages/agentledger-langgraph/package.json +2 -3
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/typescript/packages/agentledger-mcp/package.json +2 -2
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/typescript/packages/agentledger-mysql/package.json +2 -2
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/typescript/packages/agentledger-otel/package.json +2 -3
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/typescript/packages/agentledger-postgres/package.json +2 -3
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/typescript/packages/agentledger-s3/package.json +2 -3
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/typescript/packages/agentledger-sandbox-docker/package.json +2 -3
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/typescript/src/adapters/langfuse.js +1 -1
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/typescript/src/adapters/langgraph.js +1 -1
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/typescript/src/adapters/mcp.js +1 -1
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/typescript/src/adapters/mysql.js +1 -1
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/typescript/src/adapters/otel.js +1 -2
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/typescript/src/adapters/postgres.js +1 -2
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/typescript/src/adapters/s3.js +1 -2
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/typescript/src/adapters/sandbox-docker.js +1 -1
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/typescript/src/cli.js +3 -3
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/typescript/src/index.d.ts +22 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/typescript/src/index.js +289 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/typescript/test/runtime.test.js +55 -3
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/.gitignore +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/CODE_OF_CONDUCT.md +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/CONTRIBUTING.md +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/LICENSE +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/SECURITY.md +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/contracts/agentledger.runtime.v1.json +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/contracts/conformance/adversarial_review.v1.json +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/contracts/conformance/boundary_lint.v1.json +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/contracts/conformance/cost_failure_attribution.v1.json +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/contracts/conformance/evidence_consumers.v1.json +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/contracts/conformance/evidence_regression.v1.json +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/contracts/conformance/failure_injection.v1.json +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/contracts/conformance/framework_adapters.v1.json +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/contracts/conformance/local_blob_store.v1.json +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/contracts/conformance/local_persistence.v1.json +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/contracts/conformance/mcp_adapters.v1.json +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/contracts/conformance/media_stream_artifacts.v1.json +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/contracts/conformance/official_adapters.v1.json +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/contracts/conformance/ops_readiness.v1.json +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/contracts/conformance/optional_adapters.v1.json +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/contracts/conformance/otlp_trace_export.v1.json +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/contracts/conformance/policy_approval_sandbox.v1.json +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/contracts/conformance/repro.v1.json +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/contracts/conformance/runtime_baseline.v1.json +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/contracts/conformance/runtime_semantics.v1.json +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/contracts/conformance/scheduler.v1.json +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/contracts/conformance/shadow.v1.json +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/contracts/conformance/simple_api.v1.json +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/contracts/conformance/static_debug_html.v1.json +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/contracts/conformance/storage_schema.v1.json +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/contracts/conformance/time_travel.v1.json +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/contracts/conformance/tool_schema_validation.v1.json +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/contracts/conformance/worker_service.v1.json +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/docs/ADAPTER_CERTIFICATION.md +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/docs/ARCHITECTURE.md +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/docs/BACKUP_RESTORE.md +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/docs/COMPARISONS.md +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/docs/DESIGN_AND_IMPLEMENTATION.md +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/docs/DISTRIBUTED_WORKERS.md +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/docs/EXTENSIBILITY.md +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/docs/HARNESS_STACK.md +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/docs/IMPLEMENTATION_PLAN.md +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/docs/INSPECTOR.md +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/docs/LANGUAGE_PARITY_AUDIT.md +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/docs/LANGUAGE_PARITY_MATRIX.md +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/docs/MAINTAINER_NOTES.md +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/docs/MATURITY_MODEL.md +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/docs/MULTI_LANGUAGE.md +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/docs/MYSQL.md +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/docs/OPEN_SOURCE_IMPACT.md +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/docs/POLICY_ENGINE.md +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/docs/POSTGRES.md +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/docs/QUERY_EXAMPLES.md +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/docs/RUNTIME_SPEC.md +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/docs/S3_MINIO.md +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/docs/SECURITY_ENTERPRISE.md +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/docs/STORAGE.md +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/docs/USAGE.md +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/docs/VERSIONING.md +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/docs/articles/social-posts.md +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/docs/articles/what-happened-after-agent-tool-failure.zh-CN.md +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/docs/assets/agent-policy-engine-evaluate-detail.svg +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/docs/assets/agent-policy-engine-relationship-map.svg +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/docs/assets/agentledger-runtime-architecture.svg +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/docs/assets/agentledger-social-architecture.svg +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/docs/assets/inspector/runs-index.png +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/docs/assets/inspector/single-run-timeline.png +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/docs/assets/langgraph-agentledger-relationship.svg +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/docs/case-studies/legal-agent.md +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/docs/zh/ADAPTER_CERTIFICATION.md +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/docs/zh/ADAPTER_PACKAGING.md +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/docs/zh/ARCHITECTURE.md +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/docs/zh/COMPARISONS.md +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/docs/zh/DESIGN_AND_IMPLEMENTATION.md +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/docs/zh/EXTENSIBILITY.md +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/docs/zh/HARNESS_STACK.md +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/docs/zh/INSPECTOR.md +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/docs/zh/LANGUAGE_PARITY_AUDIT.md +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/docs/zh/LANGUAGE_PARITY_MATRIX.md +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/docs/zh/MAINTAINER_NOTES.md +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/docs/zh/MYSQL.md +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/docs/zh/OPEN_SOURCE_IMPACT.md +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/docs/zh/POLICY_ENGINE.md +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/docs/zh/QUERY_EXAMPLES.md +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/docs/zh/RUNTIME_SPEC.md +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/docs/zh/SECURITY_ENTERPRISE.md +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/docs/zh/STORAGE.md +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/docs/zh/USAGE.md +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/docs/zh/case-studies/legal-agent.md +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/examples/autogen/basic_agent.py +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/examples/crewai/basic_crew.py +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/examples/docs/README.md +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/examples/hello_world/hello.py +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/examples/inspector/README.md +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/examples/inspector/custom_viewer.py +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/examples/inspector/failure_demo.py +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/examples/langchain/basic_runnable.py +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/examples/langgraph/basic_graph.py +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/examples/lint/boundary_rules.json +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/examples/llamaindex/basic_query.py +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/examples/mcp_context/basic_context_server.py +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/examples/mcp_governance/README.md +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/examples/mcp_governance/demo.py +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/examples/mcp_tool/basic_tool.py +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/examples/media_stream/basic_media_stream.py +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/examples/media_stream/managed_tool.py +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/examples/model_evidence/README.md +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/examples/model_evidence/demo.py +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/examples/openai_agents/basic_agent.py +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/examples/policy/local.policy.yaml +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/examples/sandbox/command_tool.py +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/examples/sandbox/sandbox.yaml +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/examples/semantic_kernel/basic_kernel.py +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/examples/showcase/duplicate_side_effect_crash/README.md +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/examples/side_effect_idempotency/README.md +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/examples/three_minute_demo/README.md +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/examples/tool_catalog/basic_catalog.py +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/examples/transient_retry/README.md +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/go/adapters/framework/framework.go +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/go/adapters/langfuse/langfuse.go +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/go/adapters/mcp/mcp.go +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/go/adapters/mysql/mysql.go +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/go/adapters/otel/otel.go +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/go/adapters/postgres/postgres.go +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/go/adapters/s3/s3.go +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/go/adapters/sandbox/docker/docker.go +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/go/adapters.go +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/go/blobstore.go +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/go/consumers.go +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/go/eval.go +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/go/evidence.go +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/go/examples/mcp_governance/main.go +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/go/examples/quickstart/main.go +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/go/examples/three_minute_demo/main.go +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/go/examples/travel_assistant/main.go +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/go/failure_injection.go +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/go/go.mod +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/go/lint.go +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/go/mcp.go +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/go/official_adapters.go +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/go/ops.go +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/go/optional_adapters.go +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/go/replay.go +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/go/repro.go +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/go/review.go +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/go/runtime.go +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/go/scheduler.go +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/go/schema.go +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/go/shadow.go +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/go/simple.go +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/go/timetravel.go +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/go/tools.go +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/go/travel_assistant +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/go/types.go +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/go/worker.go +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/migrations/postgres/0001_initial.sql +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/migrations/sqlite/0001_initial.sql +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/packages/agentledger-inspector/README.md +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/packages/agentledger-inspector/tests/test_import.py +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/packages/agentledger-langfuse/tests/test_import.py +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/packages/agentledger-langgraph/examples/README.md +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/packages/agentledger-langgraph/tests/test_import.py +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/packages/agentledger-mcp/examples/README.md +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/packages/agentledger-mcp/tests/test_import.py +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/packages/agentledger-mysql/examples/README.md +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/packages/agentledger-mysql/tests/test_import.py +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/packages/agentledger-otel/examples/README.md +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/packages/agentledger-otel/tests/test_import.py +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/packages/agentledger-postgres/examples/README.md +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/packages/agentledger-postgres/tests/test_import.py +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/packages/agentledger-s3/examples/README.md +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/packages/agentledger-s3/tests/test_import.py +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/packages/agentledger-sandbox-docker/examples/README.md +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/packages/agentledger-sandbox-docker/tests/test_import.py +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/rust/crates/agentledger-framework/README.md +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/rust/crates/agentledger-framework/src/lib.rs +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/rust/crates/agentledger-langfuse/README.md +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/rust/crates/agentledger-langfuse/src/lib.rs +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/rust/crates/agentledger-mcp/README.md +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/rust/crates/agentledger-mcp/src/lib.rs +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/rust/crates/agentledger-mysql/README.md +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/rust/crates/agentledger-mysql/src/lib.rs +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/rust/crates/agentledger-otel/README.md +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/rust/crates/agentledger-otel/src/lib.rs +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/rust/crates/agentledger-postgres/README.md +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/rust/crates/agentledger-postgres/src/lib.rs +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/rust/crates/agentledger-s3/README.md +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/rust/crates/agentledger-s3/src/lib.rs +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/rust/crates/agentledger-sandbox-docker/README.md +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/rust/crates/agentledger-sandbox-docker/src/lib.rs +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/rust/examples/mcp_governance.rs +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/rust/examples/quickstart.rs +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/rust/examples/three_minute_demo.rs +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/rust/examples/travel_assistant.rs +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/scripts/check_complete_core_parity.py +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/scripts/check_language_parity.py +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/src/agentledger/__main__.py +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/src/agentledger/adapter_certification.py +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/src/agentledger/adapters.py +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/src/agentledger/adapters_frameworks.py +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/src/agentledger/adapters_langgraph.py +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/src/agentledger/adapters_mcp.py +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/src/agentledger/approval.py +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/src/agentledger/backup.py +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/src/agentledger/blobstore.py +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/src/agentledger/blobstore_s3.py +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/src/agentledger/cli.py +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/src/agentledger/conformance.py +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/src/agentledger/context.py +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/src/agentledger/contract.py +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/src/agentledger/cost.py +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/src/agentledger/diff.py +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/src/agentledger/eval.py +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/src/agentledger/evidence.py +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/src/agentledger/examples.py +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/src/agentledger/failure.py +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/src/agentledger/failure_injection.py +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/src/agentledger/ids.py +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/src/agentledger/inspector.py +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/src/agentledger/jsonutil.py +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/src/agentledger/lint.py +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/src/agentledger/media.py +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/src/agentledger/media_tools.py +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/src/agentledger/model.py +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/src/agentledger/policy.py +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/src/agentledger/protocol.py +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/src/agentledger/replay.py +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/src/agentledger/repro.py +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/src/agentledger/retention.py +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/src/agentledger/review.py +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/src/agentledger/runtime.py +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/src/agentledger/sandbox.py +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/src/agentledger/scheduler.py +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/src/agentledger/shadow.py +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/src/agentledger/simple.py +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/src/agentledger/storage_mysql.py +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/src/agentledger/storage_postgres.py +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/src/agentledger/storage_schema.py +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/src/agentledger/timetravel.py +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/src/agentledger/tools.py +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/src/agentledger/trace.py +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/src/agentledger/worker.py +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/tests/test_postgres_integration.py +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/tests/test_s3_integration.py +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/typescript/examples/mcp_governance/mcp_governance.js +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/typescript/examples/quickstart/quickstart.js +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/typescript/examples/three_minute_demo/three_minute_demo.js +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/typescript/examples/travel_assistant/travel_assistant.js +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/typescript/packages/agentledger-langfuse/README.md +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/typescript/packages/agentledger-langfuse/src/index.d.ts +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/typescript/packages/agentledger-langfuse/src/index.js +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/typescript/packages/agentledger-langgraph/README.md +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/typescript/packages/agentledger-langgraph/src/index.d.ts +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/typescript/packages/agentledger-langgraph/src/index.js +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/typescript/packages/agentledger-mcp/README.md +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/typescript/packages/agentledger-mcp/src/index.d.ts +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/typescript/packages/agentledger-mcp/src/index.js +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/typescript/packages/agentledger-mysql/README.md +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/typescript/packages/agentledger-mysql/src/index.d.ts +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/typescript/packages/agentledger-mysql/src/index.js +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/typescript/packages/agentledger-otel/README.md +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/typescript/packages/agentledger-otel/src/index.d.ts +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/typescript/packages/agentledger-otel/src/index.js +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/typescript/packages/agentledger-postgres/README.md +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/typescript/packages/agentledger-postgres/src/index.d.ts +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/typescript/packages/agentledger-postgres/src/index.js +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/typescript/packages/agentledger-s3/README.md +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/typescript/packages/agentledger-s3/src/index.d.ts +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/typescript/packages/agentledger-s3/src/index.js +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/typescript/packages/agentledger-sandbox-docker/README.md +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/typescript/packages/agentledger-sandbox-docker/src/index.d.ts +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/typescript/packages/agentledger-sandbox-docker/src/index.js +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/typescript/src/adapters/langfuse.d.ts +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/typescript/src/adapters/langgraph.d.ts +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/typescript/src/adapters/mcp.d.ts +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/typescript/src/adapters/mysql.d.ts +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/typescript/src/adapters/otel.d.ts +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/typescript/src/adapters/postgres.d.ts +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/typescript/src/adapters/s3.d.ts +0 -0
- {agentledger_runtime-1.4.2 → agentledger_runtime-1.5.2}/typescript/src/adapters/sandbox-docker.d.ts +0 -0
|
@@ -114,6 +114,43 @@ jobs:
|
|
|
114
114
|
go run ./cmd/agentledger-go conformance
|
|
115
115
|
go run ./cmd/agentledger-go contract validate
|
|
116
116
|
|
|
117
|
+
benchmark:
|
|
118
|
+
name: Runtime benchmark gate
|
|
119
|
+
runs-on: ubuntu-latest
|
|
120
|
+
|
|
121
|
+
steps:
|
|
122
|
+
- name: Checkout
|
|
123
|
+
uses: actions/checkout@v4
|
|
124
|
+
|
|
125
|
+
- name: Set up Python
|
|
126
|
+
uses: actions/setup-python@v5
|
|
127
|
+
with:
|
|
128
|
+
python-version: "3.12"
|
|
129
|
+
|
|
130
|
+
- name: Set up Go
|
|
131
|
+
uses: actions/setup-go@v5
|
|
132
|
+
with:
|
|
133
|
+
go-version: "1.22"
|
|
134
|
+
|
|
135
|
+
- name: Set up Node
|
|
136
|
+
uses: actions/setup-node@v4
|
|
137
|
+
with:
|
|
138
|
+
node-version: "22"
|
|
139
|
+
|
|
140
|
+
- name: Set up Rust
|
|
141
|
+
uses: dtolnay/rust-toolchain@stable
|
|
142
|
+
|
|
143
|
+
- name: Run full runtime benchmark
|
|
144
|
+
run: |
|
|
145
|
+
PYTHONDONTWRITEBYTECODE=1 PYTHONPATH=src python scripts/benchmark_runtime.py --iterations 20 --output-dir benchmark-artifacts --command-timeout 180
|
|
146
|
+
|
|
147
|
+
- name: Upload benchmark report
|
|
148
|
+
uses: actions/upload-artifact@v4
|
|
149
|
+
with:
|
|
150
|
+
name: agentledger-benchmark
|
|
151
|
+
path: benchmark-artifacts/**
|
|
152
|
+
retention-days: 14
|
|
153
|
+
|
|
117
154
|
python:
|
|
118
155
|
name: Python ${{ matrix.python-version }}
|
|
119
156
|
runs-on: ubuntu-latest
|
|
@@ -225,12 +262,16 @@ jobs:
|
|
|
225
262
|
python -m json.tool /tmp/agentledger-example-mcp.json >/dev/null
|
|
226
263
|
PYTHONDONTWRITEBYTECODE=1 PYTHONPATH=src python examples/openai_agents/basic_agent.py >/tmp/agentledger-example-openai-agents.json
|
|
227
264
|
python -m json.tool /tmp/agentledger-example-openai-agents.json >/dev/null
|
|
265
|
+
PYTHONDONTWRITEBYTECODE=1 PYTHONPATH=src python examples/openai_agents/approval_replay.py >/tmp/agentledger-example-openai-approval-replay.json
|
|
266
|
+
python -m json.tool /tmp/agentledger-example-openai-approval-replay.json >/dev/null
|
|
228
267
|
PYTHONDONTWRITEBYTECODE=1 PYTHONPATH=src python examples/sandbox/command_tool.py >/tmp/agentledger-example-sandbox.json
|
|
229
268
|
python -m json.tool /tmp/agentledger-example-sandbox.json >/dev/null
|
|
230
269
|
PYTHONDONTWRITEBYTECODE=1 PYTHONPATH=src python examples/tool_catalog/basic_catalog.py >/tmp/agentledger-example-tool-catalog.json
|
|
231
270
|
python -m json.tool /tmp/agentledger-example-tool-catalog.json >/dev/null
|
|
232
271
|
PYTHONDONTWRITEBYTECODE=1 PYTHONPATH=src python examples/semantic_kernel/basic_kernel.py >/tmp/agentledger-example-semantic-kernel.json
|
|
233
272
|
python -m json.tool /tmp/agentledger-example-semantic-kernel.json >/dev/null
|
|
273
|
+
PYTHONDONTWRITEBYTECODE=1 PYTHONPATH=src python examples/temporal_bridge/demo.py >/tmp/agentledger-example-temporal-bridge.json
|
|
274
|
+
python -m json.tool /tmp/agentledger-example-temporal-bridge.json >/dev/null
|
|
234
275
|
PYTHONDONTWRITEBYTECODE=1 PYTHONPATH=src python -m agentledger --root /tmp/agentledger-ci-worker-run worker-run examples/transient_retry >/tmp/agentledger-example-worker-run.json
|
|
235
276
|
python -m json.tool /tmp/agentledger-example-worker-run.json >/dev/null
|
|
236
277
|
|
|
@@ -6,7 +6,55 @@ This project follows semantic versioning for the stable runtime-core contract. O
|
|
|
6
6
|
|
|
7
7
|
## Unreleased
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
## 1.5.2 - 2026-07-19
|
|
10
|
+
|
|
11
|
+
### Added
|
|
12
|
+
|
|
13
|
+
- Added the normalized Oh My Pi / OMP runtime bridge across Python, Go, TypeScript, and Rust runtime-core packages.
|
|
14
|
+
- Added `OmpSession`, `OmpTurn`, `OmpModelCall`, `OmpToolProposal`, `OmpToolExecution`, `OmpFailure`, and `OmpStateChange` records for translating external OMP runtime events into AgentLedger runs, steps, model evidence, Tool Ledger rows, failure lifecycle events, artifacts, and versioned state changes.
|
|
15
|
+
- Added cross-language OMP bridge tests with no OMP dependency and no application-specific assumptions.
|
|
16
|
+
- Added Python, Go, TypeScript, and Rust OMP bridge examples using synthetic runtime events.
|
|
17
|
+
|
|
18
|
+
### Fixed
|
|
19
|
+
|
|
20
|
+
- Hardened the release gate audit so the built-in OMP runtime bridge is included in Python parity coverage through the aggregate four-language parity gate.
|
|
21
|
+
- Clarified the OpenAI Agents SDK approval/replay example boundary lint exception for approval-gated external API side effects that are not untrusted local sandbox execution.
|
|
22
|
+
|
|
23
|
+
### Clarified
|
|
24
|
+
|
|
25
|
+
- The OMP bridge is built into the current runtime packages as a generic runtime evidence adapter. A separate `agentledger-omp` package remains optional future packaging work, not a requirement for 1.5.2.
|
|
26
|
+
- The bridge records domain-neutral runtime evidence only; applications built on OMP still own their memory, document, persona, workspace, account, and business semantics.
|
|
27
|
+
- This is a four-language patch release. It extends the adapter surface without changing the stable v1.x runtime-core contract.
|
|
28
|
+
|
|
29
|
+
## 1.5.1 - 2026-07-19
|
|
30
|
+
|
|
31
|
+
### Added
|
|
32
|
+
|
|
33
|
+
- Added the Oh My Pi / OMP runtime adapter design document, defining a generic OMP runtime event-to-AgentLedger evidence boundary.
|
|
34
|
+
- Added OMP adapter roadmap entries covering runtime session, turn, model-call, tool-proposal, tool-execution, failure, artifact, and versioned state-change mapping.
|
|
35
|
+
- Added Chinese documentation for the OMP adapter boundary and implementation phases.
|
|
36
|
+
|
|
37
|
+
### Clarified
|
|
38
|
+
|
|
39
|
+
- The OMP adapter is a runtime adapter, not an application-specific adapter. It must not encode private product paths, memory semantics, workspace rules, account/quota logic, or business-specific harness behavior.
|
|
40
|
+
- Versioned document/state support should stay domain-neutral: AgentLedger can record refs, hashes, diffs, commit/rollback status, failure evidence, and causal links, while applications own the meaning of their files and state.
|
|
41
|
+
- Aligned companion package metadata, package-level `__version__` values, and latest install/certification snippets to `1.5.1`.
|
|
42
|
+
- This patch release does not change the stable v1.x runtime-core contract.
|
|
43
|
+
|
|
44
|
+
## 1.5.0 - 2026-07-08
|
|
45
|
+
|
|
46
|
+
### Added
|
|
47
|
+
|
|
48
|
+
- Added a dependency-free OpenAI Agents SDK-style approval/replay example that records model evidence, proposed tool calls, approval state, Tool Ledger history, and replay-safe resume behavior without requiring external framework installs.
|
|
49
|
+
- Added a dependency-free Temporal bridge retry-safety example that shows workflow/activity ownership boundaries, retry correlation, archived tool-proposal reuse, and single-write side-effect behavior after an activity crash.
|
|
50
|
+
- Added framework-native smoke coverage and CI checks for the new OpenAI Agents SDK-style and Temporal bridge adoption paths.
|
|
51
|
+
- Added a dependency-free runtime benchmark suite with a semantic coverage matrix for all required runtime checks.
|
|
52
|
+
- Added benchmark documentation and release checklist gates for recording local timing, evidence/debug artifact generation, failure injection, adapter contract dry-runs, and cross-language conformance command baselines.
|
|
53
|
+
|
|
54
|
+
### Clarified
|
|
55
|
+
|
|
56
|
+
- This is a four-language 1.5.0 runtime-core release train. Python, Go, TypeScript, and Rust keep the same portable runtime-core semantics introduced in the 1.4 line.
|
|
57
|
+
- The new OpenAI Agents SDK-style and Temporal bridge assets are Python adoption examples and documentation entrypoints. They do not imply official upstream endorsement or new language-specific runtime-core requirements.
|
|
10
58
|
|
|
11
59
|
## 1.4.2 - 2026-06-19
|
|
12
60
|
|
|
@@ -362,7 +410,3 @@ No unreleased changes.
|
|
|
362
410
|
- Exact optional framework packages are not implemented.
|
|
363
411
|
- Rust, TypeScript, and Go implementations are not started.
|
|
364
412
|
- Production sandbox hardening requires external deployment policy.
|
|
365
|
-
|
|
366
|
-
---
|
|
367
|
-
|
|
368
|
-
generated by codex cli
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: agentledger-runtime
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.5.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,33 +21,33 @@ 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.
|
|
25
|
-
Requires-Dist: agentledger-langfuse<2,>=1.
|
|
26
|
-
Requires-Dist: agentledger-langgraph<2,>=1.
|
|
27
|
-
Requires-Dist: agentledger-mcp<2,>=1.
|
|
28
|
-
Requires-Dist: agentledger-mysql<2,>=1.
|
|
29
|
-
Requires-Dist: agentledger-otel<2,>=1.
|
|
30
|
-
Requires-Dist: agentledger-postgres<2,>=1.
|
|
31
|
-
Requires-Dist: agentledger-s3<2,>=1.
|
|
32
|
-
Requires-Dist: agentledger-sandbox-docker<2,>=1.
|
|
24
|
+
Requires-Dist: agentledger-inspector<2,>=1.5.2; extra == 'all'
|
|
25
|
+
Requires-Dist: agentledger-langfuse<2,>=1.5.2; extra == 'all'
|
|
26
|
+
Requires-Dist: agentledger-langgraph<2,>=1.5.2; extra == 'all'
|
|
27
|
+
Requires-Dist: agentledger-mcp<2,>=1.5.2; extra == 'all'
|
|
28
|
+
Requires-Dist: agentledger-mysql<2,>=1.5.2; extra == 'all'
|
|
29
|
+
Requires-Dist: agentledger-otel<2,>=1.5.2; extra == 'all'
|
|
30
|
+
Requires-Dist: agentledger-postgres<2,>=1.5.2; extra == 'all'
|
|
31
|
+
Requires-Dist: agentledger-s3<2,>=1.5.2; extra == 'all'
|
|
32
|
+
Requires-Dist: agentledger-sandbox-docker<2,>=1.5.2; extra == 'all'
|
|
33
33
|
Provides-Extra: docker
|
|
34
|
-
Requires-Dist: agentledger-sandbox-docker<2,>=1.
|
|
34
|
+
Requires-Dist: agentledger-sandbox-docker<2,>=1.5.2; extra == 'docker'
|
|
35
35
|
Provides-Extra: inspector
|
|
36
|
-
Requires-Dist: agentledger-inspector<2,>=1.
|
|
36
|
+
Requires-Dist: agentledger-inspector<2,>=1.5.2; extra == 'inspector'
|
|
37
37
|
Provides-Extra: langfuse
|
|
38
|
-
Requires-Dist: agentledger-langfuse<2,>=1.
|
|
38
|
+
Requires-Dist: agentledger-langfuse<2,>=1.5.2; extra == 'langfuse'
|
|
39
39
|
Provides-Extra: langgraph
|
|
40
|
-
Requires-Dist: agentledger-langgraph<2,>=1.
|
|
40
|
+
Requires-Dist: agentledger-langgraph<2,>=1.5.2; extra == 'langgraph'
|
|
41
41
|
Provides-Extra: mcp
|
|
42
|
-
Requires-Dist: agentledger-mcp<2,>=1.
|
|
42
|
+
Requires-Dist: agentledger-mcp<2,>=1.5.2; extra == 'mcp'
|
|
43
43
|
Provides-Extra: mysql
|
|
44
|
-
Requires-Dist: agentledger-mysql<2,>=1.
|
|
44
|
+
Requires-Dist: agentledger-mysql<2,>=1.5.2; extra == 'mysql'
|
|
45
45
|
Provides-Extra: otel
|
|
46
|
-
Requires-Dist: agentledger-otel<2,>=1.
|
|
46
|
+
Requires-Dist: agentledger-otel<2,>=1.5.2; extra == 'otel'
|
|
47
47
|
Provides-Extra: postgres
|
|
48
|
-
Requires-Dist: agentledger-postgres<2,>=1.
|
|
48
|
+
Requires-Dist: agentledger-postgres<2,>=1.5.2; extra == 'postgres'
|
|
49
49
|
Provides-Extra: s3
|
|
50
|
-
Requires-Dist: agentledger-s3<2,>=1.
|
|
50
|
+
Requires-Dist: agentledger-s3<2,>=1.5.2; extra == 's3'
|
|
51
51
|
Description-Content-Type: text/markdown
|
|
52
52
|
|
|
53
53
|
# AgentLedger
|
|
@@ -55,7 +55,7 @@ Description-Content-Type: text/markdown
|
|
|
55
55
|
[English](README.md) | [中文](README.zh-CN.md)
|
|
56
56
|
|
|
57
57
|

|
|
58
|
-

|
|
59
59
|

|
|
60
60
|

|
|
61
61
|

|
|
@@ -64,7 +64,7 @@ Description-Content-Type: text/markdown
|
|
|
64
64
|
|
|
65
65
|
Your agent called a tool. Did it happen? Can you retry safely? Can you prove it later?
|
|
66
66
|
|
|
67
|
-
AgentLedger `1.
|
|
67
|
+
AgentLedger `1.5.x` is a runtime reliability layer for Agent Harness stacks. It does not try to teach agents how to reason or replace the surrounding harness ecosystem; it makes agent runs durable, auditable, replayable, policy-governed, and recoverable when workers crash, tools fail, or prompts change.
|
|
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
|
|
|
@@ -83,7 +83,9 @@ Python remains the reference implementation, and Go, TypeScript, and Rust now ha
|
|
|
83
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) |
|
|
84
84
|
| Query runtime tables | [docs/QUERY_EXAMPLES.md](docs/QUERY_EXAMPLES.md) |
|
|
85
85
|
| Inspect a run visually | [docs/INSPECTOR.md](docs/INSPECTOR.md) |
|
|
86
|
+
| Run benchmark and coverage gates | [docs/BENCHMARKS.md](docs/BENCHMARKS.md) |
|
|
86
87
|
| Understand Harness stack composition | [docs/HARNESS_STACK.md](docs/HARNESS_STACK.md) |
|
|
88
|
+
| Plan an Oh My Pi / OMP runtime adapter | [docs/OMP_RUNTIME_ADAPTER_DESIGN.md](docs/OMP_RUNTIME_ADAPTER_DESIGN.md) |
|
|
87
89
|
| Understand open-source impact | [docs/OPEN_SOURCE_IMPACT.md](docs/OPEN_SOURCE_IMPACT.md) |
|
|
88
90
|
| Understand maintainer responsibilities | [docs/MAINTAINER_NOTES.md](docs/MAINTAINER_NOTES.md) |
|
|
89
91
|
| Plan adoption work | [docs/ADOPTION.md](docs/ADOPTION.md) |
|
|
@@ -256,6 +258,7 @@ Temporal + LangGraph + AgentLedger is a valid production stack: Temporal runs th
|
|
|
256
258
|
- Contributing guide: [CONTRIBUTING.md](CONTRIBUTING.md)
|
|
257
259
|
- Community conduct: [CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md)
|
|
258
260
|
- Release gates: [docs/RELEASE_CHECKLIST.md](docs/RELEASE_CHECKLIST.md)
|
|
261
|
+
- Benchmark gates: [docs/BENCHMARKS.md](docs/BENCHMARKS.md)
|
|
259
262
|
- Compatibility policy: [docs/VERSIONING.md](docs/VERSIONING.md)
|
|
260
263
|
|
|
261
264
|
## Quick start
|
|
@@ -350,7 +353,7 @@ AgentLedger is also not a new LLM SDK, not a workflow engine, not a general obse
|
|
|
350
353
|
|
|
351
354
|
## Current maturity
|
|
352
355
|
|
|
353
|
-
AgentLedger 1.
|
|
356
|
+
AgentLedger 1.5.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, model evidence boundary, and normalized OMP runtime bridge: 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, model-proposed tool-call records, and OMP session/turn/tool/state evidence mapping. The current runtime-core release is 1.5.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.
|
|
354
357
|
|
|
355
358
|
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).
|
|
356
359
|
|
|
@@ -405,7 +408,3 @@ See [docs/RELEASE_CHECKLIST.md](docs/RELEASE_CHECKLIST.md) for the complete rele
|
|
|
405
408
|
## License
|
|
406
409
|
|
|
407
410
|
Apache-2.0. See [LICENSE](LICENSE).
|
|
408
|
-
|
|
409
|
-
---
|
|
410
|
-
|
|
411
|
-
generated by codex cli
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
[English](README.md) | [中文](README.zh-CN.md)
|
|
4
4
|
|
|
5
5
|

|
|
6
|
-

|
|
7
7
|

|
|
8
8
|

|
|
9
9
|

|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
|
|
13
13
|
Your agent called a tool. Did it happen? Can you retry safely? Can you prove it later?
|
|
14
14
|
|
|
15
|
-
AgentLedger `1.
|
|
15
|
+
AgentLedger `1.5.x` is a runtime reliability layer for Agent Harness stacks. It does not try to teach agents how to reason or replace the surrounding harness ecosystem; it makes agent runs durable, auditable, replayable, policy-governed, and recoverable when workers crash, tools fail, or prompts change.
|
|
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
|
|
|
@@ -31,7 +31,9 @@ Python remains the reference implementation, and Go, TypeScript, and Rust now ha
|
|
|
31
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) |
|
|
32
32
|
| Query runtime tables | [docs/QUERY_EXAMPLES.md](docs/QUERY_EXAMPLES.md) |
|
|
33
33
|
| Inspect a run visually | [docs/INSPECTOR.md](docs/INSPECTOR.md) |
|
|
34
|
+
| Run benchmark and coverage gates | [docs/BENCHMARKS.md](docs/BENCHMARKS.md) |
|
|
34
35
|
| Understand Harness stack composition | [docs/HARNESS_STACK.md](docs/HARNESS_STACK.md) |
|
|
36
|
+
| Plan an Oh My Pi / OMP runtime adapter | [docs/OMP_RUNTIME_ADAPTER_DESIGN.md](docs/OMP_RUNTIME_ADAPTER_DESIGN.md) |
|
|
35
37
|
| Understand open-source impact | [docs/OPEN_SOURCE_IMPACT.md](docs/OPEN_SOURCE_IMPACT.md) |
|
|
36
38
|
| Understand maintainer responsibilities | [docs/MAINTAINER_NOTES.md](docs/MAINTAINER_NOTES.md) |
|
|
37
39
|
| Plan adoption work | [docs/ADOPTION.md](docs/ADOPTION.md) |
|
|
@@ -204,6 +206,7 @@ Temporal + LangGraph + AgentLedger is a valid production stack: Temporal runs th
|
|
|
204
206
|
- Contributing guide: [CONTRIBUTING.md](CONTRIBUTING.md)
|
|
205
207
|
- Community conduct: [CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md)
|
|
206
208
|
- Release gates: [docs/RELEASE_CHECKLIST.md](docs/RELEASE_CHECKLIST.md)
|
|
209
|
+
- Benchmark gates: [docs/BENCHMARKS.md](docs/BENCHMARKS.md)
|
|
207
210
|
- Compatibility policy: [docs/VERSIONING.md](docs/VERSIONING.md)
|
|
208
211
|
|
|
209
212
|
## Quick start
|
|
@@ -298,7 +301,7 @@ AgentLedger is also not a new LLM SDK, not a workflow engine, not a general obse
|
|
|
298
301
|
|
|
299
302
|
## Current maturity
|
|
300
303
|
|
|
301
|
-
AgentLedger 1.
|
|
304
|
+
AgentLedger 1.5.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, model evidence boundary, and normalized OMP runtime bridge: 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, model-proposed tool-call records, and OMP session/turn/tool/state evidence mapping. The current runtime-core release is 1.5.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.
|
|
302
305
|
|
|
303
306
|
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).
|
|
304
307
|
|
|
@@ -353,7 +356,3 @@ See [docs/RELEASE_CHECKLIST.md](docs/RELEASE_CHECKLIST.md) for the complete rele
|
|
|
353
356
|
## License
|
|
354
357
|
|
|
355
358
|
Apache-2.0. See [LICENSE](LICENSE).
|
|
356
|
-
|
|
357
|
-
---
|
|
358
|
-
|
|
359
|
-
generated by codex cli
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
[English](README.md) | [中文](README.zh-CN.md)
|
|
4
4
|
|
|
5
5
|

|
|
6
|
-

|
|
7
7
|

|
|
8
8
|

|
|
9
9
|

|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
|
|
13
13
|
你的 Agent 调用了一个工具。它真的执行了吗?可以安全重试吗?之后能证明发生过什么吗?
|
|
14
14
|
|
|
15
|
-
AgentLedger `1.
|
|
15
|
+
AgentLedger `1.5.x` 是面向 Agent Harness stack 的 runtime reliability layer。它不负责让 Agent 更会“思考”,也不替代完整 Harness 生态;它负责让 Agent run 在 worker 崩溃、工具失败、prompt 变更和长任务恢复时,仍然具备持久化、可审计、可重放、可治理和可恢复能力。
|
|
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
|
|
|
@@ -31,7 +31,9 @@ Python 仍然是 reference implementation;Go、TypeScript、Rust 已有 native
|
|
|
31
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) |
|
|
32
32
|
| 查询 runtime 表 | [docs/zh/QUERY_EXAMPLES.md](docs/zh/QUERY_EXAMPLES.md) |
|
|
33
33
|
| 可视化排查 run | [docs/zh/INSPECTOR.md](docs/zh/INSPECTOR.md) |
|
|
34
|
+
| 运行 benchmark 和覆盖门禁 | [docs/zh/BENCHMARKS.md](docs/zh/BENCHMARKS.md) |
|
|
34
35
|
| 理解 Harness stack 组合方式 | [docs/zh/HARNESS_STACK.md](docs/zh/HARNESS_STACK.md) |
|
|
36
|
+
| 规划 Oh My Pi / OMP runtime adapter | [docs/zh/OMP_RUNTIME_ADAPTER_DESIGN.md](docs/zh/OMP_RUNTIME_ADAPTER_DESIGN.md) |
|
|
35
37
|
| 理解开源生态价值 | [docs/zh/OPEN_SOURCE_IMPACT.md](docs/zh/OPEN_SOURCE_IMPACT.md) |
|
|
36
38
|
| 理解维护者职责 | [docs/zh/MAINTAINER_NOTES.md](docs/zh/MAINTAINER_NOTES.md) |
|
|
37
39
|
| 规划 adoption 工作 | [docs/zh/ADOPTION.md](docs/zh/ADOPTION.md) |
|
|
@@ -204,6 +206,7 @@ Temporal + LangGraph + AgentLedger 是合理的生产组合:Temporal 跑外层
|
|
|
204
206
|
- 贡献方式:[CONTRIBUTING.md](CONTRIBUTING.md)
|
|
205
207
|
- 社区行为:[CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md)
|
|
206
208
|
- 发布检查:[docs/zh/RELEASE_CHECKLIST.md](docs/zh/RELEASE_CHECKLIST.md)
|
|
209
|
+
- Benchmark 门禁:[docs/zh/BENCHMARKS.md](docs/zh/BENCHMARKS.md)
|
|
207
210
|
- 兼容策略:[docs/VERSIONING.md](docs/VERSIONING.md)
|
|
208
211
|
|
|
209
212
|
## 快速开始
|
|
@@ -298,7 +301,7 @@ AgentLedger 也不是新的 LLM SDK,不是 workflow engine,不是通用 obse
|
|
|
298
301
|
|
|
299
302
|
## 当前成熟度
|
|
300
303
|
|
|
301
|
-
AgentLedger 1.
|
|
304
|
+
AgentLedger 1.5.x 是 stable runtime-core line,Python 是 reference implementation,Go、TypeScript、Rust 已由共享 runtime-core parity gate 覆盖。四种语言 runtime 共享同一组 runtime-core failure semantics、model evidence boundary 和 normalized OMP runtime bridge: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,以及 OMP session/turn/tool/state evidence mapping。当前 runtime-core release 是 1.5.2,并覆盖 Python、Go、TypeScript、Rust;Inspector 仍是 language-neutral companion viewer,通过 Python/PyPI 分发。适合本地使用、framework adapter integration、reliability semantics 验证,以及在明确 adapter 边界下做 production pilot 准备。
|
|
302
305
|
|
|
303
306
|
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)。
|
|
304
307
|
|
|
@@ -353,7 +356,3 @@ cd ../rust && cargo run --quiet -- conformance
|
|
|
353
356
|
## License
|
|
354
357
|
|
|
355
358
|
Apache-2.0. See [LICENSE](LICENSE)。
|
|
356
|
-
|
|
357
|
-
---
|
|
358
|
-
|
|
359
|
-
generated by codex cli
|
|
@@ -135,7 +135,7 @@ Each adapter package should provide:
|
|
|
135
135
|
|
|
136
136
|
## First Adapter Packages
|
|
137
137
|
|
|
138
|
-
| Package | Owns in current `1.
|
|
138
|
+
| Package | Owns in current `1.5.x` release train | Dependency status |
|
|
139
139
|
| --- | --- | --- |
|
|
140
140
|
| `agentledger-postgres` | `PostgresStore`, `PostgresStoreConfig`, migration/conformance helpers | Requires `psycopg[binary]`; production rollout still needs real-service drills. |
|
|
141
141
|
| `agentledger-mysql` | `MySQLStore`, `MySQLStoreConfig`, migration/conformance helpers | Requires `pymysql`; production rollout still needs real-service drills. |
|
|
@@ -47,6 +47,7 @@ These are valuable but should follow the Priority 1 adapters or remain thinner f
|
|
|
47
47
|
| Area | Adapter | Reason | Notes |
|
|
48
48
|
| --- | --- | --- | --- |
|
|
49
49
|
| Framework | LangChain Runnable | Broad usage, relatively generic callable boundary. | Keep thin; avoid depending on LangChain internals. |
|
|
50
|
+
| Runtime | Oh My Pi / OMP | OMP is a runtime boundary that can emit session, turn, model, tool, failure, artifact, and state-change evidence into AgentLedger without making AgentLedger application-specific. | Built-in normalized bridge is implemented across Python, Go, TypeScript, and Rust in 1.5.2; package as `agentledger-omp` only if the bridge grows beyond a thin translation layer. |
|
|
50
51
|
| Framework | CrewAI | Common for role-based teams, but AgentLedger should not inherit its orchestration model. | Wrap run/kickoff surfaces only. |
|
|
51
52
|
| Framework | AutoGen | Useful for multi-agent conversations; APIs vary by generation. | Use adapter certification before claiming stability. |
|
|
52
53
|
| Framework | OpenAI Agents SDK | Useful for OpenAI-native teams. | Keep aligned with official SDK surface; avoid duplicating SDK semantics. |
|
|
@@ -110,13 +111,10 @@ Every official adapter must provide:
|
|
|
110
111
|
3. Docker sandbox adapter across Python, Go, TypeScript, and Rust.
|
|
111
112
|
4. OpenTelemetry transport adapter across Python, Go, TypeScript, and Rust.
|
|
112
113
|
5. LangGraph official Python adapter package and certification examples.
|
|
113
|
-
6.
|
|
114
|
-
7.
|
|
115
|
-
8.
|
|
116
|
-
9.
|
|
117
|
-
10.
|
|
118
|
-
11.
|
|
119
|
-
|
|
120
|
-
---
|
|
121
|
-
|
|
122
|
-
generated by codex cli
|
|
114
|
+
6. Harden the built-in Oh My Pi / OMP runtime bridge with additional redaction/evidence-completeness fixtures, then create optional packages only if a separate package boundary becomes useful.
|
|
115
|
+
7. LangChain / CrewAI / AutoGen / OpenAI Agents SDK / LlamaIndex / Semantic Kernel facades where ecosystems are stable.
|
|
116
|
+
8. Kubernetes sandbox/backend recipe, then optional execution adapter.
|
|
117
|
+
9. Temporal/Ray/Kubernetes scheduler/backend bridges based on real user demand.
|
|
118
|
+
10. Add model evidence examples for OpenAI-compatible endpoints, Anthropic-style calls, and enterprise gateways without making AgentLedger a model router.
|
|
119
|
+
11. 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.
|
|
120
|
+
12. 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.
|
|
@@ -21,6 +21,8 @@ Can I verify the reliability claim myself?
|
|
|
21
21
|
| P0 | README first-screen pain point | The first screen explains the tool side-effect problem before listing architecture. |
|
|
22
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. |
|
|
23
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. |
|
|
24
|
+
| P1 | OpenAI Agents SDK-style approval/replay example | A dependency-free SDK-style runner demonstrates model evidence, proposed tool calls, approval, Tool Ledger, evidence export, Inspector, and replay. |
|
|
25
|
+
| P1 | Temporal bridge retry safety example | A dependency-free workflow/activity facade demonstrates backend retry while AgentLedger prevents duplicate node-internal side effects. |
|
|
24
26
|
| P1 | Public issue/discussion list | The next adoption tasks are easy to open as GitHub issues or discussions. |
|
|
25
27
|
| P1 | Case study template | A real integration can be documented without exposing private data. |
|
|
26
28
|
|
|
@@ -32,10 +34,10 @@ These can be opened as GitHub issues when the project is ready for public tracki
|
|
|
32
34
|
|---|---|---|
|
|
33
35
|
| 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. |
|
|
34
36
|
| Build a cross-language 3-minute Tool Ledger demo | example | Shows the core value in a few minutes across Python, Go, TypeScript, and Rust. |
|
|
35
|
-
| Add OpenAI Agents SDK approval/replay example | example | Connects AgentLedger to a major agent SDK boundary without claiming official endorsement. |
|
|
37
|
+
| Add OpenAI Agents SDK approval/replay example | example | Connects AgentLedger to a major agent SDK boundary without claiming official endorsement. Implemented as `examples/openai_agents/approval_replay.py`. |
|
|
36
38
|
| Add MCP tool governance example | example | Shows how MCP-style tools should pass through policy, approval, sandbox, idempotency, and evidence. |
|
|
37
39
|
| Prototype AgentLedger Inspector | debug tool | Makes run timelines, Tool Ledger, approvals, replay, and failures visible. |
|
|
38
|
-
| Add Temporal bridge example | integration | Clarifies Temporal owns workflow lifecycle while AgentLedger owns node-internal reliability. |
|
|
40
|
+
| Add Temporal bridge example | integration | Clarifies Temporal owns workflow lifecycle while AgentLedger owns node-internal reliability. Implemented as `examples/temporal_bridge/demo.py`. |
|
|
39
41
|
| Add tool-injection risk scanner | security | Detects risky tool schemas, missing approval/sandbox, and runtime-boundary bypass patterns. |
|
|
40
42
|
| Publish legal-agent case study | case study | Shows a realistic audit/evidence use case without private data. |
|
|
41
43
|
|
|
@@ -0,0 +1,111 @@
|
|
|
1
|
+
# Benchmarks
|
|
2
|
+
|
|
3
|
+
AgentLedger benchmarks are release-quality gates, not marketing numbers. They verify that the runtime still covers the full semantic surface while also recording same-machine timing for representative local paths.
|
|
4
|
+
|
|
5
|
+
The default benchmark is dependency-free for runtime scenarios:
|
|
6
|
+
|
|
7
|
+
- SQLite `StateStore`
|
|
8
|
+
- `LocalBlobStore`
|
|
9
|
+
- no model provider calls
|
|
10
|
+
- no real database, object store, Docker daemon, or cloud service
|
|
11
|
+
- optional local CLI timing for Python, Go, TypeScript, and Rust conformance commands
|
|
12
|
+
|
|
13
|
+
## Run
|
|
14
|
+
|
|
15
|
+
From the repository root:
|
|
16
|
+
|
|
17
|
+
```bash
|
|
18
|
+
PYTHONDONTWRITEBYTECODE=1 PYTHONPATH=src python3 scripts/benchmark_runtime.py --iterations 20 --output-dir /tmp/agentledger-benchmark
|
|
19
|
+
```
|
|
20
|
+
|
|
21
|
+
For a fast Python-only smoke while editing:
|
|
22
|
+
|
|
23
|
+
```bash
|
|
24
|
+
PYTHONDONTWRITEBYTECODE=1 PYTHONPATH=src python3 scripts/benchmark_runtime.py --iterations 1 --skip-language-commands --output-dir /tmp/agentledger-benchmark-smoke
|
|
25
|
+
```
|
|
26
|
+
|
|
27
|
+
The command writes:
|
|
28
|
+
|
|
29
|
+
- `benchmark.json`: machine-readable result, samples, coverage matrix, validation failures, and command output tails.
|
|
30
|
+
- `benchmark.md`: human-readable report for release review.
|
|
31
|
+
- `run-*/`: isolated runtime/evidence/static HTML artifacts for that invocation.
|
|
32
|
+
- `execution_claim`: `release_gate` for the default full command, or `local_runtime_smoke` when language commands are skipped.
|
|
33
|
+
- `warnings`: explicit caveats for dry-run, synthetic, or skipped validation paths.
|
|
34
|
+
|
|
35
|
+
## Coverage
|
|
36
|
+
|
|
37
|
+
The benchmark reads `contracts/conformance/runtime_semantics.v1.json` and reports every required semantic check in `coverage_matrix`.
|
|
38
|
+
|
|
39
|
+
Current required coverage includes:
|
|
40
|
+
|
|
41
|
+
- durable run, persistence, replay, and evidence export
|
|
42
|
+
- local blob store
|
|
43
|
+
- tool schema validation
|
|
44
|
+
- worker/service and scheduler behavior
|
|
45
|
+
- Tool Ledger idempotent retry
|
|
46
|
+
- policy, approval, and sandbox fail-closed behavior
|
|
47
|
+
- cost and failure attribution
|
|
48
|
+
- media artifact and stream checkpoint evidence
|
|
49
|
+
- evidence consumers, trace, OTLP JSON, Inspector HTML, and time-travel HTML
|
|
50
|
+
- ops readiness, storage schema helpers, and non-destructive retention/backup checks
|
|
51
|
+
- MCP and framework adapter contracts
|
|
52
|
+
- boundary lint
|
|
53
|
+
- adversarial review and evidence regression checks
|
|
54
|
+
- failure injection
|
|
55
|
+
- shadow/repro harness primitives
|
|
56
|
+
- optional and official adapter certification/dry-run boundaries
|
|
57
|
+
|
|
58
|
+
When language commands are enabled, Go, TypeScript, and Rust conformance CLIs must report the shared manifest ids. A full successful run should show:
|
|
59
|
+
|
|
60
|
+
```text
|
|
61
|
+
required_check_count = 27
|
|
62
|
+
covered_check_count = 27
|
|
63
|
+
not_run_count = 0
|
|
64
|
+
by_status.measured_and_language_conformance = 27
|
|
65
|
+
```
|
|
66
|
+
|
|
67
|
+
The coverage matrix also includes `verification_depths`:
|
|
68
|
+
|
|
69
|
+
- `executable_local` / `executable_local_fault`: real local runtime execution.
|
|
70
|
+
- `negative_runtime_path`: an intentionally failing runtime boundary such as invalid tool input, approval pause, sandbox fail-closed, or budget denial.
|
|
71
|
+
- `read_model_local`: evidence, replay, failure, cost, Inspector, scheduler, retention, or backup read models over persisted local data.
|
|
72
|
+
- `synthetic_probe`: deliberately generated failure/lint fixtures.
|
|
73
|
+
- `contract_dry_run` / `static_helper`: adapter contracts, DDL helpers, or static surfaces that do not prove a live external service.
|
|
74
|
+
- `language_conformance`: Python, Go, TypeScript, or Rust CLI conformance reported the shared semantic check id.
|
|
75
|
+
|
|
76
|
+
## Interpreting Results
|
|
77
|
+
|
|
78
|
+
Use the timing numbers for same-machine regression tracking only. They are not a portable performance claim across laptops, CI runners, operating systems, or Python versions.
|
|
79
|
+
|
|
80
|
+
The benchmark intentionally measures several non-happy-path behaviors:
|
|
81
|
+
|
|
82
|
+
- crash after a side effect, followed by safe retry
|
|
83
|
+
- exactly-once external side-effect count through Tool Ledger idempotency
|
|
84
|
+
- invalid tool input rejected before execution
|
|
85
|
+
- approval pause and resume
|
|
86
|
+
- required sandbox fail-closed path
|
|
87
|
+
- model call evidence, model failure evidence, tool-call proposal evidence, and model cost attribution
|
|
88
|
+
- budget exhaustion that blocks tool execution before a side effect can run
|
|
89
|
+
- failure injection for retry exhaustion, stale lease fencing, cancellation fencing, and side-effect idempotency
|
|
90
|
+
- boundary lint detecting a deliberately unsafe direct shell call
|
|
91
|
+
|
|
92
|
+
Some adapter-related checks are contract/dry-run checks by design. Postgres, MySQL, S3, Docker, Langfuse, OTLP collectors, and Temporal require separate service-backed validation before production claims.
|
|
93
|
+
|
|
94
|
+
By default, the full release gate fails if a language conformance command fails, times out, or is skipped because a toolchain is missing. Use `--allow-language-skips` only for local investigation, not for release evidence.
|
|
95
|
+
|
|
96
|
+
## Release Use
|
|
97
|
+
|
|
98
|
+
For runtime-core or cross-language releases, run:
|
|
99
|
+
|
|
100
|
+
```bash
|
|
101
|
+
PYTHONDONTWRITEBYTECODE=1 PYTHONPATH=src python3 scripts/benchmark_runtime.py --iterations 20 --output-dir /tmp/agentledger-benchmark
|
|
102
|
+
python3.11 scripts/check_language_parity.py
|
|
103
|
+
```
|
|
104
|
+
|
|
105
|
+
Attach or summarize `benchmark.md` in release notes when the release changes runtime semantics, failure handling, Inspector/debug output, evidence consumers, adapters, or language parity.
|
|
106
|
+
|
|
107
|
+
The GitHub Actions workflow also runs the full benchmark in the `Runtime benchmark gate` job on `main` pushes and pull requests. That job uploads an artifact named `agentledger-benchmark` containing `benchmark.json`, `benchmark.md`, and the isolated `run-*/` evidence/debug artifacts. Use the latest successful CI artifact as release evidence, and keep separate service-backed validation for Postgres, MySQL, S3, Docker, Langfuse, OTLP collectors, Temporal, or other production adapter claims.
|
|
108
|
+
|
|
109
|
+
---
|
|
110
|
+
|
|
111
|
+
generated by codex cli
|
{agentledger_runtime-1.4.2 → agentledger_runtime-1.5.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.
|
|
59
|
-
| Package install smoke | Install/import/run from published or built package | PyPI `agentledger-runtime==1.
|
|
58
|
+
| Package metadata | Installable package metadata in the current 1.5 release family | PyPI metadata `1.5.x` | `go.mod` tag `go/v1.5.2` for current baseline | npm package `1.5.2` for current baseline | `Cargo.toml` `1.5.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.5.2` release smoke after publish | `go/v1.5.2` clean external `go get` smoke after tag | npm `agentledger-runtime@1.5.2` release smoke after publish | crates.io `agentledger-runtime==1.5.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.
|
|
70
|
+
4. Package release families are checked across Python, TypeScript, and Rust. The current core release family is `1.5`; `1.5.2` is the latest aligned patch in that family, while `1.5.0` introduced the framework/Temporal adoption examples, smoke coverage, and benchmark gates.
|
|
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,7 +82,3 @@ 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
|
|
@@ -82,6 +82,8 @@ AgentLedger is unnecessary for some Temporal workflows. If an agent node has no
|
|
|
82
82
|
|
|
83
83
|
AgentLedger becomes valuable when agent nodes call models and tools, write external systems, need permissions or sandboxing, require evidence bundles, or must replay without repeating real side effects.
|
|
84
84
|
|
|
85
|
+
See `../examples/temporal_bridge/README.md` for a dependency-free bridge example that simulates a Temporal-style activity retry after a worker crash. The example does not require a Temporal server; it demonstrates the contract boundary and shows how workflow/activity ids can be carried as runtime evidence metadata.
|
|
86
|
+
|
|
85
87
|
## Temporal Adapter Shape
|
|
86
88
|
|
|
87
89
|
A Temporal integration should usually look like this:
|