agentledger-runtime 1.2.4__tar.gz → 1.3.0__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.4 → agentledger_runtime-1.3.0}/CHANGELOG.md +16 -1
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/PKG-INFO +26 -21
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/README.md +6 -4
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/README.zh-CN.md +5 -3
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/docs/ADAPTER_CERTIFICATION.md +4 -4
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/docs/ADAPTER_PACKAGING.md +46 -25
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/docs/ADAPTER_ROADMAP.md +3 -3
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/docs/ADOPTION.md +1 -1
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/docs/COMPLETE_CORE_PARITY_CHECKLIST.md +4 -4
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/docs/GETTING_STARTED.md +5 -4
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/docs/HARNESS_STACK.md +2 -2
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/docs/IMPLEMENTATION_STATUS.md +5 -4
- agentledger_runtime-1.3.0/docs/INSPECTOR.md +170 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/docs/LANGUAGE_QUICKSTART.md +6 -6
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/docs/OPEN_SOURCE_IMPACT.md +2 -3
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/docs/POLICY_ENGINE.md +1 -1
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/docs/QUERY_EXAMPLES.md +1 -1
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/docs/README.md +3 -1
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/docs/RELEASE_CHECKLIST.md +33 -2
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/docs/ROADMAP.md +54 -21
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/docs/USAGE.md +11 -4
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/docs/zh/ADAPTER_CERTIFICATION.md +4 -4
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/docs/zh/ADAPTER_PACKAGING.md +47 -26
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/docs/zh/ADAPTER_ROADMAP.md +3 -3
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/docs/zh/ADOPTION.md +1 -1
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/docs/zh/COMPLETE_CORE_PARITY_CHECKLIST.md +3 -3
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/docs/zh/GETTING_STARTED.md +5 -4
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/docs/zh/HARNESS_STACK.md +2 -2
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/docs/zh/IMPLEMENTATION_STATUS.md +5 -4
- agentledger_runtime-1.3.0/docs/zh/INSPECTOR.md +170 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/docs/zh/LANGUAGE_QUICKSTART.md +6 -6
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/docs/zh/MAINTAINER_NOTES.md +1 -2
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/docs/zh/OPEN_SOURCE_IMPACT.md +2 -3
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/docs/zh/POLICY_ENGINE.md +1 -1
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/docs/zh/README.md +2 -1
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/docs/zh/RELEASE_CHECKLIST.md +32 -2
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/docs/zh/ROADMAP.md +56 -21
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/docs/zh/USAGE.md +11 -4
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/examples/README.md +1 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/examples/hello_world/hello.py +2 -1
- agentledger_runtime-1.3.0/examples/inspector/README.md +25 -0
- agentledger_runtime-1.3.0/examples/inspector/custom_viewer.py +106 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/go/README.md +4 -4
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/go/cmd/agentledger-go/main.go +3 -3
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/go/examples/README.md +3 -3
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/go/examples/travel_assistant/main.go +5 -2
- agentledger_runtime-1.3.0/packages/agentledger-inspector/README.md +68 -0
- agentledger_runtime-1.3.0/packages/agentledger-inspector/pyproject.toml +23 -0
- agentledger_runtime-1.3.0/packages/agentledger-inspector/src/agentledger_inspector/__init__.py +20 -0
- agentledger_runtime-1.3.0/packages/agentledger-inspector/tests/test_import.py +8 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/packages/agentledger-langfuse/README.md +1 -1
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/packages/agentledger-langfuse/pyproject.toml +2 -2
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/packages/agentledger-langfuse/src/agentledger_langfuse/__init__.py +1 -1
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/packages/agentledger-langgraph/README.md +2 -3
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/packages/agentledger-langgraph/pyproject.toml +2 -2
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/packages/agentledger-langgraph/src/agentledger_langgraph/__init__.py +1 -1
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/packages/agentledger-mcp/README.md +1 -1
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/packages/agentledger-mcp/pyproject.toml +2 -2
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/packages/agentledger-mcp/src/agentledger_mcp/__init__.py +1 -1
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/packages/agentledger-mysql/README.md +2 -2
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/packages/agentledger-mysql/pyproject.toml +2 -2
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/packages/agentledger-mysql/src/agentledger_mysql/__init__.py +1 -1
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/packages/agentledger-otel/README.md +2 -3
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/packages/agentledger-otel/pyproject.toml +2 -2
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/packages/agentledger-otel/src/agentledger_otel/__init__.py +1 -1
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/packages/agentledger-postgres/README.md +2 -3
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/packages/agentledger-postgres/pyproject.toml +2 -2
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/packages/agentledger-postgres/src/agentledger_postgres/__init__.py +1 -1
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/packages/agentledger-s3/README.md +2 -3
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/packages/agentledger-s3/pyproject.toml +2 -2
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/packages/agentledger-s3/src/agentledger_s3/__init__.py +1 -1
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/packages/agentledger-sandbox-docker/README.md +1 -1
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/packages/agentledger-sandbox-docker/pyproject.toml +2 -2
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/packages/agentledger-sandbox-docker/src/agentledger_sandbox_docker/__init__.py +1 -1
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/pyproject.toml +19 -17
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/rust/Cargo.lock +1 -1
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/rust/Cargo.toml +2 -1
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/rust/README.md +1 -1
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/rust/crates/agentledger-framework/Cargo.toml +2 -2
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/rust/crates/agentledger-langfuse/Cargo.toml +2 -2
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/rust/crates/agentledger-mcp/Cargo.toml +2 -2
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/rust/crates/agentledger-mysql/Cargo.toml +2 -2
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/rust/crates/agentledger-otel/Cargo.toml +2 -2
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/rust/crates/agentledger-postgres/Cargo.toml +2 -2
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/rust/crates/agentledger-s3/Cargo.toml +2 -2
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/rust/crates/agentledger-sandbox-docker/Cargo.toml +2 -2
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/rust/examples/travel_assistant.rs +1 -1
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/rust/src/main.rs +3 -3
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/scripts/audit_python_parity.py +3 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/scripts/check_adapter_packages.py +41 -22
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/src/agentledger/__init__.py +13 -2
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/src/agentledger/cli.py +68 -0
- agentledger_runtime-1.3.0/src/agentledger/inspector.py +685 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/src/agentledger/protocol.py +18 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/tests/test_runtime.py +209 -1
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/typescript/README.md +1 -1
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/typescript/examples/travel_assistant/travel_assistant.js +4 -1
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/typescript/package.json +1 -1
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/typescript/packages/agentledger-langfuse/package.json +2 -2
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/typescript/packages/agentledger-langgraph/README.md +1 -1
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/typescript/packages/agentledger-langgraph/package.json +2 -2
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/typescript/packages/agentledger-mcp/package.json +2 -2
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/typescript/packages/agentledger-mysql/package.json +2 -2
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/typescript/packages/agentledger-otel/package.json +2 -2
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/typescript/packages/agentledger-postgres/package.json +2 -2
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/typescript/packages/agentledger-s3/package.json +2 -2
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/typescript/packages/agentledger-sandbox-docker/package.json +2 -2
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/typescript/src/adapters/langfuse.js +1 -1
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/typescript/src/adapters/langgraph.js +1 -1
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/typescript/src/adapters/mcp.js +1 -1
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/typescript/src/adapters/mysql.js +1 -1
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/typescript/src/adapters/otel.js +1 -1
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/typescript/src/adapters/postgres.js +1 -1
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/typescript/src/adapters/s3.js +1 -1
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/typescript/src/adapters/sandbox-docker.js +1 -1
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/typescript/src/cli.js +3 -3
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/typescript/test/runtime.test.js +3 -3
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/.github/workflows/ci.yml +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/.gitignore +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/CODE_OF_CONDUCT.md +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/CONTRIBUTING.md +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/LICENSE +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/SECURITY.md +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/contracts/agentledger.runtime.v1.json +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/contracts/conformance/adversarial_review.v1.json +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/contracts/conformance/boundary_lint.v1.json +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/contracts/conformance/cost_failure_attribution.v1.json +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/contracts/conformance/evidence_consumers.v1.json +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/contracts/conformance/evidence_regression.v1.json +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/contracts/conformance/failure_injection.v1.json +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/contracts/conformance/framework_adapters.v1.json +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/contracts/conformance/local_blob_store.v1.json +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/contracts/conformance/local_persistence.v1.json +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/contracts/conformance/mcp_adapters.v1.json +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/contracts/conformance/media_stream_artifacts.v1.json +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/contracts/conformance/official_adapters.v1.json +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/contracts/conformance/ops_readiness.v1.json +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/contracts/conformance/optional_adapters.v1.json +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/contracts/conformance/otlp_trace_export.v1.json +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/contracts/conformance/policy_approval_sandbox.v1.json +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/contracts/conformance/repro.v1.json +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/contracts/conformance/runtime_baseline.v1.json +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/contracts/conformance/runtime_semantics.v1.json +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/contracts/conformance/scheduler.v1.json +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/contracts/conformance/shadow.v1.json +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/contracts/conformance/simple_api.v1.json +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/contracts/conformance/static_debug_html.v1.json +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/contracts/conformance/storage_schema.v1.json +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/contracts/conformance/time_travel.v1.json +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/contracts/conformance/tool_schema_validation.v1.json +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/contracts/conformance/worker_service.v1.json +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/docs/ARCHITECTURE.md +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/docs/BACKUP_RESTORE.md +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/docs/COMPARISONS.md +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/docs/DESIGN_AND_IMPLEMENTATION.md +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/docs/DISTRIBUTED_WORKERS.md +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/docs/EXECUTION_BACKENDS.md +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/docs/EXTENSIBILITY.md +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/docs/IMPLEMENTATION_PLAN.md +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/docs/LANGUAGE_IMPLEMENTATION_COMPARISON.md +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/docs/LANGUAGE_PARITY_AUDIT.md +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/docs/LANGUAGE_PARITY_MATRIX.md +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/docs/MAINTAINER_NOTES.md +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/docs/MATURITY_MODEL.md +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/docs/MULTI_LANGUAGE.md +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/docs/MYSQL.md +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/docs/POSTGRES.md +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/docs/RUNTIME_SPEC.md +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/docs/S3_MINIO.md +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/docs/SECURITY_ENTERPRISE.md +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/docs/STORAGE.md +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/docs/VERSIONING.md +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/docs/assets/agent-policy-engine-evaluate-detail.svg +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/docs/assets/agent-policy-engine-relationship-map.svg +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/docs/assets/agentledger-runtime-architecture.svg +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/docs/assets/agentledger-social-architecture.svg +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/docs/assets/langgraph-agentledger-relationship.svg +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/docs/case-studies/legal-agent.md +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/docs/zh/ARCHITECTURE.md +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/docs/zh/COMPARISONS.md +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/docs/zh/DESIGN_AND_IMPLEMENTATION.md +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/docs/zh/EXECUTION_BACKENDS.md +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/docs/zh/EXTENSIBILITY.md +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/docs/zh/LANGUAGE_IMPLEMENTATION_COMPARISON.md +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/docs/zh/LANGUAGE_PARITY_AUDIT.md +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/docs/zh/LANGUAGE_PARITY_MATRIX.md +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/docs/zh/MYSQL.md +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/docs/zh/QUERY_EXAMPLES.md +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/docs/zh/RUNTIME_SPEC.md +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/docs/zh/SECURITY_ENTERPRISE.md +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/docs/zh/STORAGE.md +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/docs/zh/case-studies/legal-agent.md +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/examples/autogen/basic_agent.py +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/examples/crewai/basic_crew.py +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/examples/docs/README.md +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/examples/langchain/basic_runnable.py +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/examples/langgraph/basic_graph.py +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/examples/lint/boundary_rules.json +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/examples/llamaindex/basic_query.py +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/examples/mcp_context/basic_context_server.py +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/examples/mcp_governance/README.md +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/examples/mcp_governance/demo.py +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/examples/mcp_tool/basic_tool.py +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/examples/media_stream/basic_media_stream.py +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/examples/media_stream/managed_tool.py +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/examples/openai_agents/basic_agent.py +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/examples/policy/local.policy.yaml +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/examples/sandbox/command_tool.py +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/examples/sandbox/sandbox.yaml +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/examples/semantic_kernel/basic_kernel.py +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/examples/side_effect_idempotency/README.md +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/examples/three_minute_demo/README.md +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/examples/three_minute_demo/demo.py +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/examples/tool_catalog/basic_catalog.py +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/examples/transient_retry/README.md +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/examples/travel_assistant/demo.py +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/go/adapters/framework/framework.go +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/go/adapters/langfuse/langfuse.go +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/go/adapters/mcp/mcp.go +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/go/adapters/mysql/mysql.go +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/go/adapters/otel/otel.go +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/go/adapters/postgres/postgres.go +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/go/adapters/s3/s3.go +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/go/adapters/sandbox/docker/docker.go +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/go/adapters.go +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/go/blobstore.go +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/go/consumers.go +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/go/eval.go +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/go/evidence.go +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/go/examples/mcp_governance/main.go +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/go/examples/quickstart/main.go +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/go/examples/three_minute_demo/main.go +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/go/failure_injection.go +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/go/go.mod +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/go/lint.go +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/go/mcp.go +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/go/official_adapters.go +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/go/ops.go +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/go/optional_adapters.go +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/go/replay.go +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/go/repro.go +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/go/review.go +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/go/runtime.go +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/go/runtime_test.go +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/go/scheduler.go +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/go/schema.go +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/go/shadow.go +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/go/simple.go +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/go/store.go +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/go/timetravel.go +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/go/tools.go +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/go/travel_assistant +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/go/types.go +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/go/worker.go +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/migrations/postgres/0001_initial.sql +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/migrations/sqlite/0001_initial.sql +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/packages/agentledger-langfuse/tests/test_import.py +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/packages/agentledger-langgraph/examples/README.md +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/packages/agentledger-langgraph/tests/test_import.py +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/packages/agentledger-mcp/examples/README.md +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/packages/agentledger-mcp/tests/test_import.py +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/packages/agentledger-mysql/examples/README.md +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/packages/agentledger-mysql/tests/test_import.py +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/packages/agentledger-otel/examples/README.md +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/packages/agentledger-otel/tests/test_import.py +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/packages/agentledger-postgres/examples/README.md +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/packages/agentledger-postgres/tests/test_import.py +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/packages/agentledger-s3/examples/README.md +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/packages/agentledger-s3/tests/test_import.py +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/packages/agentledger-sandbox-docker/examples/README.md +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/packages/agentledger-sandbox-docker/tests/test_import.py +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/rust/crates/agentledger-framework/README.md +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/rust/crates/agentledger-framework/src/lib.rs +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/rust/crates/agentledger-langfuse/README.md +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/rust/crates/agentledger-langfuse/src/lib.rs +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/rust/crates/agentledger-mcp/README.md +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/rust/crates/agentledger-mcp/src/lib.rs +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/rust/crates/agentledger-mysql/README.md +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/rust/crates/agentledger-mysql/src/lib.rs +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/rust/crates/agentledger-otel/README.md +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/rust/crates/agentledger-otel/src/lib.rs +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/rust/crates/agentledger-postgres/README.md +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/rust/crates/agentledger-postgres/src/lib.rs +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/rust/crates/agentledger-s3/README.md +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/rust/crates/agentledger-s3/src/lib.rs +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/rust/crates/agentledger-sandbox-docker/README.md +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/rust/crates/agentledger-sandbox-docker/src/lib.rs +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/rust/examples/README.md +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/rust/examples/mcp_governance.rs +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/rust/examples/quickstart.rs +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/rust/examples/three_minute_demo.rs +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/rust/src/lib.rs +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/scripts/check_complete_core_parity.py +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/scripts/check_language_parity.py +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/src/agentledger/__main__.py +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/src/agentledger/adapter_certification.py +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/src/agentledger/adapters.py +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/src/agentledger/adapters_frameworks.py +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/src/agentledger/adapters_langgraph.py +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/src/agentledger/adapters_mcp.py +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/src/agentledger/approval.py +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/src/agentledger/backup.py +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/src/agentledger/blobstore.py +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/src/agentledger/blobstore_s3.py +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/src/agentledger/conformance.py +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/src/agentledger/context.py +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/src/agentledger/contract.py +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/src/agentledger/cost.py +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/src/agentledger/diff.py +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/src/agentledger/eval.py +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/src/agentledger/evidence.py +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/src/agentledger/examples.py +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/src/agentledger/failure.py +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/src/agentledger/failure_injection.py +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/src/agentledger/ids.py +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/src/agentledger/jsonutil.py +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/src/agentledger/lint.py +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/src/agentledger/media.py +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/src/agentledger/media_tools.py +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/src/agentledger/policy.py +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/src/agentledger/replay.py +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/src/agentledger/repro.py +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/src/agentledger/retention.py +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/src/agentledger/review.py +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/src/agentledger/runtime.py +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/src/agentledger/sandbox.py +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/src/agentledger/scheduler.py +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/src/agentledger/shadow.py +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/src/agentledger/simple.py +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/src/agentledger/storage_mysql.py +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/src/agentledger/storage_postgres.py +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/src/agentledger/storage_schema.py +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/src/agentledger/store.py +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/src/agentledger/timetravel.py +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/src/agentledger/tools.py +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/src/agentledger/trace.py +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/src/agentledger/worker.py +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/tests/test_postgres_integration.py +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/tests/test_s3_integration.py +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/typescript/examples/README.md +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/typescript/examples/mcp_governance/mcp_governance.js +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/typescript/examples/quickstart/quickstart.js +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/typescript/examples/three_minute_demo/three_minute_demo.js +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/typescript/packages/agentledger-langfuse/README.md +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/typescript/packages/agentledger-langfuse/src/index.d.ts +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/typescript/packages/agentledger-langfuse/src/index.js +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/typescript/packages/agentledger-langgraph/src/index.d.ts +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/typescript/packages/agentledger-langgraph/src/index.js +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/typescript/packages/agentledger-mcp/README.md +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/typescript/packages/agentledger-mcp/src/index.d.ts +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/typescript/packages/agentledger-mcp/src/index.js +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/typescript/packages/agentledger-mysql/README.md +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/typescript/packages/agentledger-mysql/src/index.d.ts +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/typescript/packages/agentledger-mysql/src/index.js +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/typescript/packages/agentledger-otel/README.md +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/typescript/packages/agentledger-otel/src/index.d.ts +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/typescript/packages/agentledger-otel/src/index.js +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/typescript/packages/agentledger-postgres/README.md +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/typescript/packages/agentledger-postgres/src/index.d.ts +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/typescript/packages/agentledger-postgres/src/index.js +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/typescript/packages/agentledger-s3/README.md +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/typescript/packages/agentledger-s3/src/index.d.ts +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/typescript/packages/agentledger-s3/src/index.js +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/typescript/packages/agentledger-sandbox-docker/README.md +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/typescript/packages/agentledger-sandbox-docker/src/index.d.ts +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/typescript/packages/agentledger-sandbox-docker/src/index.js +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/typescript/src/adapters/langfuse.d.ts +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/typescript/src/adapters/langgraph.d.ts +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/typescript/src/adapters/mcp.d.ts +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/typescript/src/adapters/mysql.d.ts +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/typescript/src/adapters/otel.d.ts +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/typescript/src/adapters/postgres.d.ts +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/typescript/src/adapters/s3.d.ts +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/typescript/src/adapters/sandbox-docker.d.ts +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/typescript/src/index.d.ts +0 -0
- {agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/typescript/src/index.js +0 -0
|
@@ -8,6 +8,21 @@ This project follows semantic versioning for the stable runtime-core contract. O
|
|
|
8
8
|
|
|
9
9
|
No unreleased changes yet.
|
|
10
10
|
|
|
11
|
+
## 1.3.0
|
|
12
|
+
|
|
13
|
+
### Added
|
|
14
|
+
|
|
15
|
+
- `agentledger inspector` CLI with read-only `run` and `evidence` subcommands.
|
|
16
|
+
- Language-neutral Inspector read model `agentledger.inspector.v1` for run timeline, Tool Ledger, approvals, policy decisions, cost/failure records, artifacts, and risk flags.
|
|
17
|
+
- Static HTML Inspector export for local or internal debugging without starting a server.
|
|
18
|
+
- Read-only SQLite runtime data source and Postgres/MySQL read data sources through existing StateStore adapter boundaries.
|
|
19
|
+
- Optional `agentledger-inspector` companion package for users who want to depend on the read model and extension API directly.
|
|
20
|
+
|
|
21
|
+
### Clarified
|
|
22
|
+
|
|
23
|
+
- Inspector is an evidence/runtime metadata consumer, not a permissions system or write/control plane.
|
|
24
|
+
- Use read-only database credentials for Postgres/MySQL inspection; evidence-bundle input remains the most portable path across Python, Go, TypeScript, and Rust.
|
|
25
|
+
|
|
11
26
|
## 1.2.4
|
|
12
27
|
|
|
13
28
|
### Added
|
|
@@ -127,7 +142,7 @@ No unreleased changes yet.
|
|
|
127
142
|
|
|
128
143
|
- Python reference runtime-core parity is now declared for Go, TypeScript, and Rust within the AgentLedger core scope.
|
|
129
144
|
- Concrete production adapters such as Postgres, S3/MinIO, Docker, Kubernetes, MCP transport, LangGraph, Temporal, and OpenTelemetry remain optional packages unless explicitly shipped for a language.
|
|
130
|
-
- AgentLedger remains a framework/library/runtime layer, not
|
|
145
|
+
- AgentLedger remains a framework/library/runtime layer, not a managed service and not a general workflow, eval, RAG, or deployment product.
|
|
131
146
|
|
|
132
147
|
## 1.0.0
|
|
133
148
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: agentledger-runtime
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.3.0
|
|
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,30 +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-
|
|
25
|
-
Requires-Dist: agentledger-
|
|
26
|
-
Requires-Dist: agentledger-
|
|
27
|
-
Requires-Dist: agentledger-
|
|
28
|
-
Requires-Dist: agentledger-
|
|
29
|
-
Requires-Dist: agentledger-
|
|
30
|
-
Requires-Dist: agentledger-
|
|
31
|
-
Requires-Dist: agentledger-
|
|
24
|
+
Requires-Dist: agentledger-inspector<2,>=1.3; extra == 'all'
|
|
25
|
+
Requires-Dist: agentledger-langfuse<2,>=1.3; extra == 'all'
|
|
26
|
+
Requires-Dist: agentledger-langgraph<2,>=1.3; extra == 'all'
|
|
27
|
+
Requires-Dist: agentledger-mcp<2,>=1.3; extra == 'all'
|
|
28
|
+
Requires-Dist: agentledger-mysql<2,>=1.3; extra == 'all'
|
|
29
|
+
Requires-Dist: agentledger-otel<2,>=1.3; extra == 'all'
|
|
30
|
+
Requires-Dist: agentledger-postgres<2,>=1.3; extra == 'all'
|
|
31
|
+
Requires-Dist: agentledger-s3<2,>=1.3; extra == 'all'
|
|
32
|
+
Requires-Dist: agentledger-sandbox-docker<2,>=1.3; extra == 'all'
|
|
32
33
|
Provides-Extra: docker
|
|
33
|
-
Requires-Dist: agentledger-sandbox-docker<2,>=1.
|
|
34
|
+
Requires-Dist: agentledger-sandbox-docker<2,>=1.3; extra == 'docker'
|
|
35
|
+
Provides-Extra: inspector
|
|
36
|
+
Requires-Dist: agentledger-inspector<2,>=1.3; extra == 'inspector'
|
|
34
37
|
Provides-Extra: langfuse
|
|
35
|
-
Requires-Dist: agentledger-langfuse<2,>=1.
|
|
38
|
+
Requires-Dist: agentledger-langfuse<2,>=1.3; extra == 'langfuse'
|
|
36
39
|
Provides-Extra: langgraph
|
|
37
|
-
Requires-Dist: agentledger-langgraph<2,>=1.
|
|
40
|
+
Requires-Dist: agentledger-langgraph<2,>=1.3; extra == 'langgraph'
|
|
38
41
|
Provides-Extra: mcp
|
|
39
|
-
Requires-Dist: agentledger-mcp<2,>=1.
|
|
42
|
+
Requires-Dist: agentledger-mcp<2,>=1.3; extra == 'mcp'
|
|
40
43
|
Provides-Extra: mysql
|
|
41
|
-
Requires-Dist: agentledger-mysql<2,>=1.
|
|
44
|
+
Requires-Dist: agentledger-mysql<2,>=1.3; extra == 'mysql'
|
|
42
45
|
Provides-Extra: otel
|
|
43
|
-
Requires-Dist: agentledger-otel<2,>=1.
|
|
46
|
+
Requires-Dist: agentledger-otel<2,>=1.3; extra == 'otel'
|
|
44
47
|
Provides-Extra: postgres
|
|
45
|
-
Requires-Dist: agentledger-postgres<2,>=1.
|
|
48
|
+
Requires-Dist: agentledger-postgres<2,>=1.3; extra == 'postgres'
|
|
46
49
|
Provides-Extra: s3
|
|
47
|
-
Requires-Dist: agentledger-s3<2,>=1.
|
|
50
|
+
Requires-Dist: agentledger-s3<2,>=1.3; extra == 's3'
|
|
48
51
|
Description-Content-Type: text/markdown
|
|
49
52
|
|
|
50
53
|
# AgentLedger
|
|
@@ -52,7 +55,7 @@ Description-Content-Type: text/markdown
|
|
|
52
55
|
[English](README.md) | [中文](README.zh-CN.md)
|
|
53
56
|
|
|
54
57
|

|
|
55
|
-

|
|
56
59
|

|
|
57
60
|

|
|
58
61
|

|
|
@@ -61,7 +64,7 @@ Description-Content-Type: text/markdown
|
|
|
61
64
|
|
|
62
65
|
Your agent called a tool. Did it happen? Can you retry safely? Can you prove it later?
|
|
63
66
|
|
|
64
|
-
AgentLedger `1.
|
|
67
|
+
AgentLedger `1.3.0` 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.
|
|
65
68
|
|
|
66
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.
|
|
67
70
|
|
|
@@ -77,6 +80,7 @@ Python remains the reference implementation, and Go, TypeScript, and Rust now ha
|
|
|
77
80
|
| Choose Python / Go / TypeScript / Rust | [docs/LANGUAGE_QUICKSTART.md](docs/LANGUAGE_QUICKSTART.md) |
|
|
78
81
|
| 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) |
|
|
79
82
|
| Query runtime tables | [docs/QUERY_EXAMPLES.md](docs/QUERY_EXAMPLES.md) |
|
|
83
|
+
| Inspect a run visually | [docs/INSPECTOR.md](docs/INSPECTOR.md) |
|
|
80
84
|
| Understand Harness stack composition | [docs/HARNESS_STACK.md](docs/HARNESS_STACK.md) |
|
|
81
85
|
| Understand open-source impact | [docs/OPEN_SOURCE_IMPACT.md](docs/OPEN_SOURCE_IMPACT.md) |
|
|
82
86
|
| Understand maintainer responsibilities | [docs/MAINTAINER_NOTES.md](docs/MAINTAINER_NOTES.md) |
|
|
@@ -93,7 +97,7 @@ Python remains the reference implementation, and Go, TypeScript, and Rust now ha
|
|
|
93
97
|
| What is stable? | The v1.x runtime-core contract: durable execution, Tool Ledger, evidence/replay, policy/approval/sandbox boundaries, cost/failure reports, worker/conformance, and Python reference implementation with Go/TypeScript/Rust runtime-core parity gates. |
|
|
94
98
|
| What is optional? | Postgres, MySQL, S3/MinIO, framework-native packages, OTLP collector transport, sandbox infrastructure, distributed deployment recipes, and real-service hardening. |
|
|
95
99
|
| What is experimental? | Some concrete provider adapters, media/stream processing adapters, and real-service hardening paths. Go/TypeScript/Rust runtime-core baselines are native implementations covered by shared conformance. |
|
|
96
|
-
| What is not in core? | Planning engines, full eval systems, RAG/vector memory, trace stores,
|
|
100
|
+
| What is not in core? | Planning engines, full eval systems, RAG/vector memory, trace stores, application administration backends, and sandbox infrastructure providers. |
|
|
97
101
|
| How should other languages work? | This repo is contract-first. Python is the reference runtime; Go, Node/TypeScript, and Rust now have native runtime baselines under `go/`, `typescript/`, and `rust/`. Runtime-ready requires `contracts/agentledger.runtime.v1.json`, the shared semantic manifest `contracts/conformance/runtime_semantics.v1.json`, shared conformance fixtures, and per-language conformance commands. |
|
|
98
102
|
|
|
99
103
|
## Scope principle
|
|
@@ -329,7 +333,7 @@ AgentLedger is also not a new LLM SDK, not a workflow engine, not a general obse
|
|
|
329
333
|
|
|
330
334
|
## Current maturity
|
|
331
335
|
|
|
332
|
-
AgentLedger 1.
|
|
336
|
+
AgentLedger 1.3.0 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.
|
|
333
337
|
|
|
334
338
|
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).
|
|
335
339
|
|
|
@@ -338,6 +342,7 @@ The runtime-core contract is stable; optional production adapters and external i
|
|
|
338
342
|
| Goal | Document |
|
|
339
343
|
| --- | --- |
|
|
340
344
|
| Use the runtime | [docs/USAGE.md](docs/USAGE.md) |
|
|
345
|
+
| Inspect runtime evidence | [docs/INSPECTOR.md](docs/INSPECTOR.md) |
|
|
341
346
|
| Understand architecture | [docs/ARCHITECTURE.md](docs/ARCHITECTURE.md) |
|
|
342
347
|
| Compare with adjacent tools | [docs/COMPARISONS.md](docs/COMPARISONS.md) |
|
|
343
348
|
| Read implementation details | [docs/DESIGN_AND_IMPLEMENTATION.md](docs/DESIGN_AND_IMPLEMENTATION.md) |
|
|
@@ -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.3.0` 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
|
|
|
@@ -28,6 +28,7 @@ Python remains the reference implementation, and Go, TypeScript, and Rust now ha
|
|
|
28
28
|
| Choose Python / Go / TypeScript / Rust | [docs/LANGUAGE_QUICKSTART.md](docs/LANGUAGE_QUICKSTART.md) |
|
|
29
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) |
|
|
30
30
|
| Query runtime tables | [docs/QUERY_EXAMPLES.md](docs/QUERY_EXAMPLES.md) |
|
|
31
|
+
| Inspect a run visually | [docs/INSPECTOR.md](docs/INSPECTOR.md) |
|
|
31
32
|
| Understand Harness stack composition | [docs/HARNESS_STACK.md](docs/HARNESS_STACK.md) |
|
|
32
33
|
| Understand open-source impact | [docs/OPEN_SOURCE_IMPACT.md](docs/OPEN_SOURCE_IMPACT.md) |
|
|
33
34
|
| Understand maintainer responsibilities | [docs/MAINTAINER_NOTES.md](docs/MAINTAINER_NOTES.md) |
|
|
@@ -44,7 +45,7 @@ Python remains the reference implementation, and Go, TypeScript, and Rust now ha
|
|
|
44
45
|
| What is stable? | The v1.x runtime-core contract: durable execution, Tool Ledger, evidence/replay, policy/approval/sandbox boundaries, cost/failure reports, worker/conformance, and Python reference implementation with Go/TypeScript/Rust runtime-core parity gates. |
|
|
45
46
|
| What is optional? | Postgres, MySQL, S3/MinIO, framework-native packages, OTLP collector transport, sandbox infrastructure, distributed deployment recipes, and real-service hardening. |
|
|
46
47
|
| What is experimental? | Some concrete provider adapters, media/stream processing adapters, and real-service hardening paths. Go/TypeScript/Rust runtime-core baselines are native implementations covered by shared conformance. |
|
|
47
|
-
| What is not in core? | Planning engines, full eval systems, RAG/vector memory, trace stores,
|
|
48
|
+
| What is not in core? | Planning engines, full eval systems, RAG/vector memory, trace stores, application administration backends, and sandbox infrastructure providers. |
|
|
48
49
|
| How should other languages work? | This repo is contract-first. Python is the reference runtime; Go, Node/TypeScript, and Rust now have native runtime baselines under `go/`, `typescript/`, and `rust/`. Runtime-ready requires `contracts/agentledger.runtime.v1.json`, the shared semantic manifest `contracts/conformance/runtime_semantics.v1.json`, shared conformance fixtures, and per-language conformance commands. |
|
|
49
50
|
|
|
50
51
|
## Scope principle
|
|
@@ -280,7 +281,7 @@ AgentLedger is also not a new LLM SDK, not a workflow engine, not a general obse
|
|
|
280
281
|
|
|
281
282
|
## Current maturity
|
|
282
283
|
|
|
283
|
-
AgentLedger 1.
|
|
284
|
+
AgentLedger 1.3.0 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.
|
|
284
285
|
|
|
285
286
|
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).
|
|
286
287
|
|
|
@@ -289,6 +290,7 @@ The runtime-core contract is stable; optional production adapters and external i
|
|
|
289
290
|
| Goal | Document |
|
|
290
291
|
| --- | --- |
|
|
291
292
|
| Use the runtime | [docs/USAGE.md](docs/USAGE.md) |
|
|
293
|
+
| Inspect runtime evidence | [docs/INSPECTOR.md](docs/INSPECTOR.md) |
|
|
292
294
|
| Understand architecture | [docs/ARCHITECTURE.md](docs/ARCHITECTURE.md) |
|
|
293
295
|
| Compare with adjacent tools | [docs/COMPARISONS.md](docs/COMPARISONS.md) |
|
|
294
296
|
| Read implementation details | [docs/DESIGN_AND_IMPLEMENTATION.md](docs/DESIGN_AND_IMPLEMENTATION.md) |
|
|
@@ -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.3.0` 是面向 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
|
|
|
@@ -28,6 +28,7 @@ Python 仍然是 reference implementation;Go、TypeScript、Rust 已有 native
|
|
|
28
28
|
| 选择 Python / Go / TypeScript / Rust | [docs/zh/LANGUAGE_QUICKSTART.md](docs/zh/LANGUAGE_QUICKSTART.md) |
|
|
29
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) |
|
|
30
30
|
| 查询 runtime 表 | [docs/zh/QUERY_EXAMPLES.md](docs/zh/QUERY_EXAMPLES.md) |
|
|
31
|
+
| 可视化排查 run | [docs/zh/INSPECTOR.md](docs/zh/INSPECTOR.md) |
|
|
31
32
|
| 理解 Harness stack 组合方式 | [docs/zh/HARNESS_STACK.md](docs/zh/HARNESS_STACK.md) |
|
|
32
33
|
| 理解开源生态价值 | [docs/zh/OPEN_SOURCE_IMPACT.md](docs/zh/OPEN_SOURCE_IMPACT.md) |
|
|
33
34
|
| 理解维护者职责 | [docs/zh/MAINTAINER_NOTES.md](docs/zh/MAINTAINER_NOTES.md) |
|
|
@@ -281,7 +282,7 @@ AgentLedger 也不是新的 LLM SDK,不是 workflow engine,不是通用 obse
|
|
|
281
282
|
|
|
282
283
|
## 当前成熟度
|
|
283
284
|
|
|
284
|
-
AgentLedger 1.
|
|
285
|
+
AgentLedger 1.3.0 是 stable runtime-core release,Python 是 reference implementation,Go、TypeScript、Rust 已由共享 runtime-core parity gate 覆盖;适合本地使用、framework adapter integration、reliability semantics 验证,以及在明确 adapter 边界下做 production pilot 准备。
|
|
285
286
|
|
|
286
287
|
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)。
|
|
287
288
|
|
|
@@ -290,6 +291,7 @@ runtime-core contract 已稳定;optional production adapter 和外部基础设
|
|
|
290
291
|
| 目标 | 文档 |
|
|
291
292
|
| --- | --- |
|
|
292
293
|
| 学会使用 runtime | [docs/zh/USAGE.md](docs/zh/USAGE.md) |
|
|
294
|
+
| 查看 runtime evidence | [docs/zh/INSPECTOR.md](docs/zh/INSPECTOR.md) |
|
|
293
295
|
| 理解整体架构 | [docs/zh/ARCHITECTURE.md](docs/zh/ARCHITECTURE.md) |
|
|
294
296
|
| 对比相邻工具 | [docs/zh/COMPARISONS.md](docs/zh/COMPARISONS.md) |
|
|
295
297
|
| 阅读实现细节 | [docs/zh/DESIGN_AND_IMPLEMENTATION.md](docs/zh/DESIGN_AND_IMPLEMENTATION.md) |
|
|
@@ -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.
|
|
216
|
-
PYTHONPATH=src python3 -m agentledger adapter certify --kind mysql --adapter-version 1.
|
|
217
|
-
PYTHONPATH=src python3 -m agentledger adapter certify --kind s3 --adapter-version 1.
|
|
218
|
-
PYTHONPATH=src python3 -m agentledger adapter certify --kind langgraph --adapter-version 1.
|
|
215
|
+
PYTHONPATH=src python3 -m agentledger adapter certify --kind postgres --adapter-version 1.3.0
|
|
216
|
+
PYTHONPATH=src python3 -m agentledger adapter certify --kind mysql --adapter-version 1.3.0 --out ./mysql-certification.json
|
|
217
|
+
PYTHONPATH=src python3 -m agentledger adapter certify --kind s3 --adapter-version 1.3.0 --out ./s3-certification.json
|
|
218
|
+
PYTHONPATH=src python3 -m agentledger adapter certify --kind langgraph --adapter-version 1.3.0 --package-name agentledger-langgraph
|
|
219
219
|
```
|
|
220
220
|
|
|
221
221
|
Supported built-in profiles:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Adapter Packaging
|
|
2
2
|
|
|
3
|
-
AgentLedger `1.2.1` introduced the adapter packaging model, `1.2.2` extended it with the official MySQL storage adapter boundary,
|
|
3
|
+
AgentLedger `1.2.1` introduced the adapter packaging model, `1.2.2` extended it with the official MySQL storage adapter boundary, `1.2.3` added a dependency-free Langfuse evidence/trace export boundary, and `1.3.0` adds the read-only Inspector companion package. Runtime-core stays small and dependency-light; concrete integrations and external evidence consumers move into optional packages that can be installed through extras or directly.
|
|
4
4
|
|
|
5
5
|
## Why Split Adapters
|
|
6
6
|
|
|
@@ -24,7 +24,7 @@ extras preserve easy installation
|
|
|
24
24
|
|
|
25
25
|
Adapter packaging is language-specific. The goal is the same across languages, but the package mechanism follows each ecosystem:
|
|
26
26
|
|
|
27
|
-
| Language | Mechanism
|
|
27
|
+
| Language | Mechanism | Reason |
|
|
28
28
|
| --- | --- | --- |
|
|
29
29
|
| Python | separate PyPI packages under `packages/` plus `agentledger-runtime[...]` extras | Python extras are the cleanest way to keep optional SDK dependencies out of core |
|
|
30
30
|
| TypeScript/Node | `agentledger-runtime` subpath exports plus separate npm adapter packages under `typescript/packages/` | subpath exports are ergonomic for local use; adapter packages preserve future independent npm releases |
|
|
@@ -50,6 +50,7 @@ pip install "agentledger-runtime[mcp]"
|
|
|
50
50
|
pip install "agentledger-runtime[otel]"
|
|
51
51
|
pip install "agentledger-runtime[langfuse]"
|
|
52
52
|
pip install "agentledger-runtime[docker]"
|
|
53
|
+
pip install "agentledger-runtime[inspector]"
|
|
53
54
|
pip install "agentledger-runtime[all]"
|
|
54
55
|
```
|
|
55
56
|
|
|
@@ -64,6 +65,7 @@ pip install agentledger-mcp
|
|
|
64
65
|
pip install agentledger-otel
|
|
65
66
|
pip install agentledger-langfuse
|
|
66
67
|
pip install agentledger-sandbox-docker
|
|
68
|
+
pip install agentledger-inspector
|
|
67
69
|
```
|
|
68
70
|
|
|
69
71
|
Use extras for normal projects. Use direct adapter packages when an organization wants explicit dependency locks, separate package mirrors, or independent adapter release governance.
|
|
@@ -89,6 +91,7 @@ agentledger-runtime/
|
|
|
89
91
|
agentledger-otel/
|
|
90
92
|
agentledger-langfuse/
|
|
91
93
|
agentledger-sandbox-docker/
|
|
94
|
+
agentledger-inspector/ # companion package, not an adapter
|
|
92
95
|
typescript/
|
|
93
96
|
src/adapters/ # runtime subpath exports
|
|
94
97
|
packages/ # npm adapter packages
|
|
@@ -132,7 +135,7 @@ Each adapter package should provide:
|
|
|
132
135
|
|
|
133
136
|
## First Adapter Packages
|
|
134
137
|
|
|
135
|
-
| Package | Owns in `1.
|
|
138
|
+
| Package | Owns in current `1.3.x` release train | Dependency status |
|
|
136
139
|
| --- | --- | --- |
|
|
137
140
|
| `agentledger-postgres` | `PostgresStore`, `PostgresStoreConfig`, migration/conformance helpers | Requires `psycopg[binary]`; production rollout still needs real-service drills. |
|
|
138
141
|
| `agentledger-mysql` | `MySQLStore`, `MySQLStoreConfig`, migration/conformance helpers | Requires `pymysql`; production rollout still needs real-service drills. |
|
|
@@ -143,6 +146,18 @@ Each adapter package should provide:
|
|
|
143
146
|
| `agentledger-langfuse` | Langfuse-style evidence/trace payload export | Current package is dependency-light; Langfuse SDK/server ingestion behavior remains application/deployment validation. |
|
|
144
147
|
| `agentledger-sandbox-docker` | Docker sandbox executor package and local/team recipes | Current boundary can use Docker CLI/manifest semantics; daemon hardening, network policy, and resource validation are external. |
|
|
145
148
|
|
|
149
|
+
## Companion Packages
|
|
150
|
+
|
|
151
|
+
Not every optional package is an adapter. `agentledger-inspector` is a read-only evidence/runtime metadata consumer. It uses the same package and extra mechanism for installation convenience, but it does not provide a storage, framework, sandbox, model, or observability adapter.
|
|
152
|
+
|
|
153
|
+
```bash
|
|
154
|
+
pip install "agentledger-runtime[inspector]"
|
|
155
|
+
agentledger inspector evidence ./evidence/<run_id> --html ./inspector.html
|
|
156
|
+
agentledger inspector run <run_id> --root .agentledger --html ./inspector.html
|
|
157
|
+
```
|
|
158
|
+
|
|
159
|
+
The Inspector package should remain read-only and dependency-light. Web servers, authentication, deployment management, and write/control-plane actions are outside this package boundary.
|
|
160
|
+
|
|
146
161
|
Language fit matters. `agentledger-langgraph` is first-class for Python and TypeScript/Node because those ecosystems have LangGraph packages. Go and Rust expose a generic `framework` adapter boundary instead of pretending a native LangGraph ecosystem exists there.
|
|
147
162
|
|
|
148
163
|
## Sandbox Adapter Scope
|
|
@@ -195,23 +210,25 @@ Do not remove these shim paths in `1.2.1`. A future `2.0` may remove compatibili
|
|
|
195
210
|
|
|
196
211
|
```toml
|
|
197
212
|
[project.optional-dependencies]
|
|
198
|
-
postgres = ["agentledger-postgres>=1.
|
|
199
|
-
mysql = ["agentledger-mysql>=1.
|
|
200
|
-
s3 = ["agentledger-s3>=1.
|
|
201
|
-
langgraph = ["agentledger-langgraph>=1.
|
|
202
|
-
mcp = ["agentledger-mcp>=1.
|
|
203
|
-
otel = ["agentledger-otel>=1.
|
|
204
|
-
langfuse = ["agentledger-langfuse>=1.
|
|
205
|
-
docker = ["agentledger-sandbox-docker>=1.
|
|
213
|
+
postgres = ["agentledger-postgres>=1.3,<2"]
|
|
214
|
+
mysql = ["agentledger-mysql>=1.3,<2"]
|
|
215
|
+
s3 = ["agentledger-s3>=1.3,<2"]
|
|
216
|
+
langgraph = ["agentledger-langgraph>=1.3,<2"]
|
|
217
|
+
mcp = ["agentledger-mcp>=1.3,<2"]
|
|
218
|
+
otel = ["agentledger-otel>=1.3,<2"]
|
|
219
|
+
langfuse = ["agentledger-langfuse>=1.3,<2"]
|
|
220
|
+
docker = ["agentledger-sandbox-docker>=1.3,<2"]
|
|
221
|
+
inspector = ["agentledger-inspector>=1.3,<2"]
|
|
206
222
|
all = [
|
|
207
|
-
"agentledger-postgres>=1.
|
|
208
|
-
"agentledger-mysql>=1.
|
|
209
|
-
"agentledger-s3>=1.
|
|
210
|
-
"agentledger-langgraph>=1.
|
|
211
|
-
"agentledger-mcp>=1.
|
|
212
|
-
"agentledger-otel>=1.
|
|
213
|
-
"agentledger-langfuse>=1.
|
|
214
|
-
"agentledger-sandbox-docker>=1.
|
|
223
|
+
"agentledger-postgres>=1.3,<2",
|
|
224
|
+
"agentledger-mysql>=1.3,<2",
|
|
225
|
+
"agentledger-s3>=1.3,<2",
|
|
226
|
+
"agentledger-langgraph>=1.3,<2",
|
|
227
|
+
"agentledger-mcp>=1.3,<2",
|
|
228
|
+
"agentledger-otel>=1.3,<2",
|
|
229
|
+
"agentledger-langfuse>=1.3,<2",
|
|
230
|
+
"agentledger-sandbox-docker>=1.3,<2",
|
|
231
|
+
"agentledger-inspector>=1.3,<2",
|
|
215
232
|
]
|
|
216
233
|
```
|
|
217
234
|
|
|
@@ -219,18 +236,20 @@ During local monorepo development, tests may install packages from `packages/*`
|
|
|
219
236
|
|
|
220
237
|
## Release Gates
|
|
221
238
|
|
|
222
|
-
The
|
|
239
|
+
The packaging release is expected to pass:
|
|
223
240
|
|
|
224
241
|
```bash
|
|
225
242
|
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.
|
|
227
|
-
PYTHONDONTWRITEBYTECODE=1 PYTHONPATH=src python3 -m agentledger adapter certify --kind mysql --adapter-version 1.
|
|
243
|
+
PYTHONDONTWRITEBYTECODE=1 PYTHONPATH=src python3 -m agentledger adapter certify --kind postgres --adapter-version 1.3.0
|
|
244
|
+
PYTHONDONTWRITEBYTECODE=1 PYTHONPATH=src python3 -m agentledger adapter certify --kind mysql --adapter-version 1.3.0
|
|
228
245
|
PYTHONDONTWRITEBYTECODE=1 PYTHONPATH=src python3 scripts/check_adapter_packages.py
|
|
229
246
|
go test ./...
|
|
230
247
|
cd typescript && npm test
|
|
231
248
|
cd rust && cargo test --features adapters-all
|
|
232
249
|
```
|
|
233
250
|
|
|
251
|
+
`scripts/check_adapter_packages.py` covers official adapter packages and read-only companion packages. `agentledger-inspector` is checked for metadata, dependency declaration, README, and import smoke coverage, but it remains a companion package rather than an adapter.
|
|
252
|
+
|
|
234
253
|
Each adapter package should also pass:
|
|
235
254
|
|
|
236
255
|
```bash
|
|
@@ -239,9 +258,11 @@ python3 -m pip install dist/<adapter>.whl
|
|
|
239
258
|
python3 -c "import <adapter_import_name>"
|
|
240
259
|
```
|
|
241
260
|
|
|
242
|
-
|
|
261
|
+
Rust adapter crates depend on the published `agentledger-runtime` crate version as well as the local monorepo `path` dependency. For a new release train, publish `agentledger-runtime` first; then run `cargo package` or `cargo publish` for `rust/crates/agentledger-*`. Before the runtime crate version exists on crates.io, adapter crate packaging may fail registry dependency resolution even though local tests pass.
|
|
262
|
+
|
|
263
|
+
## Non-Goals For The Adapter Package Boundary
|
|
243
264
|
|
|
244
|
-
|
|
265
|
+
The adapter package boundary should not claim production hardening just because packages exist. The following stay as later work:
|
|
245
266
|
|
|
246
267
|
- real Postgres/S3 restore drills and load/concurrency reports
|
|
247
268
|
- full framework-native version matrix
|
|
@@ -249,4 +270,4 @@ python3 -c "import <adapter_import_name>"
|
|
|
249
270
|
- Temporal/Ray/Kubernetes backend adapters
|
|
250
271
|
- media processing adapters
|
|
251
272
|
- sub-agent or multi-agent runtime semantics
|
|
252
|
-
-
|
|
273
|
+
- long-running UI, deployment management, or full eval system
|
|
@@ -21,7 +21,7 @@ An adapter should stay community/experimental when:
|
|
|
21
21
|
- The upstream SDK is unstable or mostly private/internal.
|
|
22
22
|
- The integration requires opinionated infrastructure that users should own.
|
|
23
23
|
- The runtime can only expose a safe boundary, not guarantee real behavior.
|
|
24
|
-
- The adapter would force core to become a workflow engine, eval
|
|
24
|
+
- The adapter would force core to become a workflow engine, eval system, application administration backend, or deployment product.
|
|
25
25
|
|
|
26
26
|
## Priority 1: Official Adapters
|
|
27
27
|
|
|
@@ -55,7 +55,7 @@ These are valuable but should follow the Priority 1 adapters or remain thinner f
|
|
|
55
55
|
| Sandbox | Kubernetes Job sandbox | Good production boundary for cluster users. | Should support dry-run manifests, namespace/service account policy, and optional runtimeClass. |
|
|
56
56
|
| Sandbox | E2B | Good managed remote sandbox for code/tool execution. | Keep as optional remote executor adapter. |
|
|
57
57
|
| Distributed execution | Ray bridge | Useful for Python distributed worker pools. | Ray should own cluster scheduling; AgentLedger owns run semantics. |
|
|
58
|
-
| Deployment | Kubernetes worker recipe | Useful for pilots. | Recipe/Helm/examples first;
|
|
58
|
+
| Deployment | Kubernetes worker recipe | Useful for pilots. | Recipe/Helm/examples first; keep deployment management outside runtime-core. |
|
|
59
59
|
| Model providers/router | OpenAI, Anthropic, Gemini, Bedrock, Azure OpenAI, Ollama, LiteLLM-style bridge | Model calls affect evidence, cost, replay, fallback, and budget enforcement, but provider SDKs should not be runtime-core dependencies. | Wait for `ModelGateway`/`ModelRouter` contract before stabilizing provider packages. |
|
|
60
60
|
|
|
61
61
|
## Priority 3: Experimental Or Community Adapters
|
|
@@ -70,7 +70,7 @@ These should not block core parity or official release claims.
|
|
|
70
70
|
| Workflow | Airflow / Prefect / Argo | They are batch/workflow systems; useful bridges, but AgentLedger should not become a general workflow engine. |
|
|
71
71
|
| Eval | LangSmith / Braintrust / custom eval platforms | Eval remains a consumer of evidence/replay contracts, not runtime-core. |
|
|
72
72
|
| Vector DB / RAG | Pinecone, Weaviate, Milvus, pgvector, etc. | Long-term memory/retrieval infra should be external; runtime stores refs/evidence, not knowledge retrieval logic. |
|
|
73
|
-
|
|
|
73
|
+
| Application administration backend | User, organization, billing, identity, or control-plane adapters | Out of current project scope. AgentLedger is a framework/library/runtime reliability layer. |
|
|
74
74
|
|
|
75
75
|
## Cross-Language Policy
|
|
76
76
|
|
|
@@ -31,7 +31,7 @@ These can be opened as GitHub issues when the project is ready for public tracki
|
|
|
31
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
32
|
| Add OpenAI Agents SDK approval/replay example | example | Connects AgentLedger to a major agent SDK boundary without claiming official endorsement. |
|
|
33
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 |
|
|
34
|
+
| Prototype AgentLedger Inspector | debug tool | Makes run timelines, Tool Ledger, approvals, replay, and failures visible. |
|
|
35
35
|
| Add Temporal bridge example | integration | Clarifies Temporal owns workflow lifecycle while AgentLedger owns node-internal reliability. |
|
|
36
36
|
| Add tool-injection risk scanner | security | Detects risky tool schemas, missing approval/sandbox, and runtime-boundary bypass patterns. |
|
|
37
37
|
| Publish legal-agent case study | case study | Shows a realistic audit/evidence use case without private data. |
|
{agentledger_runtime-1.2.4 → agentledger_runtime-1.3.0}/docs/COMPLETE_CORE_PARITY_CHECKLIST.md
RENAMED
|
@@ -17,7 +17,7 @@ Excluded or not applicable:
|
|
|
17
17
|
|
|
18
18
|
- ecosystem-specific adapters whose upstream ecosystem does not exist or is not mature in a language, such as LangGraph outside Python
|
|
19
19
|
- real cloud/service hardening that requires external infrastructure, unless a release explicitly claims it
|
|
20
|
-
-
|
|
20
|
+
- application administration backend, full eval system, workflow engine, RAG system, or sandbox provider behavior
|
|
21
21
|
|
|
22
22
|
## Status Legend
|
|
23
23
|
|
|
@@ -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.
|
|
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 release train | PyPI metadata `1.3.0` | `go.mod` tag `go/v1.3.0` | npm package `1.3.0` | `Cargo.toml` `1.3.0` | `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.3.0` release smoke after publish | `go/v1.3.0` clean external `go get` smoke after tag | npm `agentledger-runtime@1.3.0` release smoke after publish | crates.io `agentledger-runtime==1.3.0` 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.
|
|
70
|
+
4. Package versions are checked across Python, TypeScript, and Rust; the current release train is aligned at `1.3.0`.
|
|
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.
|
|
12
|
+
| Go | `go get github.com/yaogdu/AgentLedger/go@v1.3.0` inside a Go module | `cd go && go run ./examples/quickstart` from this repo | `../go/examples/README.md` | Go module `github.com/yaogdu/AgentLedger/go`, CLI package `.../go/cmd/agentledger-go` |
|
|
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.
|
|
39
|
+
go get github.com/yaogdu/AgentLedger/go@v1.3.0
|
|
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.
|
|
45
|
+
go install github.com/yaogdu/AgentLedger/go/cmd/agentledger-go@v1.3.0
|
|
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.
|
|
49
|
+
Important: `go get` must run inside a Go module. `go install github.com/yaogdu/AgentLedger/go@v1.3.0` 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
|
|
|
@@ -98,6 +98,7 @@ The crate is published as `agentledger-runtime`; the library crate is imported a
|
|
|
98
98
|
| MCP governance | `../examples/mcp_governance/README.md`; Go `../go/examples/mcp_governance`; TypeScript `../typescript/examples/mcp_governance`; Rust `../rust/examples/mcp_governance.rs` |
|
|
99
99
|
| Sandbox command tool | `../examples/sandbox/command_tool.py` |
|
|
100
100
|
| Media/stream refs | `../examples/media_stream/basic_media_stream.py` |
|
|
101
|
+
| Read-only Inspector/custom viewer | `../examples/inspector/README.md` |
|
|
101
102
|
| Go quickstart | `../go/examples/quickstart/main.go` |
|
|
102
103
|
| TypeScript quickstart | `../typescript/examples/quickstart/quickstart.js` |
|
|
103
104
|
| Rust quickstart | `../rust/examples/quickstart.rs` |
|
|
@@ -232,7 +232,7 @@ AgentLedger should not become:
|
|
|
232
232
|
- a full eval platform;
|
|
233
233
|
- a RAG or vector memory platform;
|
|
234
234
|
- a model marketplace or billing system;
|
|
235
|
-
- a
|
|
236
|
-
-
|
|
235
|
+
- a sandbox infrastructure provider;
|
|
236
|
+
- an application administration, identity, billing, or control-plane backend.
|
|
237
237
|
|
|
238
238
|
The long-term direction is to make AgentLedger the reliability substrate that allows a harness stack to be assembled from mature components without losing durable execution, governance, evidence, replay, and side-effect safety.
|
|
@@ -6,7 +6,7 @@ This document tracks what is implemented in runtime-core, what remains planned f
|
|
|
6
6
|
|
|
7
7
|
## Current Baseline
|
|
8
8
|
|
|
9
|
-
AgentLedger 1.
|
|
9
|
+
AgentLedger 1.3.0 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.3.0 line keeps the stable runtime-core contract and adds a language-neutral, read-only Inspector companion path for evidence and runtime metadata inspection. It is suitable for:
|
|
10
10
|
|
|
11
11
|
- local use
|
|
12
12
|
- runtime design review
|
|
@@ -15,7 +15,7 @@ AgentLedger 1.2.4 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.
|
|
18
|
+
Release-scope note: 1.3.0 adds Inspector as a read-only evidence/runtime metadata consumer. It can read exported evidence bundles or connect to SQLite/Postgres/MySQL AgentLedger metadata with read-only credentials and can export a static HTML debug report. 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
|
|
|
@@ -23,7 +23,7 @@ Scope rule: runtime-core should stay thin but indispensable. It should own only
|
|
|
23
23
|
|
|
24
24
|
## Current Completion Boundary
|
|
25
25
|
|
|
26
|
-
For the current 1.
|
|
26
|
+
For the current 1.3.x goal, "stable runtime-core plus read-only evidence consumers" means the Python reference runtime is usable, documented, tested, release-gated, and contract-frozen, with Go/TypeScript/Rust covered by runtime-core parity gates. It also means first-party adapter boundaries are packaged or importable in each ecosystem where they fit, and the Inspector can consume exported evidence across languages. It does not mean every optional production adapter or external eval integration is production-hardened in every language.
|
|
27
27
|
|
|
28
28
|
Included in this boundary:
|
|
29
29
|
|
|
@@ -58,6 +58,7 @@ Excluded from this boundary:
|
|
|
58
58
|
| Adapter contracts | framework adapter base, LangGraph facade, MCP tool/context mapping, dependency-free method facades, first-party adapter package boundaries |
|
|
59
59
|
| Sandbox boundary | fail-closed `none`, local executor, router, external executor contracts, Docker/bubblewrap command paths, Kubernetes dry-run/gated path |
|
|
60
60
|
| Observability | trace JSONL export with media/stream spans, dependency-free OTLP JSON export, optional OTLP/JSON collector POST, evidence-linked audit records |
|
|
61
|
+
| Inspector | `agentledger.inspector.v1` read model, `agentledger inspector run/evidence`, static HTML report, evidence-bundle input, read-only SQLite input, Postgres/MySQL read paths through existing adapter boundaries, optional `agentledger-inspector` companion package |
|
|
61
62
|
| Reliability checks | failure injection suite, failure attribution report, conformance runners including media runtime conformance, runtime-boundary lint, scheduler facade, adversarial review, evidence regression for shell, HTTP, cloud, GitHub, and common model SDK bypasses with JSON rule-pack extension |
|
|
62
63
|
| Media and stream contracts | `MediaArtifact`, `MediaMetadata`, `ArtifactLineage`, `StreamChunkRef`, `EventStreamCheckpoint`, `AgentContext.create_media_artifact(...)`, `AgentContext.create_stream_checkpoint(...)`, media/stream tool schema conventions, ToolGateway/Tool Ledger media tool example, evidence indexes, replay artifact validation/counts |
|
|
63
64
|
| Release scaffolding | CI workflow, changelog, security policy, versioning policy, release checklist, contributor checks, bilingual documentation entrypoints, SVG architecture diagram, ResourceWarning-sensitive test gate, adapter certification checklist, adapter packaging docs/checks |
|
|
@@ -76,7 +77,7 @@ Excluded from this boundary:
|
|
|
76
77
|
| MCP support | descriptor-to-ToolSpec mapping, dependency-free tool/context server fixtures, context read tool adapter, examples, `agentledger-mcp` package boundary | exact MCP SDK client/server integration |
|
|
77
78
|
| Sandbox | contract, local/fail-closed modes, command-style Docker/bubblewrap, Kubernetes dry-run/gated execution, E2B/Firecracker slots, Docker sandbox package boundary | hardened isolation packages, secret injection policy, network policy recipes, resource limit validation |
|
|
78
79
|
| Retention and backup checks | non-destructive retention plan with media/stream protected refs, compaction marker, and backup readiness check including media/stream nested refs | actual compaction/snapshot job that preserves replay guarantees |
|
|
79
|
-
| Time travel and debug | JSON CLI timeline, state reconstruction, state diff view, `debug --json`, `--include-diffs`, `--include-states`, optional static HTML report export | richer report layout and artifact cross-links; no long-running web app in core |
|
|
80
|
+
| Time travel and debug | JSON CLI timeline, state reconstruction, state diff view, `debug --json`, `--include-diffs`, `--include-states`, optional static HTML report export, Inspector static report | richer report layout and artifact cross-links; no long-running web app in core |
|
|
80
81
|
|
|
81
82
|
## Remaining Gaps And Preview Areas
|
|
82
83
|
|