agentledger-runtime 1.2.3__tar.gz → 1.2.4__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.2.3 → agentledger_runtime-1.2.4}/CHANGELOG.md +37 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/PKG-INFO +13 -6
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/README.md +12 -5
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/README.zh-CN.md +12 -5
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/docs/ADAPTER_CERTIFICATION.md +4 -4
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/docs/ADAPTER_PACKAGING.md +2 -2
- agentledger_runtime-1.2.4/docs/ADOPTION.md +58 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/docs/COMPLETE_CORE_PARITY_CHECKLIST.md +3 -3
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/docs/GETTING_STARTED.md +6 -4
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/docs/IMPLEMENTATION_STATUS.md +3 -3
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/docs/LANGUAGE_QUICKSTART.md +6 -6
- agentledger_runtime-1.2.4/docs/MAINTAINER_NOTES.md +88 -0
- agentledger_runtime-1.2.4/docs/OPEN_SOURCE_IMPACT.md +80 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/docs/README.md +7 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/docs/ROADMAP.md +75 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/docs/USAGE.md +3 -3
- agentledger_runtime-1.2.4/docs/case-studies/legal-agent.md +65 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/docs/zh/ADAPTER_CERTIFICATION.md +4 -4
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/docs/zh/ADAPTER_PACKAGING.md +2 -2
- agentledger_runtime-1.2.4/docs/zh/ADOPTION.md +58 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/docs/zh/COMPLETE_CORE_PARITY_CHECKLIST.md +1 -1
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/docs/zh/GETTING_STARTED.md +6 -4
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/docs/zh/IMPLEMENTATION_STATUS.md +3 -3
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/docs/zh/LANGUAGE_QUICKSTART.md +6 -6
- agentledger_runtime-1.2.4/docs/zh/MAINTAINER_NOTES.md +88 -0
- agentledger_runtime-1.2.4/docs/zh/OPEN_SOURCE_IMPACT.md +80 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/docs/zh/README.md +3 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/docs/zh/ROADMAP.md +73 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/docs/zh/USAGE.md +3 -3
- agentledger_runtime-1.2.4/docs/zh/case-studies/legal-agent.md +65 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/examples/README.md +12 -0
- agentledger_runtime-1.2.4/examples/mcp_governance/README.md +33 -0
- agentledger_runtime-1.2.4/examples/mcp_governance/demo.py +83 -0
- agentledger_runtime-1.2.4/examples/three_minute_demo/README.md +50 -0
- agentledger_runtime-1.2.4/examples/three_minute_demo/demo.py +88 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/go/README.md +4 -4
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/go/cmd/agentledger-go/main.go +3 -3
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/go/examples/README.md +13 -3
- agentledger_runtime-1.2.4/go/examples/mcp_governance/main.go +101 -0
- agentledger_runtime-1.2.4/go/examples/three_minute_demo/main.go +99 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/go/mcp.go +10 -1
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/go/runtime_test.go +34 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/packages/agentledger-langfuse/README.md +1 -1
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/packages/agentledger-langfuse/pyproject.toml +1 -1
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/packages/agentledger-langfuse/src/agentledger_langfuse/__init__.py +1 -1
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/packages/agentledger-langgraph/README.md +1 -1
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/packages/agentledger-langgraph/pyproject.toml +1 -1
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/packages/agentledger-langgraph/src/agentledger_langgraph/__init__.py +1 -1
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/packages/agentledger-mcp/README.md +1 -1
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/packages/agentledger-mcp/pyproject.toml +1 -1
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/packages/agentledger-mcp/src/agentledger_mcp/__init__.py +1 -1
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/packages/agentledger-mysql/README.md +1 -1
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/packages/agentledger-mysql/pyproject.toml +1 -1
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/packages/agentledger-mysql/src/agentledger_mysql/__init__.py +1 -1
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/packages/agentledger-otel/README.md +1 -1
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/packages/agentledger-otel/pyproject.toml +1 -1
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/packages/agentledger-otel/src/agentledger_otel/__init__.py +1 -1
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/packages/agentledger-postgres/README.md +1 -1
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/packages/agentledger-postgres/pyproject.toml +1 -1
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/packages/agentledger-postgres/src/agentledger_postgres/__init__.py +1 -1
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/packages/agentledger-s3/README.md +1 -1
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/packages/agentledger-s3/pyproject.toml +1 -1
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/packages/agentledger-s3/src/agentledger_s3/__init__.py +1 -1
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/packages/agentledger-sandbox-docker/README.md +1 -1
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/packages/agentledger-sandbox-docker/pyproject.toml +1 -1
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/packages/agentledger-sandbox-docker/src/agentledger_sandbox_docker/__init__.py +1 -1
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/pyproject.toml +1 -1
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/rust/Cargo.lock +1 -1
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/rust/Cargo.toml +4 -2
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/rust/README.md +1 -1
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/rust/crates/agentledger-framework/Cargo.toml +1 -1
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/rust/crates/agentledger-langfuse/Cargo.toml +2 -2
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/rust/crates/agentledger-mcp/Cargo.toml +1 -1
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/rust/crates/agentledger-mysql/Cargo.toml +1 -1
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/rust/crates/agentledger-otel/Cargo.toml +1 -1
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/rust/crates/agentledger-postgres/Cargo.toml +1 -1
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/rust/crates/agentledger-s3/Cargo.toml +1 -1
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/rust/crates/agentledger-sandbox-docker/Cargo.toml +1 -1
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/rust/examples/README.md +10 -0
- agentledger_runtime-1.2.4/rust/examples/mcp_governance.rs +160 -0
- agentledger_runtime-1.2.4/rust/examples/three_minute_demo.rs +114 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/rust/src/lib.rs +79 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/rust/src/main.rs +3 -3
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/src/agentledger/__init__.py +1 -1
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/src/agentledger/adapters_mcp.py +8 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/tests/test_runtime.py +23 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/typescript/README.md +1 -1
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/typescript/examples/README.md +10 -0
- agentledger_runtime-1.2.4/typescript/examples/mcp_governance/mcp_governance.js +60 -0
- agentledger_runtime-1.2.4/typescript/examples/three_minute_demo/three_minute_demo.js +54 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/typescript/package.json +3 -1
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/typescript/packages/agentledger-langfuse/package.json +2 -2
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/typescript/packages/agentledger-langgraph/package.json +2 -2
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/typescript/packages/agentledger-mcp/package.json +2 -2
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/typescript/packages/agentledger-mysql/package.json +2 -2
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/typescript/packages/agentledger-otel/package.json +2 -2
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/typescript/packages/agentledger-postgres/package.json +2 -2
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/typescript/packages/agentledger-s3/package.json +2 -2
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/typescript/packages/agentledger-sandbox-docker/package.json +2 -2
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/typescript/src/adapters/langfuse.js +1 -1
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/typescript/src/adapters/langgraph.js +1 -1
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/typescript/src/adapters/mcp.js +1 -1
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/typescript/src/adapters/mysql.js +1 -1
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/typescript/src/adapters/otel.js +1 -1
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/typescript/src/adapters/postgres.js +1 -1
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/typescript/src/adapters/s3.js +1 -1
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/typescript/src/adapters/sandbox-docker.js +1 -1
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/typescript/src/cli.js +3 -3
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/typescript/src/index.js +5 -1
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/typescript/test/runtime.test.js +28 -2
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/.github/workflows/ci.yml +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/.gitignore +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/CODE_OF_CONDUCT.md +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/CONTRIBUTING.md +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/LICENSE +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/SECURITY.md +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/contracts/agentledger.runtime.v1.json +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/contracts/conformance/adversarial_review.v1.json +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/contracts/conformance/boundary_lint.v1.json +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/contracts/conformance/cost_failure_attribution.v1.json +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/contracts/conformance/evidence_consumers.v1.json +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/contracts/conformance/evidence_regression.v1.json +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/contracts/conformance/failure_injection.v1.json +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/contracts/conformance/framework_adapters.v1.json +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/contracts/conformance/local_blob_store.v1.json +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/contracts/conformance/local_persistence.v1.json +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/contracts/conformance/mcp_adapters.v1.json +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/contracts/conformance/media_stream_artifacts.v1.json +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/contracts/conformance/official_adapters.v1.json +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/contracts/conformance/ops_readiness.v1.json +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/contracts/conformance/optional_adapters.v1.json +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/contracts/conformance/otlp_trace_export.v1.json +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/contracts/conformance/policy_approval_sandbox.v1.json +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/contracts/conformance/repro.v1.json +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/contracts/conformance/runtime_baseline.v1.json +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/contracts/conformance/runtime_semantics.v1.json +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/contracts/conformance/scheduler.v1.json +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/contracts/conformance/shadow.v1.json +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/contracts/conformance/simple_api.v1.json +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/contracts/conformance/static_debug_html.v1.json +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/contracts/conformance/storage_schema.v1.json +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/contracts/conformance/time_travel.v1.json +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/contracts/conformance/tool_schema_validation.v1.json +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/contracts/conformance/worker_service.v1.json +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/docs/ADAPTER_ROADMAP.md +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/docs/ARCHITECTURE.md +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/docs/BACKUP_RESTORE.md +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/docs/COMPARISONS.md +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/docs/DESIGN_AND_IMPLEMENTATION.md +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/docs/DISTRIBUTED_WORKERS.md +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/docs/EXECUTION_BACKENDS.md +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/docs/EXTENSIBILITY.md +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/docs/HARNESS_STACK.md +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/docs/IMPLEMENTATION_PLAN.md +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/docs/LANGUAGE_IMPLEMENTATION_COMPARISON.md +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/docs/LANGUAGE_PARITY_AUDIT.md +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/docs/LANGUAGE_PARITY_MATRIX.md +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/docs/MATURITY_MODEL.md +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/docs/MULTI_LANGUAGE.md +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/docs/MYSQL.md +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/docs/POLICY_ENGINE.md +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/docs/POSTGRES.md +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/docs/QUERY_EXAMPLES.md +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/docs/RELEASE_CHECKLIST.md +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/docs/RUNTIME_SPEC.md +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/docs/S3_MINIO.md +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/docs/SECURITY_ENTERPRISE.md +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/docs/STORAGE.md +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/docs/VERSIONING.md +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/docs/assets/agent-policy-engine-evaluate-detail.svg +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/docs/assets/agent-policy-engine-relationship-map.svg +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/docs/assets/agentledger-runtime-architecture.svg +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/docs/assets/agentledger-social-architecture.svg +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/docs/assets/langgraph-agentledger-relationship.svg +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/docs/zh/ADAPTER_ROADMAP.md +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/docs/zh/ARCHITECTURE.md +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/docs/zh/COMPARISONS.md +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/docs/zh/DESIGN_AND_IMPLEMENTATION.md +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/docs/zh/EXECUTION_BACKENDS.md +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/docs/zh/EXTENSIBILITY.md +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/docs/zh/HARNESS_STACK.md +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/docs/zh/LANGUAGE_IMPLEMENTATION_COMPARISON.md +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/docs/zh/LANGUAGE_PARITY_AUDIT.md +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/docs/zh/LANGUAGE_PARITY_MATRIX.md +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/docs/zh/MYSQL.md +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/docs/zh/POLICY_ENGINE.md +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/docs/zh/QUERY_EXAMPLES.md +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/docs/zh/RELEASE_CHECKLIST.md +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/docs/zh/RUNTIME_SPEC.md +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/docs/zh/SECURITY_ENTERPRISE.md +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/docs/zh/STORAGE.md +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/examples/autogen/basic_agent.py +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/examples/crewai/basic_crew.py +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/examples/docs/README.md +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/examples/hello_world/hello.py +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/examples/langchain/basic_runnable.py +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/examples/langgraph/basic_graph.py +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/examples/lint/boundary_rules.json +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/examples/llamaindex/basic_query.py +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/examples/mcp_context/basic_context_server.py +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/examples/mcp_tool/basic_tool.py +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/examples/media_stream/basic_media_stream.py +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/examples/media_stream/managed_tool.py +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/examples/openai_agents/basic_agent.py +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/examples/policy/local.policy.yaml +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/examples/sandbox/command_tool.py +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/examples/sandbox/sandbox.yaml +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/examples/semantic_kernel/basic_kernel.py +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/examples/side_effect_idempotency/README.md +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/examples/tool_catalog/basic_catalog.py +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/examples/transient_retry/README.md +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/examples/travel_assistant/demo.py +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/go/adapters/framework/framework.go +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/go/adapters/langfuse/langfuse.go +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/go/adapters/mcp/mcp.go +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/go/adapters/mysql/mysql.go +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/go/adapters/otel/otel.go +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/go/adapters/postgres/postgres.go +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/go/adapters/s3/s3.go +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/go/adapters/sandbox/docker/docker.go +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/go/adapters.go +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/go/blobstore.go +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/go/consumers.go +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/go/eval.go +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/go/evidence.go +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/go/examples/quickstart/main.go +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/go/examples/travel_assistant/main.go +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/go/failure_injection.go +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/go/go.mod +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/go/lint.go +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/go/official_adapters.go +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/go/ops.go +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/go/optional_adapters.go +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/go/replay.go +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/go/repro.go +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/go/review.go +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/go/runtime.go +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/go/scheduler.go +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/go/schema.go +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/go/shadow.go +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/go/simple.go +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/go/store.go +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/go/timetravel.go +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/go/tools.go +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/go/travel_assistant +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/go/types.go +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/go/worker.go +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/migrations/postgres/0001_initial.sql +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/migrations/sqlite/0001_initial.sql +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/packages/agentledger-langfuse/tests/test_import.py +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/packages/agentledger-langgraph/examples/README.md +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/packages/agentledger-langgraph/tests/test_import.py +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/packages/agentledger-mcp/examples/README.md +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/packages/agentledger-mcp/tests/test_import.py +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/packages/agentledger-mysql/examples/README.md +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/packages/agentledger-mysql/tests/test_import.py +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/packages/agentledger-otel/examples/README.md +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/packages/agentledger-otel/tests/test_import.py +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/packages/agentledger-postgres/examples/README.md +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/packages/agentledger-postgres/tests/test_import.py +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/packages/agentledger-s3/examples/README.md +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/packages/agentledger-s3/tests/test_import.py +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/packages/agentledger-sandbox-docker/examples/README.md +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/packages/agentledger-sandbox-docker/tests/test_import.py +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/rust/crates/agentledger-framework/README.md +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/rust/crates/agentledger-framework/src/lib.rs +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/rust/crates/agentledger-langfuse/README.md +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/rust/crates/agentledger-langfuse/src/lib.rs +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/rust/crates/agentledger-mcp/README.md +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/rust/crates/agentledger-mcp/src/lib.rs +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/rust/crates/agentledger-mysql/README.md +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/rust/crates/agentledger-mysql/src/lib.rs +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/rust/crates/agentledger-otel/README.md +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/rust/crates/agentledger-otel/src/lib.rs +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/rust/crates/agentledger-postgres/README.md +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/rust/crates/agentledger-postgres/src/lib.rs +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/rust/crates/agentledger-s3/README.md +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/rust/crates/agentledger-s3/src/lib.rs +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/rust/crates/agentledger-sandbox-docker/README.md +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/rust/crates/agentledger-sandbox-docker/src/lib.rs +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/rust/examples/quickstart.rs +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/rust/examples/travel_assistant.rs +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/scripts/audit_python_parity.py +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/scripts/check_adapter_packages.py +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/scripts/check_complete_core_parity.py +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/scripts/check_language_parity.py +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/src/agentledger/__main__.py +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/src/agentledger/adapter_certification.py +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/src/agentledger/adapters.py +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/src/agentledger/adapters_frameworks.py +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/src/agentledger/adapters_langgraph.py +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/src/agentledger/approval.py +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/src/agentledger/backup.py +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/src/agentledger/blobstore.py +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/src/agentledger/blobstore_s3.py +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/src/agentledger/cli.py +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/src/agentledger/conformance.py +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/src/agentledger/context.py +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/src/agentledger/contract.py +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/src/agentledger/cost.py +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/src/agentledger/diff.py +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/src/agentledger/eval.py +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/src/agentledger/evidence.py +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/src/agentledger/examples.py +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/src/agentledger/failure.py +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/src/agentledger/failure_injection.py +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/src/agentledger/ids.py +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/src/agentledger/jsonutil.py +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/src/agentledger/lint.py +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/src/agentledger/media.py +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/src/agentledger/media_tools.py +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/src/agentledger/policy.py +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/src/agentledger/protocol.py +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/src/agentledger/replay.py +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/src/agentledger/repro.py +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/src/agentledger/retention.py +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/src/agentledger/review.py +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/src/agentledger/runtime.py +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/src/agentledger/sandbox.py +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/src/agentledger/scheduler.py +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/src/agentledger/shadow.py +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/src/agentledger/simple.py +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/src/agentledger/storage_mysql.py +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/src/agentledger/storage_postgres.py +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/src/agentledger/storage_schema.py +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/src/agentledger/store.py +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/src/agentledger/timetravel.py +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/src/agentledger/tools.py +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/src/agentledger/trace.py +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/src/agentledger/worker.py +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/tests/test_postgres_integration.py +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/tests/test_s3_integration.py +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/typescript/examples/quickstart/quickstart.js +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/typescript/examples/travel_assistant/travel_assistant.js +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/typescript/packages/agentledger-langfuse/README.md +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/typescript/packages/agentledger-langfuse/src/index.d.ts +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/typescript/packages/agentledger-langfuse/src/index.js +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/typescript/packages/agentledger-langgraph/README.md +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/typescript/packages/agentledger-langgraph/src/index.d.ts +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/typescript/packages/agentledger-langgraph/src/index.js +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/typescript/packages/agentledger-mcp/README.md +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/typescript/packages/agentledger-mcp/src/index.d.ts +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/typescript/packages/agentledger-mcp/src/index.js +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/typescript/packages/agentledger-mysql/README.md +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/typescript/packages/agentledger-mysql/src/index.d.ts +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/typescript/packages/agentledger-mysql/src/index.js +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/typescript/packages/agentledger-otel/README.md +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/typescript/packages/agentledger-otel/src/index.d.ts +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/typescript/packages/agentledger-otel/src/index.js +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/typescript/packages/agentledger-postgres/README.md +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/typescript/packages/agentledger-postgres/src/index.d.ts +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/typescript/packages/agentledger-postgres/src/index.js +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/typescript/packages/agentledger-s3/README.md +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/typescript/packages/agentledger-s3/src/index.d.ts +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/typescript/packages/agentledger-s3/src/index.js +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/typescript/packages/agentledger-sandbox-docker/README.md +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/typescript/packages/agentledger-sandbox-docker/src/index.d.ts +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/typescript/packages/agentledger-sandbox-docker/src/index.js +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/typescript/src/adapters/langfuse.d.ts +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/typescript/src/adapters/langgraph.d.ts +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/typescript/src/adapters/mcp.d.ts +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/typescript/src/adapters/mysql.d.ts +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/typescript/src/adapters/otel.d.ts +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/typescript/src/adapters/postgres.d.ts +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/typescript/src/adapters/s3.d.ts +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/typescript/src/adapters/sandbox-docker.d.ts +0 -0
- {agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/typescript/src/index.d.ts +0 -0
|
@@ -8,6 +8,43 @@ This project follows semantic versioning for the stable runtime-core contract. O
|
|
|
8
8
|
|
|
9
9
|
No unreleased changes yet.
|
|
10
10
|
|
|
11
|
+
## 1.2.4
|
|
12
|
+
|
|
13
|
+
### Added
|
|
14
|
+
|
|
15
|
+
- Open-source impact documentation for AgentLedger's early-stage agent reliability and governance infrastructure positioning.
|
|
16
|
+
- Maintainer notes documenting project ownership, review principles, release responsibilities, coding-agent usage, and maintenance signals.
|
|
17
|
+
- Cross-language 3-minute side-effect safety demos showing crash/retry without duplicate external writes.
|
|
18
|
+
- Cross-language MCP governance examples showing descriptor annotations for side effects, approval, sandbox metadata, idempotency, and audit evidence.
|
|
19
|
+
- Adoption plan, public issue/discussion candidates, and a legal-agent case study template.
|
|
20
|
+
|
|
21
|
+
### Changed
|
|
22
|
+
|
|
23
|
+
- README first screen now leads with the tool side-effect safety problem before describing architecture.
|
|
24
|
+
- MCP tool adapter now maps governance annotations such as `approval_required`, `sandbox_required`, `sandbox_executor`, and `sandbox_policy`.
|
|
25
|
+
|
|
26
|
+
### Clarified
|
|
27
|
+
|
|
28
|
+
- Roadmap guidance for open-source adoption, OpenAI Agents SDK/MCP examples, Codex-assisted maintainer workflows, and public usage evidence without changing runtime-core semantics.
|
|
29
|
+
- 1.2.4 does not change runtime-core semantics; it is an adoption and example-focused release.
|
|
30
|
+
|
|
31
|
+
## 1.2.3
|
|
32
|
+
|
|
33
|
+
### Added
|
|
34
|
+
|
|
35
|
+
- SQL query examples for runtime inspection, multi-table timelines, approvals, costs, artifacts, and large business-schema integration patterns.
|
|
36
|
+
- `agentledger-langfuse` as an official optional observability adapter boundary.
|
|
37
|
+
- TypeScript subpath/package, Go adapter boundary, and Rust crate/feature boundary for Langfuse-style evidence/trace payload export.
|
|
38
|
+
|
|
39
|
+
### Changed
|
|
40
|
+
|
|
41
|
+
- Updated adapter packaging, certification, optional-adapter conformance, and documentation entrypoints for the Langfuse adapter boundary.
|
|
42
|
+
- Removed tracked local runtime state from the repository.
|
|
43
|
+
|
|
44
|
+
### Clarified
|
|
45
|
+
|
|
46
|
+
- Langfuse support is an adapter/export boundary, not a replacement for Langfuse or a binding to the Langfuse SDK.
|
|
47
|
+
|
|
11
48
|
## 1.2.2
|
|
12
49
|
|
|
13
50
|
### Added
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: agentledger-runtime
|
|
3
|
-
Version: 1.2.
|
|
3
|
+
Version: 1.2.4
|
|
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
|
|
@@ -52,14 +52,16 @@ Description-Content-Type: text/markdown
|
|
|
52
52
|
[English](README.md) | [中文](README.zh-CN.md)
|
|
53
53
|
|
|
54
54
|

|
|
55
|
-

|
|
56
56
|

|
|
57
57
|

|
|
58
58
|

|
|
59
59
|

|
|
60
60
|

|
|
61
61
|
|
|
62
|
-
|
|
62
|
+
Your agent called a tool. Did it happen? Can you retry safely? Can you prove it later?
|
|
63
|
+
|
|
64
|
+
AgentLedger `1.2.4` 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.
|
|
63
65
|
|
|
64
66
|
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.
|
|
65
67
|
|
|
@@ -76,6 +78,9 @@ Python remains the reference implementation, and Go, TypeScript, and Rust now ha
|
|
|
76
78
|
| 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) |
|
|
77
79
|
| Query runtime tables | [docs/QUERY_EXAMPLES.md](docs/QUERY_EXAMPLES.md) |
|
|
78
80
|
| Understand Harness stack composition | [docs/HARNESS_STACK.md](docs/HARNESS_STACK.md) |
|
|
81
|
+
| Understand open-source impact | [docs/OPEN_SOURCE_IMPACT.md](docs/OPEN_SOURCE_IMPACT.md) |
|
|
82
|
+
| Understand maintainer responsibilities | [docs/MAINTAINER_NOTES.md](docs/MAINTAINER_NOTES.md) |
|
|
83
|
+
| Plan adoption work | [docs/ADOPTION.md](docs/ADOPTION.md) |
|
|
79
84
|
| Understand what is equal across languages | [docs/LANGUAGE_IMPLEMENTATION_COMPARISON.md](docs/LANGUAGE_IMPLEMENTATION_COMPARISON.md) |
|
|
80
85
|
| Install optional adapter packages | [docs/ADAPTER_PACKAGING.md](docs/ADAPTER_PACKAGING.md) |
|
|
81
86
|
| Use Go correctly | [go/README.md](go/README.md#install) |
|
|
@@ -164,10 +169,12 @@ The intended production shape is therefore not `AgentLedger instead of LangGraph
|
|
|
164
169
|
|
|
165
170
|
## Examples
|
|
166
171
|
|
|
167
|
-
The repository includes small quickstarts
|
|
172
|
+
The repository includes cross-language 3-minute side-effect safety demos, MCP governance demos, small quickstarts, and a richer multi-language Travel Assistant demo that shows the same runtime ideas across Python, Go, Rust, and TypeScript.
|
|
168
173
|
|
|
169
|
-
|
|
|
174
|
+
| Goal | Demo | Run |
|
|
170
175
|
| --- | --- | --- |
|
|
176
|
+
| 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` |
|
|
177
|
+
| 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` |
|
|
171
178
|
| Python | `examples/travel_assistant/demo.py` | `python3 examples/travel_assistant/demo.py` |
|
|
172
179
|
| Go | `go/examples/travel_assistant/main.go` | `cd go && go run examples/travel_assistant/main.go` |
|
|
173
180
|
| Rust | `rust/examples/travel_assistant.rs` | `cd rust && cargo run --example travel_assistant` |
|
|
@@ -322,7 +329,7 @@ AgentLedger is also not a new LLM SDK, not a workflow engine, not a general obse
|
|
|
322
329
|
|
|
323
330
|
## Current maturity
|
|
324
331
|
|
|
325
|
-
AgentLedger 1.2.
|
|
332
|
+
AgentLedger 1.2.4 is a stable runtime-core release with Python as the reference implementation and Go, TypeScript, and Rust covered by shared runtime-core parity gates. It is suitable for local use, framework adapter integration, reliability semantics validation, and production pilot preparation with explicit adapter boundaries.
|
|
326
333
|
|
|
327
334
|
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).
|
|
328
335
|
|
|
@@ -3,14 +3,16 @@
|
|
|
3
3
|
[English](README.md) | [中文](README.zh-CN.md)
|
|
4
4
|
|
|
5
5
|

|
|
6
|
-

|
|
7
7
|

|
|
8
8
|

|
|
9
9
|

|
|
10
10
|

|
|
11
11
|

|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
Your agent called a tool. Did it happen? Can you retry safely? Can you prove it later?
|
|
14
|
+
|
|
15
|
+
AgentLedger `1.2.4` 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.
|
|
14
16
|
|
|
15
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.
|
|
16
18
|
|
|
@@ -27,6 +29,9 @@ Python remains the reference implementation, and Go, TypeScript, and Rust now ha
|
|
|
27
29
|
| 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) |
|
|
28
30
|
| Query runtime tables | [docs/QUERY_EXAMPLES.md](docs/QUERY_EXAMPLES.md) |
|
|
29
31
|
| Understand Harness stack composition | [docs/HARNESS_STACK.md](docs/HARNESS_STACK.md) |
|
|
32
|
+
| Understand open-source impact | [docs/OPEN_SOURCE_IMPACT.md](docs/OPEN_SOURCE_IMPACT.md) |
|
|
33
|
+
| Understand maintainer responsibilities | [docs/MAINTAINER_NOTES.md](docs/MAINTAINER_NOTES.md) |
|
|
34
|
+
| Plan adoption work | [docs/ADOPTION.md](docs/ADOPTION.md) |
|
|
30
35
|
| Understand what is equal across languages | [docs/LANGUAGE_IMPLEMENTATION_COMPARISON.md](docs/LANGUAGE_IMPLEMENTATION_COMPARISON.md) |
|
|
31
36
|
| Install optional adapter packages | [docs/ADAPTER_PACKAGING.md](docs/ADAPTER_PACKAGING.md) |
|
|
32
37
|
| Use Go correctly | [go/README.md](go/README.md#install) |
|
|
@@ -115,10 +120,12 @@ The intended production shape is therefore not `AgentLedger instead of LangGraph
|
|
|
115
120
|
|
|
116
121
|
## Examples
|
|
117
122
|
|
|
118
|
-
The repository includes small quickstarts
|
|
123
|
+
The repository includes cross-language 3-minute side-effect safety demos, MCP governance demos, small quickstarts, and a richer multi-language Travel Assistant demo that shows the same runtime ideas across Python, Go, Rust, and TypeScript.
|
|
119
124
|
|
|
120
|
-
|
|
|
125
|
+
| Goal | Demo | Run |
|
|
121
126
|
| --- | --- | --- |
|
|
127
|
+
| 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` |
|
|
128
|
+
| 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` |
|
|
122
129
|
| Python | `examples/travel_assistant/demo.py` | `python3 examples/travel_assistant/demo.py` |
|
|
123
130
|
| Go | `go/examples/travel_assistant/main.go` | `cd go && go run examples/travel_assistant/main.go` |
|
|
124
131
|
| Rust | `rust/examples/travel_assistant.rs` | `cd rust && cargo run --example travel_assistant` |
|
|
@@ -273,7 +280,7 @@ AgentLedger is also not a new LLM SDK, not a workflow engine, not a general obse
|
|
|
273
280
|
|
|
274
281
|
## Current maturity
|
|
275
282
|
|
|
276
|
-
AgentLedger 1.2.
|
|
283
|
+
AgentLedger 1.2.4 is a stable runtime-core release with Python as the reference implementation and Go, TypeScript, and Rust covered by shared runtime-core parity gates. It is suitable for local use, framework adapter integration, reliability semantics validation, and production pilot preparation with explicit adapter boundaries.
|
|
277
284
|
|
|
278
285
|
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).
|
|
279
286
|
|
|
@@ -3,14 +3,16 @@
|
|
|
3
3
|
[English](README.md) | [中文](README.zh-CN.md)
|
|
4
4
|
|
|
5
5
|

|
|
6
|
-

|
|
7
7
|

|
|
8
8
|

|
|
9
9
|

|
|
10
10
|

|
|
11
11
|

|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
你的 Agent 调用了一个工具。它真的执行了吗?可以安全重试吗?之后能证明发生过什么吗?
|
|
14
|
+
|
|
15
|
+
AgentLedger `1.2.4` 是面向 Agent Harness stack 的 runtime reliability layer。它不负责让 Agent 更会“思考”,也不替代完整 Harness 生态;它负责让 Agent run 在 worker 崩溃、工具失败、prompt 变更和长任务恢复时,仍然具备持久化、可审计、可重放、可治理和可恢复能力。
|
|
14
16
|
|
|
15
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。
|
|
16
18
|
|
|
@@ -27,6 +29,9 @@ Python 仍然是 reference implementation;Go、TypeScript、Rust 已有 native
|
|
|
27
29
|
| 找可运行示例 | [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) |
|
|
28
30
|
| 查询 runtime 表 | [docs/zh/QUERY_EXAMPLES.md](docs/zh/QUERY_EXAMPLES.md) |
|
|
29
31
|
| 理解 Harness stack 组合方式 | [docs/zh/HARNESS_STACK.md](docs/zh/HARNESS_STACK.md) |
|
|
32
|
+
| 理解开源生态价值 | [docs/zh/OPEN_SOURCE_IMPACT.md](docs/zh/OPEN_SOURCE_IMPACT.md) |
|
|
33
|
+
| 理解维护者职责 | [docs/zh/MAINTAINER_NOTES.md](docs/zh/MAINTAINER_NOTES.md) |
|
|
34
|
+
| 规划 adoption 工作 | [docs/zh/ADOPTION.md](docs/zh/ADOPTION.md) |
|
|
30
35
|
| 理解四语言哪些对齐、哪些不对齐 | [docs/zh/LANGUAGE_IMPLEMENTATION_COMPARISON.md](docs/zh/LANGUAGE_IMPLEMENTATION_COMPARISON.md) |
|
|
31
36
|
| 安装 optional adapter packages | [docs/zh/ADAPTER_PACKAGING.md](docs/zh/ADAPTER_PACKAGING.md) |
|
|
32
37
|
| 正确使用 Go | [go/README.md](go/README.md#install) |
|
|
@@ -116,10 +121,12 @@ AgentLedger 本身不是完整 Agent Harness。它的设计目标是和 Harness
|
|
|
116
121
|
|
|
117
122
|
## 示例
|
|
118
123
|
|
|
119
|
-
|
|
124
|
+
仓库里包含四语言 3-minute side-effect safety demo、MCP governance demo、最小 quickstart,以及一个更完整的多语言 Travel Assistant demo,用来展示 Python、Go、Rust、TypeScript 下相同的 runtime 思路。
|
|
120
125
|
|
|
121
|
-
|
|
|
126
|
+
| 目标 | Demo | 运行方式 |
|
|
122
127
|
| --- | --- | --- |
|
|
128
|
+
| 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` |
|
|
129
|
+
| 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` |
|
|
123
130
|
| Python | `examples/travel_assistant/demo.py` | `python3 examples/travel_assistant/demo.py` |
|
|
124
131
|
| Go | `go/examples/travel_assistant/main.go` | `cd go && go run examples/travel_assistant/main.go` |
|
|
125
132
|
| Rust | `rust/examples/travel_assistant.rs` | `cd rust && cargo run --example travel_assistant` |
|
|
@@ -274,7 +281,7 @@ AgentLedger 也不是新的 LLM SDK,不是 workflow engine,不是通用 obse
|
|
|
274
281
|
|
|
275
282
|
## 当前成熟度
|
|
276
283
|
|
|
277
|
-
AgentLedger 1.2.
|
|
284
|
+
AgentLedger 1.2.4 是 stable runtime-core release,Python 是 reference implementation,Go、TypeScript、Rust 已由共享 runtime-core parity gate 覆盖;适合本地使用、framework adapter integration、reliability semantics 验证,以及在明确 adapter 边界下做 production pilot 准备。
|
|
278
285
|
|
|
279
286
|
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)。
|
|
280
287
|
|
|
@@ -212,10 +212,10 @@ This does not make an adapter production-ready by itself. It gives users a concr
|
|
|
212
212
|
AgentLedger can generate a machine-readable starting bundle for official adapter profiles:
|
|
213
213
|
|
|
214
214
|
```bash
|
|
215
|
-
PYTHONPATH=src python3 -m agentledger adapter certify --kind postgres --adapter-version 1.2.
|
|
216
|
-
PYTHONPATH=src python3 -m agentledger adapter certify --kind mysql --adapter-version 1.2.
|
|
217
|
-
PYTHONPATH=src python3 -m agentledger adapter certify --kind s3 --adapter-version 1.2.
|
|
218
|
-
PYTHONPATH=src python3 -m agentledger adapter certify --kind langgraph --adapter-version 1.2.
|
|
215
|
+
PYTHONPATH=src python3 -m agentledger adapter certify --kind postgres --adapter-version 1.2.4
|
|
216
|
+
PYTHONPATH=src python3 -m agentledger adapter certify --kind mysql --adapter-version 1.2.4 --out ./mysql-certification.json
|
|
217
|
+
PYTHONPATH=src python3 -m agentledger adapter certify --kind s3 --adapter-version 1.2.4 --out ./s3-certification.json
|
|
218
|
+
PYTHONPATH=src python3 -m agentledger adapter certify --kind langgraph --adapter-version 1.2.4 --package-name agentledger-langgraph
|
|
219
219
|
```
|
|
220
220
|
|
|
221
221
|
Supported built-in profiles:
|
|
@@ -223,8 +223,8 @@ The `1.2.x` packaging release is expected to pass:
|
|
|
223
223
|
|
|
224
224
|
```bash
|
|
225
225
|
PYTHONDONTWRITEBYTECODE=1 PYTHONPATH=src python3 -m unittest discover -s tests -q
|
|
226
|
-
PYTHONDONTWRITEBYTECODE=1 PYTHONPATH=src python3 -m agentledger adapter certify --kind postgres --adapter-version 1.2.
|
|
227
|
-
PYTHONDONTWRITEBYTECODE=1 PYTHONPATH=src python3 -m agentledger adapter certify --kind mysql --adapter-version 1.2.
|
|
226
|
+
PYTHONDONTWRITEBYTECODE=1 PYTHONPATH=src python3 -m agentledger adapter certify --kind postgres --adapter-version 1.2.4
|
|
227
|
+
PYTHONDONTWRITEBYTECODE=1 PYTHONPATH=src python3 -m agentledger adapter certify --kind mysql --adapter-version 1.2.4
|
|
228
228
|
PYTHONDONTWRITEBYTECODE=1 PYTHONPATH=src python3 scripts/check_adapter_packages.py
|
|
229
229
|
go test ./...
|
|
230
230
|
cd typescript && npm test
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
# Adoption Plan
|
|
2
|
+
|
|
3
|
+
This document tracks near-term work that makes AgentLedger easier to understand, try, discuss, and validate. It does not change runtime-core scope.
|
|
4
|
+
|
|
5
|
+
## Why This Track Exists
|
|
6
|
+
|
|
7
|
+
AgentLedger already has substantial runtime-core depth. The next adoption bottleneck is not another large feature; it is helping a new user answer three questions quickly:
|
|
8
|
+
|
|
9
|
+
```text
|
|
10
|
+
What problem does this solve?
|
|
11
|
+
Can I see it in three minutes?
|
|
12
|
+
Can I verify the reliability claim myself?
|
|
13
|
+
```
|
|
14
|
+
|
|
15
|
+
## Current Adoption Priorities
|
|
16
|
+
|
|
17
|
+
| Priority | Item | Acceptance criteria |
|
|
18
|
+
|---|---|---|
|
|
19
|
+
| 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
|
+
| P0 | README first-screen pain point | The first screen explains the tool side-effect problem before listing architecture. |
|
|
21
|
+
| 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
|
+
| P1 | Public issue/discussion list | The next adoption tasks are easy to open as GitHub issues or discussions. |
|
|
23
|
+
| P1 | Case study template | A real integration can be documented without exposing private data. |
|
|
24
|
+
|
|
25
|
+
## Suggested Public Issues
|
|
26
|
+
|
|
27
|
+
These can be opened as GitHub issues when the project is ready for public tracking.
|
|
28
|
+
|
|
29
|
+
| Title | Type | Why it matters |
|
|
30
|
+
|---|---|---|
|
|
31
|
+
| 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
|
+
| Add OpenAI Agents SDK approval/replay example | example | Connects AgentLedger to a major agent SDK boundary without claiming official endorsement. |
|
|
33
|
+
| Add MCP tool governance example | example | Shows how MCP-style tools should pass through policy, approval, sandbox, idempotency, and evidence. |
|
|
34
|
+
| Prototype AgentLedger Inspector | product | Makes run timelines, Tool Ledger, approvals, replay, and failures visible. |
|
|
35
|
+
| Add Temporal bridge example | integration | Clarifies Temporal owns workflow lifecycle while AgentLedger owns node-internal reliability. |
|
|
36
|
+
| Add tool-injection risk scanner | security | Detects risky tool schemas, missing approval/sandbox, and runtime-boundary bypass patterns. |
|
|
37
|
+
| Publish legal-agent case study | case study | Shows a realistic audit/evidence use case without private data. |
|
|
38
|
+
|
|
39
|
+
## Case Study Rules
|
|
40
|
+
|
|
41
|
+
Case studies should be useful but conservative:
|
|
42
|
+
|
|
43
|
+
- remove private data, customer data, secrets, and internal implementation details
|
|
44
|
+
- describe the runtime problem before describing AgentLedger
|
|
45
|
+
- show the AgentLedger integration boundary
|
|
46
|
+
- include concrete evidence artifacts only when safe
|
|
47
|
+
- avoid claiming production hardening unless real operational evidence exists
|
|
48
|
+
|
|
49
|
+
## Good Adoption Evidence
|
|
50
|
+
|
|
51
|
+
- runnable examples
|
|
52
|
+
- short terminal recordings or GIFs
|
|
53
|
+
- public issues and discussions
|
|
54
|
+
- package downloads
|
|
55
|
+
- real integration notes
|
|
56
|
+
- external demos or blog posts
|
|
57
|
+
- adapter conformance reports
|
|
58
|
+
- real-service hardening reports
|
{agentledger_runtime-1.2.3 → agentledger_runtime-1.2.4}/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 release train | PyPI metadata `1.2.
|
|
59
|
-
| Package install smoke | Install/import/run from published or built package | PyPI `agentledger-runtime==1.2.
|
|
58
|
+
| Package metadata | Installable package metadata in the current release train | PyPI metadata `1.2.4` | `go.mod` tag `go/v1.2.4` | npm package `1.2.4` | `Cargo.toml` `1.2.4` | `scripts/check_complete_core_parity.py` version check | done |
|
|
59
|
+
| Package install smoke | Install/import/run from published or built package | PyPI `agentledger-runtime==1.2.4` release smoke after publish | `go/v1.2.4` clean external `go get` smoke after tag | npm `agentledger-runtime@1.2.4` release smoke after publish | crates.io `agentledger-runtime==1.2.4` 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 versions are checked across Python, TypeScript, and Rust; the current release train is aligned at `1.2.
|
|
70
|
+
4. Package versions are checked across Python, TypeScript, and Rust; the current release train is aligned at `1.2.4`.
|
|
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
|
|
|
@@ -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.2.
|
|
12
|
+
| Go | `go get github.com/yaogdu/AgentLedger/go@v1.2.4` 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.2.
|
|
39
|
+
go get github.com/yaogdu/AgentLedger/go@v1.2.4
|
|
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.2.
|
|
45
|
+
go install github.com/yaogdu/AgentLedger/go/cmd/agentledger-go@v1.2.4
|
|
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.2.
|
|
49
|
+
Important: `go get` must run inside a Go module. `go install github.com/yaogdu/AgentLedger/go@v1.2.4` 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,12 +88,14 @@ The crate is published as `agentledger-runtime`; the library crate is imported a
|
|
|
88
88
|
|
|
89
89
|
| Goal | Example |
|
|
90
90
|
|---|---|
|
|
91
|
+
| 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` |
|
|
91
92
|
| Smallest Python run | `../examples/hello_world/hello.py` |
|
|
92
93
|
| Idempotent side effects | `../examples/side_effect_idempotency/README.md` |
|
|
93
94
|
| Retry transient errors | `../examples/transient_retry/README.md` |
|
|
94
95
|
| LangGraph integration | `../examples/langgraph/basic_graph.py` |
|
|
95
96
|
| LangChain integration | `../examples/langchain/basic_runnable.py` |
|
|
96
97
|
| MCP tool/context | `../examples/mcp_tool/basic_tool.py`, `../examples/mcp_context/basic_context_server.py` |
|
|
98
|
+
| MCP governance | `../examples/mcp_governance/README.md`; Go `../go/examples/mcp_governance`; TypeScript `../typescript/examples/mcp_governance`; Rust `../rust/examples/mcp_governance.rs` |
|
|
97
99
|
| Sandbox command tool | `../examples/sandbox/command_tool.py` |
|
|
98
100
|
| Media/stream refs | `../examples/media_stream/basic_media_stream.py` |
|
|
99
101
|
| Go quickstart | `../go/examples/quickstart/main.go` |
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
# Implementation Status
|
|
2
2
|
|
|
3
|
-
Updated: 2026-05
|
|
3
|
+
Updated: 2026-06-05
|
|
4
4
|
|
|
5
5
|
This document tracks what is implemented in runtime-core, what remains planned for optional adapters, and what should stay outside runtime-core.
|
|
6
6
|
|
|
7
7
|
## Current Baseline
|
|
8
8
|
|
|
9
|
-
AgentLedger 1.2.
|
|
9
|
+
AgentLedger 1.2.4 is a stable runtime-core line with Python as the reference implementation and Go/TypeScript/Rust covered by shared runtime-core parity gates. The 1.2.x line adds adapter packaging boundaries across the supported language ecosystems and now includes the official MySQL storage adapter boundary plus a dependency-free Langfuse export adapter boundary while keeping selected preview/experimental concrete adapter paths explicit. It is suitable for:
|
|
10
10
|
|
|
11
11
|
- local use
|
|
12
12
|
- runtime design review
|
|
@@ -15,7 +15,7 @@ AgentLedger 1.2.3 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.2.
|
|
18
|
+
Release-scope note: 1.2.4 is an adoption and example-focused release. It adds cross-language 3-minute side-effect safety demos, cross-language MCP governance examples, adoption documentation, public issue/discussion candidates, and legal-agent case-study templates without changing runtime-core semantics. 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
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
[English](LANGUAGE_QUICKSTART.md) | [中文](zh/LANGUAGE_QUICKSTART.md)
|
|
4
4
|
|
|
5
|
-
AgentLedger 1.2.
|
|
5
|
+
AgentLedger 1.2.4 has one Python reference runtime and native preview runtime-core baselines for Go, TypeScript, and Rust. The shared promise is semantic parity for runtime-core: durable runs, leases, Tool Ledger, evidence, replay, policy/approval/sandbox boundaries, cost/failure attribution, conformance, and official optional adapter contracts.
|
|
6
6
|
|
|
7
7
|
The non-Python packages are native runtime packages, not thin clients: each runs a native local runtime loop and reports the shared conformance checks.
|
|
8
8
|
|
|
@@ -66,13 +66,13 @@ Use the released Go module from a Go project:
|
|
|
66
66
|
|
|
67
67
|
```bash
|
|
68
68
|
go mod init your-module-name # only if your project does not have go.mod yet
|
|
69
|
-
go get github.com/yaogdu/AgentLedger/go@v1.2.
|
|
69
|
+
go get github.com/yaogdu/AgentLedger/go@v1.2.4
|
|
70
70
|
```
|
|
71
71
|
|
|
72
72
|
Install the optional CLI command:
|
|
73
73
|
|
|
74
74
|
```bash
|
|
75
|
-
go install github.com/yaogdu/AgentLedger/go/cmd/agentledger-go@v1.2.
|
|
75
|
+
go install github.com/yaogdu/AgentLedger/go/cmd/agentledger-go@v1.2.4
|
|
76
76
|
agentledger-go --help
|
|
77
77
|
agentledger-go doctor
|
|
78
78
|
agentledger-go quickstart
|
|
@@ -86,7 +86,7 @@ go test . ./cmd/agentledger-go
|
|
|
86
86
|
go run ./cmd/agentledger-go conformance
|
|
87
87
|
```
|
|
88
88
|
|
|
89
|
-
Note: `go get` must run inside a Go module. `go install github.com/yaogdu/AgentLedger/go@v1.2.
|
|
89
|
+
Note: `go get` must run inside a Go module. `go install github.com/yaogdu/AgentLedger/go@v1.2.4` fails because the library package is not a `package main`; use `/cmd/agentledger-go` for the CLI.
|
|
90
90
|
|
|
91
91
|
Minimal runtime:
|
|
92
92
|
|
|
@@ -267,7 +267,7 @@ python3.11 scripts/audit_python_parity.py > /tmp/agentledger-python-parity-audit
|
|
|
267
267
|
python3.11 scripts/check_language_parity.py --json-report /tmp/agentledger-language-parity.json
|
|
268
268
|
```
|
|
269
269
|
|
|
270
|
-
Expected for 1.2.
|
|
270
|
+
Expected for 1.2.4:
|
|
271
271
|
|
|
272
272
|
```text
|
|
273
273
|
gap_count: 0
|
|
@@ -277,5 +277,5 @@ AgentLedger language parity checks passed
|
|
|
277
277
|
## What Not To Assume
|
|
278
278
|
|
|
279
279
|
- Go/TypeScript/Rust are package surfaces, even though runtime-core semantics are conformance-aligned.
|
|
280
|
-
- Official adapters in 1.2.
|
|
280
|
+
- Official adapters in 1.2.4 use injected clients and dry-run manifests; real cloud SDKs and live service hardening are optional follow-up gates.
|
|
281
281
|
- AgentLedger does not replace LangGraph, LangChain, LangSmith, Langfuse, Temporal, Ray, Kubernetes, vector DBs, or eval platforms. It provides the runtime safety/evidence layer those systems can integrate with.
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
# Maintainer Notes
|
|
2
|
+
|
|
3
|
+
This document explains how AgentLedger is maintained and what kinds of work belong in the project. It is written for contributors, reviewers, and open-source program reviewers who need to understand the maintenance surface.
|
|
4
|
+
|
|
5
|
+
## Maintainer Role
|
|
6
|
+
|
|
7
|
+
The project owner and primary maintainer is responsible for:
|
|
8
|
+
|
|
9
|
+
- runtime architecture and scope decisions
|
|
10
|
+
- runtime-core contract design and compatibility
|
|
11
|
+
- roadmap planning and release management
|
|
12
|
+
- implementation of core reliability features
|
|
13
|
+
- review of issues, pull requests, and adapter proposals
|
|
14
|
+
- documentation, examples, and migration notes
|
|
15
|
+
- conformance fixtures and cross-language parity gates
|
|
16
|
+
- adapter certification boundaries and maturity labels
|
|
17
|
+
- security posture around tools, approvals, sandbox routing, and evidence handling
|
|
18
|
+
|
|
19
|
+
## Maintenance Principles
|
|
20
|
+
|
|
21
|
+
AgentLedger should remain a runtime reliability layer, not a catch-all agent platform.
|
|
22
|
+
|
|
23
|
+
- Keep runtime-core small, explicit, and dependency-light.
|
|
24
|
+
- Put framework, storage, observability, sandbox, and provider integrations behind adapters.
|
|
25
|
+
- Prefer contracts and conformance fixtures over undocumented behavior.
|
|
26
|
+
- Treat tool side effects as auditable runtime-managed operations.
|
|
27
|
+
- Record evidence for failure paths, not only successful runs.
|
|
28
|
+
- Keep replay and shadow execution side-effect safe.
|
|
29
|
+
- Mark maturity honestly: stable, preview, experimental, external-required, or out-of-scope.
|
|
30
|
+
- Do not claim production hardening for an adapter until real-service validation exists.
|
|
31
|
+
|
|
32
|
+
## Active Maintenance Areas
|
|
33
|
+
|
|
34
|
+
Current maintenance work is grouped around these tracks:
|
|
35
|
+
|
|
36
|
+
| Track | Maintainer work |
|
|
37
|
+
| --- | --- |
|
|
38
|
+
| Runtime contract | keep `contracts/agentledger.runtime.v1.json`, runtime events, wire objects, and invariants stable |
|
|
39
|
+
| Reliability semantics | maintain leases, fencing, cancellation, checkpoint/resume, replay, shadow, and failure attribution behavior |
|
|
40
|
+
| Tool governance | maintain Tool Ledger, policy decisions, approval gates, sandbox routing, idempotency, and audit evidence |
|
|
41
|
+
| Storage and evidence | maintain StateStore, BlobStore, migrations, evidence bundles, static debug export, and query documentation |
|
|
42
|
+
| Adapter boundaries | keep optional adapters installable without adding heavy dependencies to core |
|
|
43
|
+
| Language parity | keep Python reference behavior aligned with Go, TypeScript, and Rust conformance gates |
|
|
44
|
+
| Documentation | keep usage, architecture, maturity, comparison, release, and roadmap docs accurate |
|
|
45
|
+
| Release quality | run release checks, package checks, language parity checks, and package publishing verification |
|
|
46
|
+
|
|
47
|
+
## Review Checklist
|
|
48
|
+
|
|
49
|
+
Maintainers should ask these questions during review:
|
|
50
|
+
|
|
51
|
+
- Does this change preserve the runtime boundary?
|
|
52
|
+
- Does it add hidden state or bypass runtime-managed tool calls?
|
|
53
|
+
- Does it change event ordering, state versioning, or replay behavior?
|
|
54
|
+
- Does it introduce a dependency that belongs in an adapter instead of runtime-core?
|
|
55
|
+
- Does it handle cancellation, retry, timeout, and unknown side-effect status?
|
|
56
|
+
- Does it record enough evidence for debugging and audit?
|
|
57
|
+
- Does it update conformance fixtures when semantics change?
|
|
58
|
+
- Does it update docs when public behavior changes?
|
|
59
|
+
|
|
60
|
+
## Use Of Coding Agents
|
|
61
|
+
|
|
62
|
+
Coding agents can help maintain AgentLedger, but generated changes still need normal engineering review. Useful tasks include:
|
|
63
|
+
|
|
64
|
+
- issue triage and reproduction notes
|
|
65
|
+
- adapter skeletons and conformance fixture updates
|
|
66
|
+
- documentation consistency checks
|
|
67
|
+
- changelog and release checklist preparation
|
|
68
|
+
- regression test generation for failure paths
|
|
69
|
+
- cross-language parity audits
|
|
70
|
+
- examples that show approval, replay, evidence export, and sandbox behavior
|
|
71
|
+
|
|
72
|
+
Coding agents should not be used to bypass review for security-sensitive changes, release signing, secrets, package publishing credentials, or destructive data operations.
|
|
73
|
+
|
|
74
|
+
## Current Open Source Status
|
|
75
|
+
|
|
76
|
+
AgentLedger is early-stage but actively maintained. It should be described as infrastructure with a stable runtime-core contract and evolving optional adapters, not as a mature hosted product or a widely deployed platform.
|
|
77
|
+
|
|
78
|
+
The strongest public maintenance signals are:
|
|
79
|
+
|
|
80
|
+
- versioned releases and changelog entries
|
|
81
|
+
- formal runtime and adapter documentation
|
|
82
|
+
- multiple language implementations
|
|
83
|
+
- conformance checks across Python, Go, TypeScript, and Rust
|
|
84
|
+
- examples and query/debugging documentation
|
|
85
|
+
- explicit maturity and roadmap documents
|
|
86
|
+
|
|
87
|
+
Future maintenance should strengthen real-world evidence: user examples, issues, discussions, integration guides, adapter hardening reports, and external service validation.
|
|
88
|
+
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
# Open Source Impact
|
|
2
|
+
|
|
3
|
+
AgentLedger is an early-stage open-source infrastructure project for production AI agent reliability and governance. It is not an agent framework, a hosted platform, or a replacement for LangGraph, Temporal, Langfuse, MCP, or model providers. Its value is the runtime boundary those systems can share: durable state, governed tool use, evidence, replay, policy checks, sandbox routing, and cost/failure attribution.
|
|
4
|
+
|
|
5
|
+
## Ecosystem Problem
|
|
6
|
+
|
|
7
|
+
Most agent projects can demonstrate a successful happy path before they can operate safely in production. The harder problems appear after the first demo:
|
|
8
|
+
|
|
9
|
+
- workers crash after a model call but before the next state commit
|
|
10
|
+
- tools timeout after they may already have changed an external system
|
|
11
|
+
- retries duplicate emails, tickets, database writes, or infrastructure actions
|
|
12
|
+
- prompts, models, and tool schemas change without a reproducible execution record
|
|
13
|
+
- reviewers cannot tell which state, tool result, policy decision, or approval caused an outcome
|
|
14
|
+
- teams add ad hoc logs and retries instead of a shared reliability contract
|
|
15
|
+
|
|
16
|
+
These are infrastructure problems, not prompt-engineering problems. AgentLedger focuses on the execution layer where state transitions, tool side effects, approvals, evidence, and replay have to be enforced consistently.
|
|
17
|
+
|
|
18
|
+
## What AgentLedger Adds
|
|
19
|
+
|
|
20
|
+
AgentLedger provides a runtime reliability layer that can sit beside or underneath agent frameworks and orchestration systems.
|
|
21
|
+
|
|
22
|
+
| Capability | Ecosystem value |
|
|
23
|
+
| --- | --- |
|
|
24
|
+
| Durable execution records | Agent runs can be resumed, inspected, and replayed from committed runtime events instead of in-memory state. |
|
|
25
|
+
| Tool Ledger | Tool side effects receive idempotency keys, causal request records, status tracking, and audit evidence. |
|
|
26
|
+
| Policy and approval gates | High-risk tools can require explicit permission, human approval, or sandbox routing before execution. |
|
|
27
|
+
| Evidence bundles | Debugging, review, compliance, and regression checks can consume one portable record of state, tool results, artifacts, costs, and failures. |
|
|
28
|
+
| Replay and shadow semantics | Historical runs can be replayed without repeating external side effects, and new logic can be compared against recorded evidence. |
|
|
29
|
+
| Adapter contracts | Frameworks, storage backends, observability sinks, MCP-style tool systems, and sandbox executors can integrate without forcing runtime-core to become a large platform. |
|
|
30
|
+
| Multi-language runtime contract | Python, Go, TypeScript, and Rust implementations align on a language-neutral runtime contract and shared conformance fixtures. |
|
|
31
|
+
|
|
32
|
+
## Why It Is Different From Agent Frameworks
|
|
33
|
+
|
|
34
|
+
Agent frameworks usually own planning, reasoning, graph routing, prompt strategy, and model/tool selection. AgentLedger owns the reliability boundary around execution:
|
|
35
|
+
|
|
36
|
+
```text
|
|
37
|
+
Agent framework:
|
|
38
|
+
choose what should happen next
|
|
39
|
+
|
|
40
|
+
AgentLedger:
|
|
41
|
+
make the execution durable, governed, auditable, replayable, and recoverable
|
|
42
|
+
```
|
|
43
|
+
|
|
44
|
+
This means AgentLedger is designed to be used with existing frameworks rather than compete with them. A LangGraph, OpenAI Agents SDK, CrewAI, AutoGen, LlamaIndex, Semantic Kernel, or custom agent can keep its own reasoning model while AgentLedger records durable runtime evidence and governs side effects.
|
|
45
|
+
|
|
46
|
+
## Current Stage
|
|
47
|
+
|
|
48
|
+
AgentLedger is a young project. Its current value should be evaluated by infrastructure depth and clarity of contract rather than by broad adoption metrics alone.
|
|
49
|
+
|
|
50
|
+
What is already in place:
|
|
51
|
+
|
|
52
|
+
- stable v1.x runtime-core contract
|
|
53
|
+
- Python reference implementation
|
|
54
|
+
- Go, TypeScript, and Rust runtime-core parity gates
|
|
55
|
+
- Tool Ledger, evidence/replay, policy/approval/sandbox boundaries, cost/failure attribution, worker/conformance, and adapter seams
|
|
56
|
+
- optional package boundaries for storage, observability, sandbox, framework, and protocol adapters
|
|
57
|
+
- formal documentation for architecture, runtime specification, storage, adapters, maturity, release checks, and language parity
|
|
58
|
+
|
|
59
|
+
What remains intentionally separate or later-stage:
|
|
60
|
+
|
|
61
|
+
- hosted dashboard products
|
|
62
|
+
- full eval platforms
|
|
63
|
+
- RAG/vector memory systems
|
|
64
|
+
- production claims for every external backend
|
|
65
|
+
- replacing mature workflow, tracing, or sandbox infrastructure
|
|
66
|
+
|
|
67
|
+
## Open Source Maintenance Value
|
|
68
|
+
|
|
69
|
+
AgentLedger is useful to maintain as open source because the problem is shared across the agent ecosystem. Different teams may use different agent frameworks and deployment stacks, but they face similar runtime reliability questions:
|
|
70
|
+
|
|
71
|
+
- Which side effects happened?
|
|
72
|
+
- Which tool calls were approved?
|
|
73
|
+
- Which state version was used?
|
|
74
|
+
- Can this run be resumed?
|
|
75
|
+
- Can this result be reproduced?
|
|
76
|
+
- Can this failure be attributed?
|
|
77
|
+
- Can a new agent version be compared against historical evidence?
|
|
78
|
+
|
|
79
|
+
Open development makes the runtime contract, adapter boundaries, conformance fixtures, and examples easier to review and reuse across ecosystems.
|
|
80
|
+
|