agentledger-runtime 1.3.0__tar.gz → 1.3.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/CHANGELOG.md +19 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/PKG-INFO +6 -6
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/README.md +3 -3
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/README.zh-CN.md +3 -3
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/docs/ADAPTER_CERTIFICATION.md +4 -4
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/docs/ADAPTER_PACKAGING.md +3 -3
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/docs/ADAPTER_ROADMAP.md +2 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/docs/COMPLETE_CORE_PARITY_CHECKLIST.md +3 -3
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/docs/GETTING_STARTED.md +4 -4
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/docs/IMPLEMENTATION_STATUS.md +3 -3
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/docs/INSPECTOR.md +42 -3
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/docs/LANGUAGE_QUICKSTART.md +6 -6
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/docs/ROADMAP.md +10 -1
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/docs/USAGE.md +3 -3
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/docs/zh/ADAPTER_CERTIFICATION.md +4 -4
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/docs/zh/ADAPTER_PACKAGING.md +2 -2
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/docs/zh/ADAPTER_ROADMAP.md +2 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/docs/zh/COMPLETE_CORE_PARITY_CHECKLIST.md +1 -1
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/docs/zh/GETTING_STARTED.md +4 -4
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/docs/zh/IMPLEMENTATION_STATUS.md +3 -3
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/docs/zh/INSPECTOR.md +42 -3
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/docs/zh/LANGUAGE_QUICKSTART.md +6 -6
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/docs/zh/ROADMAP.md +12 -1
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/docs/zh/USAGE.md +3 -3
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/go/README.md +4 -4
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/go/cmd/agentledger-go/main.go +3 -3
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/go/examples/README.md +3 -3
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/packages/agentledger-inspector/README.md +27 -3
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/packages/agentledger-inspector/pyproject.toml +2 -2
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/packages/agentledger-inspector/src/agentledger_inspector/__init__.py +3 -2
- agentledger_runtime-1.3.2/packages/agentledger-inspector/tests/test_import.py +17 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/packages/agentledger-langfuse/README.md +1 -1
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/packages/agentledger-langfuse/pyproject.toml +1 -1
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/packages/agentledger-langfuse/src/agentledger_langfuse/__init__.py +1 -1
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/packages/agentledger-langgraph/README.md +1 -1
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/packages/agentledger-langgraph/pyproject.toml +1 -1
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/packages/agentledger-langgraph/src/agentledger_langgraph/__init__.py +1 -1
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/packages/agentledger-mcp/README.md +1 -1
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/packages/agentledger-mcp/pyproject.toml +1 -1
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/packages/agentledger-mcp/src/agentledger_mcp/__init__.py +1 -1
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/packages/agentledger-mysql/README.md +1 -1
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/packages/agentledger-mysql/pyproject.toml +1 -1
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/packages/agentledger-mysql/src/agentledger_mysql/__init__.py +1 -1
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/packages/agentledger-otel/README.md +1 -1
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/packages/agentledger-otel/pyproject.toml +1 -1
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/packages/agentledger-otel/src/agentledger_otel/__init__.py +1 -1
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/packages/agentledger-postgres/README.md +1 -1
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/packages/agentledger-postgres/pyproject.toml +1 -1
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/packages/agentledger-postgres/src/agentledger_postgres/__init__.py +1 -1
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/packages/agentledger-s3/README.md +1 -1
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/packages/agentledger-s3/pyproject.toml +1 -1
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/packages/agentledger-s3/src/agentledger_s3/__init__.py +1 -1
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/packages/agentledger-sandbox-docker/README.md +1 -1
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/packages/agentledger-sandbox-docker/pyproject.toml +1 -1
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/packages/agentledger-sandbox-docker/src/agentledger_sandbox_docker/__init__.py +1 -1
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/pyproject.toml +3 -3
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/rust/Cargo.lock +1 -1
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/rust/Cargo.toml +1 -1
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/rust/README.md +1 -1
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/rust/crates/agentledger-framework/Cargo.toml +1 -1
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/rust/crates/agentledger-langfuse/Cargo.toml +2 -2
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/rust/crates/agentledger-mcp/Cargo.toml +1 -1
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/rust/crates/agentledger-mysql/Cargo.toml +1 -1
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/rust/crates/agentledger-otel/Cargo.toml +1 -1
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/rust/crates/agentledger-postgres/Cargo.toml +1 -1
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/rust/crates/agentledger-s3/Cargo.toml +1 -1
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/rust/crates/agentledger-sandbox-docker/Cargo.toml +1 -1
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/rust/src/main.rs +3 -3
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/scripts/check_adapter_packages.py +18 -11
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/scripts/check_complete_core_parity.py +9 -3
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/src/agentledger/__init__.py +3 -2
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/src/agentledger/cli.py +33 -5
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/src/agentledger/inspector.py +85 -9
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/tests/test_runtime.py +100 -3
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/typescript/README.md +1 -1
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/typescript/package.json +1 -1
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/typescript/packages/agentledger-langfuse/package.json +2 -2
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/typescript/packages/agentledger-langgraph/package.json +2 -2
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/typescript/packages/agentledger-mcp/package.json +2 -2
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/typescript/packages/agentledger-mysql/package.json +2 -2
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/typescript/packages/agentledger-otel/package.json +2 -2
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/typescript/packages/agentledger-postgres/package.json +2 -2
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/typescript/packages/agentledger-s3/package.json +2 -2
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/typescript/packages/agentledger-sandbox-docker/package.json +2 -2
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/typescript/src/adapters/langfuse.js +1 -1
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/typescript/src/adapters/langgraph.js +1 -1
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/typescript/src/adapters/mcp.js +1 -1
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/typescript/src/adapters/mysql.js +1 -1
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/typescript/src/adapters/otel.js +1 -1
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/typescript/src/adapters/postgres.js +1 -1
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/typescript/src/adapters/s3.js +1 -1
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/typescript/src/adapters/sandbox-docker.js +1 -1
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/typescript/src/cli.js +3 -3
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/typescript/test/runtime.test.js +2 -2
- agentledger_runtime-1.3.0/packages/agentledger-inspector/tests/test_import.py +0 -8
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/.github/workflows/ci.yml +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/.gitignore +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/CODE_OF_CONDUCT.md +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/CONTRIBUTING.md +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/LICENSE +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/SECURITY.md +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/contracts/agentledger.runtime.v1.json +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/contracts/conformance/adversarial_review.v1.json +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/contracts/conformance/boundary_lint.v1.json +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/contracts/conformance/cost_failure_attribution.v1.json +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/contracts/conformance/evidence_consumers.v1.json +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/contracts/conformance/evidence_regression.v1.json +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/contracts/conformance/failure_injection.v1.json +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/contracts/conformance/framework_adapters.v1.json +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/contracts/conformance/local_blob_store.v1.json +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/contracts/conformance/local_persistence.v1.json +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/contracts/conformance/mcp_adapters.v1.json +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/contracts/conformance/media_stream_artifacts.v1.json +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/contracts/conformance/official_adapters.v1.json +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/contracts/conformance/ops_readiness.v1.json +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/contracts/conformance/optional_adapters.v1.json +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/contracts/conformance/otlp_trace_export.v1.json +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/contracts/conformance/policy_approval_sandbox.v1.json +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/contracts/conformance/repro.v1.json +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/contracts/conformance/runtime_baseline.v1.json +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/contracts/conformance/runtime_semantics.v1.json +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/contracts/conformance/scheduler.v1.json +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/contracts/conformance/shadow.v1.json +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/contracts/conformance/simple_api.v1.json +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/contracts/conformance/static_debug_html.v1.json +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/contracts/conformance/storage_schema.v1.json +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/contracts/conformance/time_travel.v1.json +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/contracts/conformance/tool_schema_validation.v1.json +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/contracts/conformance/worker_service.v1.json +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/docs/ADOPTION.md +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/docs/ARCHITECTURE.md +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/docs/BACKUP_RESTORE.md +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/docs/COMPARISONS.md +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/docs/DESIGN_AND_IMPLEMENTATION.md +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/docs/DISTRIBUTED_WORKERS.md +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/docs/EXECUTION_BACKENDS.md +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/docs/EXTENSIBILITY.md +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/docs/HARNESS_STACK.md +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/docs/IMPLEMENTATION_PLAN.md +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/docs/LANGUAGE_IMPLEMENTATION_COMPARISON.md +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/docs/LANGUAGE_PARITY_AUDIT.md +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/docs/LANGUAGE_PARITY_MATRIX.md +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/docs/MAINTAINER_NOTES.md +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/docs/MATURITY_MODEL.md +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/docs/MULTI_LANGUAGE.md +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/docs/MYSQL.md +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/docs/OPEN_SOURCE_IMPACT.md +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/docs/POLICY_ENGINE.md +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/docs/POSTGRES.md +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/docs/QUERY_EXAMPLES.md +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/docs/README.md +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/docs/RELEASE_CHECKLIST.md +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/docs/RUNTIME_SPEC.md +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/docs/S3_MINIO.md +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/docs/SECURITY_ENTERPRISE.md +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/docs/STORAGE.md +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/docs/VERSIONING.md +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/docs/assets/agent-policy-engine-evaluate-detail.svg +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/docs/assets/agent-policy-engine-relationship-map.svg +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/docs/assets/agentledger-runtime-architecture.svg +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/docs/assets/agentledger-social-architecture.svg +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/docs/assets/langgraph-agentledger-relationship.svg +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/docs/case-studies/legal-agent.md +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/docs/zh/ADOPTION.md +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/docs/zh/ARCHITECTURE.md +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/docs/zh/COMPARISONS.md +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/docs/zh/DESIGN_AND_IMPLEMENTATION.md +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/docs/zh/EXECUTION_BACKENDS.md +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/docs/zh/EXTENSIBILITY.md +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/docs/zh/HARNESS_STACK.md +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/docs/zh/LANGUAGE_IMPLEMENTATION_COMPARISON.md +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/docs/zh/LANGUAGE_PARITY_AUDIT.md +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/docs/zh/LANGUAGE_PARITY_MATRIX.md +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/docs/zh/MAINTAINER_NOTES.md +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/docs/zh/MYSQL.md +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/docs/zh/OPEN_SOURCE_IMPACT.md +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/docs/zh/POLICY_ENGINE.md +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/docs/zh/QUERY_EXAMPLES.md +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/docs/zh/README.md +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/docs/zh/RELEASE_CHECKLIST.md +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/docs/zh/RUNTIME_SPEC.md +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/docs/zh/SECURITY_ENTERPRISE.md +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/docs/zh/STORAGE.md +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/docs/zh/case-studies/legal-agent.md +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/examples/README.md +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/examples/autogen/basic_agent.py +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/examples/crewai/basic_crew.py +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/examples/docs/README.md +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/examples/hello_world/hello.py +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/examples/inspector/README.md +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/examples/inspector/custom_viewer.py +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/examples/langchain/basic_runnable.py +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/examples/langgraph/basic_graph.py +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/examples/lint/boundary_rules.json +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/examples/llamaindex/basic_query.py +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/examples/mcp_context/basic_context_server.py +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/examples/mcp_governance/README.md +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/examples/mcp_governance/demo.py +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/examples/mcp_tool/basic_tool.py +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/examples/media_stream/basic_media_stream.py +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/examples/media_stream/managed_tool.py +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/examples/openai_agents/basic_agent.py +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/examples/policy/local.policy.yaml +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/examples/sandbox/command_tool.py +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/examples/sandbox/sandbox.yaml +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/examples/semantic_kernel/basic_kernel.py +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/examples/side_effect_idempotency/README.md +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/examples/three_minute_demo/README.md +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/examples/three_minute_demo/demo.py +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/examples/tool_catalog/basic_catalog.py +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/examples/transient_retry/README.md +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/examples/travel_assistant/demo.py +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/go/adapters/framework/framework.go +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/go/adapters/langfuse/langfuse.go +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/go/adapters/mcp/mcp.go +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/go/adapters/mysql/mysql.go +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/go/adapters/otel/otel.go +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/go/adapters/postgres/postgres.go +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/go/adapters/s3/s3.go +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/go/adapters/sandbox/docker/docker.go +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/go/adapters.go +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/go/blobstore.go +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/go/consumers.go +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/go/eval.go +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/go/evidence.go +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/go/examples/mcp_governance/main.go +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/go/examples/quickstart/main.go +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/go/examples/three_minute_demo/main.go +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/go/examples/travel_assistant/main.go +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/go/failure_injection.go +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/go/go.mod +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/go/lint.go +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/go/mcp.go +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/go/official_adapters.go +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/go/ops.go +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/go/optional_adapters.go +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/go/replay.go +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/go/repro.go +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/go/review.go +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/go/runtime.go +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/go/runtime_test.go +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/go/scheduler.go +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/go/schema.go +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/go/shadow.go +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/go/simple.go +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/go/store.go +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/go/timetravel.go +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/go/tools.go +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/go/travel_assistant +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/go/types.go +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/go/worker.go +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/migrations/postgres/0001_initial.sql +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/migrations/sqlite/0001_initial.sql +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/packages/agentledger-langfuse/tests/test_import.py +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/packages/agentledger-langgraph/examples/README.md +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/packages/agentledger-langgraph/tests/test_import.py +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/packages/agentledger-mcp/examples/README.md +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/packages/agentledger-mcp/tests/test_import.py +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/packages/agentledger-mysql/examples/README.md +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/packages/agentledger-mysql/tests/test_import.py +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/packages/agentledger-otel/examples/README.md +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/packages/agentledger-otel/tests/test_import.py +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/packages/agentledger-postgres/examples/README.md +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/packages/agentledger-postgres/tests/test_import.py +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/packages/agentledger-s3/examples/README.md +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/packages/agentledger-s3/tests/test_import.py +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/packages/agentledger-sandbox-docker/examples/README.md +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/packages/agentledger-sandbox-docker/tests/test_import.py +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/rust/crates/agentledger-framework/README.md +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/rust/crates/agentledger-framework/src/lib.rs +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/rust/crates/agentledger-langfuse/README.md +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/rust/crates/agentledger-langfuse/src/lib.rs +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/rust/crates/agentledger-mcp/README.md +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/rust/crates/agentledger-mcp/src/lib.rs +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/rust/crates/agentledger-mysql/README.md +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/rust/crates/agentledger-mysql/src/lib.rs +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/rust/crates/agentledger-otel/README.md +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/rust/crates/agentledger-otel/src/lib.rs +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/rust/crates/agentledger-postgres/README.md +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/rust/crates/agentledger-postgres/src/lib.rs +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/rust/crates/agentledger-s3/README.md +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/rust/crates/agentledger-s3/src/lib.rs +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/rust/crates/agentledger-sandbox-docker/README.md +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/rust/crates/agentledger-sandbox-docker/src/lib.rs +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/rust/examples/README.md +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/rust/examples/mcp_governance.rs +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/rust/examples/quickstart.rs +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/rust/examples/three_minute_demo.rs +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/rust/examples/travel_assistant.rs +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/rust/src/lib.rs +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/scripts/audit_python_parity.py +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/scripts/check_language_parity.py +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/src/agentledger/__main__.py +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/src/agentledger/adapter_certification.py +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/src/agentledger/adapters.py +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/src/agentledger/adapters_frameworks.py +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/src/agentledger/adapters_langgraph.py +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/src/agentledger/adapters_mcp.py +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/src/agentledger/approval.py +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/src/agentledger/backup.py +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/src/agentledger/blobstore.py +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/src/agentledger/blobstore_s3.py +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/src/agentledger/conformance.py +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/src/agentledger/context.py +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/src/agentledger/contract.py +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/src/agentledger/cost.py +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/src/agentledger/diff.py +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/src/agentledger/eval.py +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/src/agentledger/evidence.py +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/src/agentledger/examples.py +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/src/agentledger/failure.py +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/src/agentledger/failure_injection.py +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/src/agentledger/ids.py +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/src/agentledger/jsonutil.py +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/src/agentledger/lint.py +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/src/agentledger/media.py +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/src/agentledger/media_tools.py +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/src/agentledger/policy.py +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/src/agentledger/protocol.py +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/src/agentledger/replay.py +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/src/agentledger/repro.py +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/src/agentledger/retention.py +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/src/agentledger/review.py +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/src/agentledger/runtime.py +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/src/agentledger/sandbox.py +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/src/agentledger/scheduler.py +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/src/agentledger/shadow.py +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/src/agentledger/simple.py +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/src/agentledger/storage_mysql.py +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/src/agentledger/storage_postgres.py +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/src/agentledger/storage_schema.py +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/src/agentledger/store.py +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/src/agentledger/timetravel.py +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/src/agentledger/tools.py +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/src/agentledger/trace.py +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/src/agentledger/worker.py +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/tests/test_postgres_integration.py +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/tests/test_s3_integration.py +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/typescript/examples/README.md +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/typescript/examples/mcp_governance/mcp_governance.js +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/typescript/examples/quickstart/quickstart.js +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/typescript/examples/three_minute_demo/three_minute_demo.js +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/typescript/examples/travel_assistant/travel_assistant.js +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/typescript/packages/agentledger-langfuse/README.md +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/typescript/packages/agentledger-langfuse/src/index.d.ts +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/typescript/packages/agentledger-langfuse/src/index.js +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/typescript/packages/agentledger-langgraph/README.md +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/typescript/packages/agentledger-langgraph/src/index.d.ts +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/typescript/packages/agentledger-langgraph/src/index.js +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/typescript/packages/agentledger-mcp/README.md +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/typescript/packages/agentledger-mcp/src/index.d.ts +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/typescript/packages/agentledger-mcp/src/index.js +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/typescript/packages/agentledger-mysql/README.md +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/typescript/packages/agentledger-mysql/src/index.d.ts +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/typescript/packages/agentledger-mysql/src/index.js +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/typescript/packages/agentledger-otel/README.md +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/typescript/packages/agentledger-otel/src/index.d.ts +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/typescript/packages/agentledger-otel/src/index.js +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/typescript/packages/agentledger-postgres/README.md +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/typescript/packages/agentledger-postgres/src/index.d.ts +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/typescript/packages/agentledger-postgres/src/index.js +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/typescript/packages/agentledger-s3/README.md +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/typescript/packages/agentledger-s3/src/index.d.ts +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/typescript/packages/agentledger-s3/src/index.js +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/typescript/packages/agentledger-sandbox-docker/README.md +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/typescript/packages/agentledger-sandbox-docker/src/index.d.ts +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/typescript/packages/agentledger-sandbox-docker/src/index.js +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/typescript/src/adapters/langfuse.d.ts +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/typescript/src/adapters/langgraph.d.ts +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/typescript/src/adapters/mcp.d.ts +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/typescript/src/adapters/mysql.d.ts +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/typescript/src/adapters/otel.d.ts +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/typescript/src/adapters/postgres.d.ts +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/typescript/src/adapters/s3.d.ts +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/typescript/src/adapters/sandbox-docker.d.ts +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/typescript/src/index.d.ts +0 -0
- {agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/typescript/src/index.js +0 -0
|
@@ -8,6 +8,25 @@ 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.2
|
|
12
|
+
|
|
13
|
+
### Added
|
|
14
|
+
|
|
15
|
+
- Added configurable Inspector redaction policies for JSON and static HTML reports.
|
|
16
|
+
- Added `agentledger inspector run/evidence --redact-key ...` and `--redaction-policy policy.json` for local or internal debugging with sensitive fields masked.
|
|
17
|
+
- Exported `InspectorRedactionPolicy` from both `agentledger-runtime` and the optional `agentledger-inspector` companion package for custom viewers.
|
|
18
|
+
|
|
19
|
+
### Clarified
|
|
20
|
+
|
|
21
|
+
- This is an Inspector-only patch release. It does not change the stable runtime-core contract or require Go, TypeScript, or Rust runtime-core changes.
|
|
22
|
+
|
|
23
|
+
## 1.3.1
|
|
24
|
+
|
|
25
|
+
### Fixed
|
|
26
|
+
|
|
27
|
+
- Added the Python `agentledger version` CLI command so the Python reference CLI matches the documented four-language CLI baseline.
|
|
28
|
+
- Aligned the Python, Go, TypeScript, and Rust package train to `1.3.1` after the post-release install smoke caught the missing Python command.
|
|
29
|
+
|
|
11
30
|
## 1.3.0
|
|
12
31
|
|
|
13
32
|
### Added
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: agentledger-runtime
|
|
3
|
-
Version: 1.3.
|
|
3
|
+
Version: 1.3.2
|
|
4
4
|
Summary: Runtime reliability layer for Agent Harness stacks
|
|
5
5
|
Project-URL: Homepage, https://github.com/yaogdu/AgentLedger
|
|
6
6
|
Project-URL: Repository, https://github.com/yaogdu/AgentLedger
|
|
@@ -21,7 +21,7 @@ Classifier: Programming Language :: Python :: 3.12
|
|
|
21
21
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
22
22
|
Requires-Python: >=3.11
|
|
23
23
|
Provides-Extra: all
|
|
24
|
-
Requires-Dist: agentledger-inspector<2,>=1.3; extra == 'all'
|
|
24
|
+
Requires-Dist: agentledger-inspector<2,>=1.3.2; extra == 'all'
|
|
25
25
|
Requires-Dist: agentledger-langfuse<2,>=1.3; extra == 'all'
|
|
26
26
|
Requires-Dist: agentledger-langgraph<2,>=1.3; extra == 'all'
|
|
27
27
|
Requires-Dist: agentledger-mcp<2,>=1.3; extra == 'all'
|
|
@@ -33,7 +33,7 @@ Requires-Dist: agentledger-sandbox-docker<2,>=1.3; extra == 'all'
|
|
|
33
33
|
Provides-Extra: docker
|
|
34
34
|
Requires-Dist: agentledger-sandbox-docker<2,>=1.3; extra == 'docker'
|
|
35
35
|
Provides-Extra: inspector
|
|
36
|
-
Requires-Dist: agentledger-inspector<2,>=1.3; extra == 'inspector'
|
|
36
|
+
Requires-Dist: agentledger-inspector<2,>=1.3.2; extra == 'inspector'
|
|
37
37
|
Provides-Extra: langfuse
|
|
38
38
|
Requires-Dist: agentledger-langfuse<2,>=1.3; extra == 'langfuse'
|
|
39
39
|
Provides-Extra: langgraph
|
|
@@ -55,7 +55,7 @@ Description-Content-Type: text/markdown
|
|
|
55
55
|
[English](README.md) | [中文](README.zh-CN.md)
|
|
56
56
|
|
|
57
57
|

|
|
58
|
-

|
|
59
59
|

|
|
60
60
|

|
|
61
61
|

|
|
@@ -64,7 +64,7 @@ Description-Content-Type: text/markdown
|
|
|
64
64
|
|
|
65
65
|
Your agent called a tool. Did it happen? Can you retry safely? Can you prove it later?
|
|
66
66
|
|
|
67
|
-
AgentLedger `1.3.
|
|
67
|
+
AgentLedger `1.3.x` is a runtime reliability layer for Agent Harness stacks. It does not try to teach agents how to reason or replace the surrounding harness ecosystem; it makes agent runs durable, auditable, replayable, policy-governed, and recoverable when workers crash, tools fail, or prompts change.
|
|
68
68
|
|
|
69
69
|
Most agent frameworks focus on planning, reasoning, and workflow logic. AgentLedger sits underneath or beside LangChain, LangGraph, CrewAI, AutoGen, OpenAI Agents SDK, LlamaIndex, Semantic Kernel, or custom agents to provide runtime guarantees around state, tools, evidence, replay, and recovery.
|
|
70
70
|
|
|
@@ -333,7 +333,7 @@ AgentLedger is also not a new LLM SDK, not a workflow engine, not a general obse
|
|
|
333
333
|
|
|
334
334
|
## Current maturity
|
|
335
335
|
|
|
336
|
-
AgentLedger 1.3.
|
|
336
|
+
AgentLedger 1.3.x is a stable runtime-core line with Python as the reference implementation and Go, TypeScript, and Rust covered by shared runtime-core parity gates. The current Python/Inspector patch is 1.3.2; Go, TypeScript, and Rust runtime-core package baselines remain 1.3.1 until their next runtime-core release. It is suitable for local use, framework adapter integration, reliability semantics validation, and production pilot preparation with explicit adapter boundaries.
|
|
337
337
|
|
|
338
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).
|
|
339
339
|
|
|
@@ -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.3.
|
|
15
|
+
AgentLedger `1.3.x` is a runtime reliability layer for Agent Harness stacks. It does not try to teach agents how to reason or replace the surrounding harness ecosystem; it makes agent runs durable, auditable, replayable, policy-governed, and recoverable when workers crash, tools fail, or prompts change.
|
|
16
16
|
|
|
17
17
|
Most agent frameworks focus on planning, reasoning, and workflow logic. AgentLedger sits underneath or beside LangChain, LangGraph, CrewAI, AutoGen, OpenAI Agents SDK, LlamaIndex, Semantic Kernel, or custom agents to provide runtime guarantees around state, tools, evidence, replay, and recovery.
|
|
18
18
|
|
|
@@ -281,7 +281,7 @@ AgentLedger is also not a new LLM SDK, not a workflow engine, not a general obse
|
|
|
281
281
|
|
|
282
282
|
## Current maturity
|
|
283
283
|
|
|
284
|
-
AgentLedger 1.3.
|
|
284
|
+
AgentLedger 1.3.x is a stable runtime-core line with Python as the reference implementation and Go, TypeScript, and Rust covered by shared runtime-core parity gates. The current Python/Inspector patch is 1.3.2; Go, TypeScript, and Rust runtime-core package baselines remain 1.3.1 until their next runtime-core release. It is suitable for local use, framework adapter integration, reliability semantics validation, and production pilot preparation with explicit adapter boundaries.
|
|
285
285
|
|
|
286
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).
|
|
287
287
|
|
|
@@ -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.3.
|
|
15
|
+
AgentLedger `1.3.x` 是面向 Agent Harness stack 的 runtime reliability layer。它不负责让 Agent 更会“思考”,也不替代完整 Harness 生态;它负责让 Agent run 在 worker 崩溃、工具失败、prompt 变更和长任务恢复时,仍然具备持久化、可审计、可重放、可治理和可恢复能力。
|
|
16
16
|
|
|
17
17
|
大多数 Agent 框架关注 planning、reasoning 和 workflow logic。AgentLedger 放在 LangChain、LangGraph、CrewAI、AutoGen、OpenAI Agents SDK、LlamaIndex、Semantic Kernel 或自定义 Agent 的下方或旁边,提供 state、tool、evidence、replay、recovery 相关的 runtime guarantees。
|
|
18
18
|
|
|
@@ -282,7 +282,7 @@ AgentLedger 也不是新的 LLM SDK,不是 workflow engine,不是通用 obse
|
|
|
282
282
|
|
|
283
283
|
## 当前成熟度
|
|
284
284
|
|
|
285
|
-
AgentLedger 1.3.
|
|
285
|
+
AgentLedger 1.3.x 是 stable runtime-core line,Python 是 reference implementation,Go、TypeScript、Rust 已由共享 runtime-core parity gate 覆盖。当前 Python/Inspector patch 是 1.3.2;Go、TypeScript、Rust runtime-core package baseline 仍是 1.3.1,直到它们进入下一次 runtime-core release。适合本地使用、framework adapter integration、reliability semantics 验证,以及在明确 adapter 边界下做 production pilot 准备。
|
|
286
286
|
|
|
287
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)。
|
|
288
288
|
|
|
@@ -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.3.
|
|
216
|
-
PYTHONPATH=src python3 -m agentledger adapter certify --kind mysql --adapter-version 1.3.
|
|
217
|
-
PYTHONPATH=src python3 -m agentledger adapter certify --kind s3 --adapter-version 1.3.
|
|
218
|
-
PYTHONPATH=src python3 -m agentledger adapter certify --kind langgraph --adapter-version 1.3.
|
|
215
|
+
PYTHONPATH=src python3 -m agentledger adapter certify --kind postgres --adapter-version 1.3.1
|
|
216
|
+
PYTHONPATH=src python3 -m agentledger adapter certify --kind mysql --adapter-version 1.3.1 --out ./mysql-certification.json
|
|
217
|
+
PYTHONPATH=src python3 -m agentledger adapter certify --kind s3 --adapter-version 1.3.1 --out ./s3-certification.json
|
|
218
|
+
PYTHONPATH=src python3 -m agentledger adapter certify --kind langgraph --adapter-version 1.3.1 --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, `1.2.3` added a dependency-free Langfuse evidence/trace export boundary, and `1.3.0`
|
|
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` added 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
|
|
|
@@ -240,8 +240,8 @@ The packaging release is expected to pass:
|
|
|
240
240
|
|
|
241
241
|
```bash
|
|
242
242
|
PYTHONDONTWRITEBYTECODE=1 PYTHONPATH=src python3 -m unittest discover -s tests -q
|
|
243
|
-
PYTHONDONTWRITEBYTECODE=1 PYTHONPATH=src python3 -m agentledger adapter certify --kind postgres --adapter-version 1.3.
|
|
244
|
-
PYTHONDONTWRITEBYTECODE=1 PYTHONPATH=src python3 -m agentledger adapter certify --kind mysql --adapter-version 1.3.
|
|
243
|
+
PYTHONDONTWRITEBYTECODE=1 PYTHONPATH=src python3 -m agentledger adapter certify --kind postgres --adapter-version 1.3.1
|
|
244
|
+
PYTHONDONTWRITEBYTECODE=1 PYTHONPATH=src python3 -m agentledger adapter certify --kind mysql --adapter-version 1.3.1
|
|
245
245
|
PYTHONDONTWRITEBYTECODE=1 PYTHONPATH=src python3 scripts/check_adapter_packages.py
|
|
246
246
|
go test ./...
|
|
247
247
|
cd typescript && npm test
|
|
@@ -70,6 +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
|
+
| Routing advisor / capability router | WisePick-style route decision services | Candidate direction only, not a committed adapter. It may be evaluated as a pre-execution suggestion and post-execution feedback loop, but should remain optional and must not turn AgentLedger core into a capability router or authorization layer. |
|
|
73
74
|
| Application administration backend | User, organization, billing, identity, or control-plane adapters | Out of current project scope. AgentLedger is a framework/library/runtime reliability layer. |
|
|
74
75
|
|
|
75
76
|
## Cross-Language Policy
|
|
@@ -113,3 +114,4 @@ Every official adapter must provide:
|
|
|
113
114
|
7. Kubernetes sandbox/backend recipe, then optional execution adapter.
|
|
114
115
|
8. Temporal/Ray/Kubernetes scheduler/backend bridges based on real user demand.
|
|
115
116
|
9. Model provider/router adapters after the runtime `ModelGateway` contract is stable.
|
|
117
|
+
10. Evaluate only, without implementation commitment, whether a Routing Advisor / Capability Router evidence boundary is useful for WisePick-style services. If later adopted, it should record externally supplied route suggestions, preserve replay by reusing stored routing evidence, and send feedback only after new real executions.
|
{agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/docs/COMPLETE_CORE_PARITY_CHECKLIST.md
RENAMED
|
@@ -55,8 +55,8 @@ Excluded or not applicable:
|
|
|
55
55
|
| CLI baseline | `--help`, `doctor`, `version`, `quickstart`, `conformance`, `contract validate`, `contract export` | `agentledger` CLI | `agentledger-go` | `agentledger-ts` | `agentledger-rust` | `scripts/check_complete_core_parity.py` | done |
|
|
56
56
|
| Quickstart docs | Language quickstart and adapter quickstart | README + docs | `go/README.md` | `typescript/README.md` | `rust/README.md` | docs link check | done |
|
|
57
57
|
| Examples | Runnable examples for core runtime and adapter API | Python examples | `go/examples/quickstart/main.go` | `typescript/examples/quickstart/quickstart.js` | `rust/examples/quickstart.rs` | `scripts/check_complete_core_parity.py` | done |
|
|
58
|
-
| Package metadata | Installable package metadata in the current release
|
|
59
|
-
| Package install smoke | Install/import/run from published or built package | PyPI `agentledger-runtime==1.3.
|
|
58
|
+
| Package metadata | Installable package metadata in the current 1.3 release family | PyPI metadata `1.3.x` | `go.mod` tag `go/v1.3.1` for current baseline | npm package `1.3.1` for current baseline | `Cargo.toml` `1.3.1` for current baseline | `scripts/check_complete_core_parity.py` release-family check | done |
|
|
59
|
+
| Package install smoke | Install/import/run from published or built package | PyPI `agentledger-runtime==1.3.2` release smoke after publish for current Inspector patch | `go/v1.3.1` clean external `go get` smoke after tag | npm `agentledger-runtime@1.3.1` release smoke after publish | crates.io `agentledger-runtime==1.3.1` 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
|
|
70
|
+
4. Package release families are checked across Python, TypeScript, and Rust. The current core release family is `1.3`; Python may carry Inspector-only patch releases such as `1.3.2` without changing non-Python runtime-core baselines.
|
|
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.3.
|
|
12
|
+
| Go | `go get github.com/yaogdu/AgentLedger/go@v1.3.1` 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.3.
|
|
39
|
+
go get github.com/yaogdu/AgentLedger/go@v1.3.1
|
|
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.3.
|
|
45
|
+
go install github.com/yaogdu/AgentLedger/go/cmd/agentledger-go@v1.3.1
|
|
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.3.
|
|
49
|
+
Important: `go get` must run inside a Go module. `go install github.com/yaogdu/AgentLedger/go@v1.3.1` 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
|
|
|
@@ -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.3.
|
|
9
|
+
AgentLedger 1.3.x 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 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.3.0 is a stable runtime-core line with Python as the reference imp
|
|
|
15
15
|
- reliability semantics validation
|
|
16
16
|
- production pilot preparation with explicit adapter boundaries
|
|
17
17
|
|
|
18
|
-
Release-scope note: 1.3.0
|
|
18
|
+
Release-scope note: 1.3.0 added 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. 1.3.2 adds configurable redaction for Inspector JSON/HTML output. 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
|
|
|
@@ -58,7 +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
|
+
| 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, configurable redaction policy, optional `agentledger-inspector` companion package |
|
|
62
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 |
|
|
63
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 |
|
|
64
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 |
|
|
@@ -90,6 +90,38 @@ The `--blob-root` argument currently points at a local blob directory containing
|
|
|
90
90
|
|
|
91
91
|
`--html` writes a static HTML report for local or internal debugging. The file is self-contained and can be opened without a server.
|
|
92
92
|
|
|
93
|
+
## Redaction
|
|
94
|
+
|
|
95
|
+
Inspector output can include sensitive operational evidence, especially when `--include-payloads` is used. `1.3.2` adds explicit redaction for JSON and HTML reports. Redaction is applied to the Inspector read model before rendering, so custom viewers that consume `InspectorReport.to_dict()` receive the same masked data as the default HTML renderer.
|
|
96
|
+
|
|
97
|
+
Redact one or more keys directly:
|
|
98
|
+
|
|
99
|
+
```bash
|
|
100
|
+
agentledger inspector evidence ./evidence/<run_id> \
|
|
101
|
+
--include-payloads \
|
|
102
|
+
--redact-key password \
|
|
103
|
+
--redact-key api_token \
|
|
104
|
+
--html ./inspector.html
|
|
105
|
+
```
|
|
106
|
+
|
|
107
|
+
Use a policy file when the same rule should be reused:
|
|
108
|
+
|
|
109
|
+
```json
|
|
110
|
+
{
|
|
111
|
+
"keys": ["password", "api_token", "authorization"],
|
|
112
|
+
"replacement": "[redacted]"
|
|
113
|
+
}
|
|
114
|
+
```
|
|
115
|
+
|
|
116
|
+
```bash
|
|
117
|
+
agentledger inspector run <run_id> \
|
|
118
|
+
--root .agentledger \
|
|
119
|
+
--redaction-policy ./inspector-redaction.json \
|
|
120
|
+
--out ./inspector.json
|
|
121
|
+
```
|
|
122
|
+
|
|
123
|
+
The built-in policy matches exact key names case-insensitively and also redacts JSON strings that can be parsed as objects or arrays. It is a local debug safeguard, not a substitute for upstream secret management, database permissions, or evidence retention policy.
|
|
124
|
+
|
|
93
125
|
## Extension API
|
|
94
126
|
|
|
95
127
|
Inspector is intentionally split into three pieces so users can extend it:
|
|
@@ -103,12 +135,13 @@ Inspector is intentionally split into three pieces so users can extend it:
|
|
|
103
135
|
Example:
|
|
104
136
|
|
|
105
137
|
```python
|
|
106
|
-
from agentledger import InspectorDataSource, InspectorReportBuilder
|
|
138
|
+
from agentledger import InspectorDataSource, InspectorRedactionPolicy, InspectorReportBuilder
|
|
107
139
|
|
|
108
|
-
|
|
140
|
+
policy = InspectorRedactionPolicy(keys=("password", "api_token"))
|
|
141
|
+
report = InspectorDataSource().from_evidence_path("./evidence/run-1", redaction_policy=policy)
|
|
109
142
|
data = report.to_dict()
|
|
110
143
|
|
|
111
|
-
custom_report = InspectorReportBuilder().from_evidence_path("./evidence/run-1")
|
|
144
|
+
custom_report = InspectorReportBuilder().from_evidence_path("./evidence/run-1", redaction_policy=policy)
|
|
112
145
|
html = custom_report.to_html()
|
|
113
146
|
```
|
|
114
147
|
|
|
@@ -135,6 +168,7 @@ For secondary development, keep these contracts stable:
|
|
|
135
168
|
|
|
136
169
|
- accept `InspectorReport.to_dict()` as the UI/API input
|
|
137
170
|
- preserve `schema_version == "agentledger.inspector.v1"`
|
|
171
|
+
- apply `InspectorRedactionPolicy` before exposing reports to users when payloads may contain secrets
|
|
138
172
|
- implement `EvidenceStateStoreProtocol` / `EvidenceBlobStoreProtocol` for custom stores
|
|
139
173
|
- keep write/control actions out of Inspector surfaces
|
|
140
174
|
- use runtime APIs, not Inspector data sources, when an operator needs to approve, deny, cancel, or recover a run
|
|
@@ -143,6 +177,7 @@ For secondary development, keep these contracts stable:
|
|
|
143
177
|
|
|
144
178
|
- Treat Inspector JSON and HTML as sensitive operational evidence.
|
|
145
179
|
- Reports can include tool names, tool status, external ids, approval reasons, model metadata, artifact refs, payload summaries, and failure details.
|
|
180
|
+
- Use `--redact-key` or `--redaction-policy` before sharing reports outside the local debugging boundary.
|
|
146
181
|
- Use read-only DB credentials for Postgres/MySQL.
|
|
147
182
|
- Do not build custom write actions on top of Inspector reports. Use runtime APIs for runtime control and keep debug viewers read-only.
|
|
148
183
|
- Prefer evidence-bundle input when the blob store is remote or managed by another service.
|
|
@@ -160,6 +195,10 @@ Implemented in `1.3.0`:
|
|
|
160
195
|
- extension API for custom data sources and renderers
|
|
161
196
|
- optional `agentledger-inspector` companion package
|
|
162
197
|
|
|
198
|
+
Implemented in `1.3.2`:
|
|
199
|
+
|
|
200
|
+
- configurable JSON/HTML report redaction through `--redact-key`, `--redaction-policy`, and `InspectorRedactionPolicy`
|
|
201
|
+
|
|
163
202
|
Not in this version:
|
|
164
203
|
|
|
165
204
|
- long-running web server
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
[English](LANGUAGE_QUICKSTART.md) | [中文](zh/LANGUAGE_QUICKSTART.md)
|
|
4
4
|
|
|
5
|
-
AgentLedger 1.3.
|
|
5
|
+
AgentLedger 1.3.x 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. Python may carry Inspector-only patch releases such as 1.3.2 while the non-Python runtime-core package baselines remain on the latest shared runtime-core tag.
|
|
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.3.
|
|
69
|
+
go get github.com/yaogdu/AgentLedger/go@v1.3.1
|
|
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.3.
|
|
75
|
+
go install github.com/yaogdu/AgentLedger/go/cmd/agentledger-go@v1.3.1
|
|
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.3.
|
|
89
|
+
Note: `go get` must run inside a Go module. `go install github.com/yaogdu/AgentLedger/go@v1.3.1` 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.3.
|
|
270
|
+
Expected for 1.3.x:
|
|
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.3.
|
|
280
|
+
- Official adapters in 1.3.x 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.
|
|
@@ -22,6 +22,7 @@ Most capabilities should be evaluated in three layers: core contract, built-in m
|
|
|
22
22
|
| FinOps / Cost Control | token/call/cost records, budget enforcement hooks, cost attribution reports | provider price catalogs, finance exports, alerts | invoice or payment system |
|
|
23
23
|
| Inspector / Debug Viewer | stable read models, evidence export, static HTML debug export, redaction hooks, schema/version metadata | separate read-only local or internal inspector package | deployment management service, write/control plane in runtime-core |
|
|
24
24
|
| Model Gateway / Router | model-call boundary, request/response archival, replay skipping, token/cost attribution, budget/fallback semantics | provider adapters, LiteLLM-style router adapters, policy packs, price catalogs | bundling every model SDK, becoming a full model gateway product, replacing provider SDKs |
|
|
25
|
+
| Routing Advisor / Capability Router | candidate boundary only; no committed core feature. If future evaluation proves the boundary useful, runtime may record externally supplied route decisions as evidence and keep replay deterministic | possible WisePick-style capability router adapters or feedback clients, only if real usage justifies them | becoming a capability router, optimizing provider selection in core, or treating external routing decisions as authorization or idempotency keys |
|
|
25
26
|
|
|
26
27
|
Execution backend positioning is documented in `EXECUTION_BACKENDS.md`: Temporal, Ray, and Kubernetes are backend adapters for generic distributed execution, while AgentLedger keeps agent-specific runtime invariants.
|
|
27
28
|
|
|
@@ -54,6 +55,7 @@ Recommended stack positioning:
|
|
|
54
55
|
| Observability / eval UI | Langfuse, LangSmith, OpenTelemetry, custom dashboards | structured events, evidence bundles, trace/cost/failure export, correlation IDs |
|
|
55
56
|
| Tool and context protocols | MCP, internal tool servers, provider SDK tools | ToolGateway, Tool Ledger, schema validation, approvals, sandbox, audit records |
|
|
56
57
|
| Model providers / routers | OpenAI, Anthropic, Gemini, Bedrock, Ollama, LiteLLM | ModelGateway contract, archived model responses, budget/fallback/replay semantics |
|
|
58
|
+
| Routing advisors / capability routers | WisePick-style decision services, custom capability routers | candidate integration boundary only; no planned implementation until real usage proves the need |
|
|
57
59
|
| Storage / artifacts | SQLite, Postgres, MySQL, S3/MinIO, internal stores | StateStore/BlobStore contracts, migrations, conformance, evidence refs |
|
|
58
60
|
|
|
59
61
|
### Must Stay In Runtime-Core
|
|
@@ -101,6 +103,7 @@ LiteLLM and enterprise model gateways
|
|
|
101
103
|
vector databases, RAG systems, long-term memory systems
|
|
102
104
|
eval platforms and benchmark runners
|
|
103
105
|
MCP tool servers and enterprise tool catalogs
|
|
106
|
+
routing advisors and capability routers such as WisePick-style services; candidate only, if future evaluation proves the boundary useful
|
|
104
107
|
```
|
|
105
108
|
|
|
106
109
|
AgentLedger should provide adapters, export formats, evidence bundles, trace correlation, and conformance checks for these layers.
|
|
@@ -552,6 +555,12 @@ Implemented in `1.3.0`:
|
|
|
552
555
|
- static HTML export for shareable offline debugging
|
|
553
556
|
- Tool Ledger, approval, policy decision, cost/failure, artifact, and timeline read model
|
|
554
557
|
|
|
558
|
+
Implemented in `1.3.2`:
|
|
559
|
+
|
|
560
|
+
- configurable Inspector redaction policy for JSON and static HTML output
|
|
561
|
+
- CLI support for `--redact-key`, `--redaction-policy`, and `--redaction-replacement`
|
|
562
|
+
- `InspectorRedactionPolicy` API for custom read-model consumers
|
|
563
|
+
|
|
555
564
|
Follow-up work:
|
|
556
565
|
|
|
557
566
|
- run/session list with status, timestamps, cost summary, and failure summary
|
|
@@ -560,7 +569,7 @@ Follow-up work:
|
|
|
560
569
|
- Tool Ledger view with idempotency key, causal token, side-effect status, request/response refs, and unknown-state handling
|
|
561
570
|
- artifact/evidence browser with payload refs, blob hashes, media refs, and stream checkpoint refs
|
|
562
571
|
- cost and failure attribution panels
|
|
563
|
-
-
|
|
572
|
+
- richer redaction presets for prompts, large blobs, and project-specific evidence fields
|
|
564
573
|
- schema/version compatibility checks before reading a database
|
|
565
574
|
|
|
566
575
|
Explicit non-goals:
|
|
@@ -235,7 +235,7 @@ AGENTLEDGER_MYSQL_DSN=mysql://user:password@localhost:3306/database \
|
|
|
235
235
|
PYTHONPATH=src python3 -m agentledger migrate up --dialect mysql
|
|
236
236
|
```
|
|
237
237
|
|
|
238
|
-
Do not run adapter conformance against real application data. Use temporary test services. MySQL support in `1.3.
|
|
238
|
+
Do not run adapter conformance against real application data. Use temporary test services. MySQL support in `1.3.1` is an official adapter boundary; production use still requires real-service concurrency, permission, backup, and restore validation.
|
|
239
239
|
|
|
240
240
|
## Media and Streams
|
|
241
241
|
|
|
@@ -257,8 +257,8 @@ PYTHONPATH=src python3 -m agentledger state conformance --backend sqlite
|
|
|
257
257
|
PYTHONPATH=src python3 -m agentledger blob conformance --backend local
|
|
258
258
|
PYTHONPATH=src python3 -m agentledger worker conformance --backend sqlite --concurrent
|
|
259
259
|
PYTHONPATH=src python3 -m agentledger adapter conformance --kind langchain
|
|
260
|
-
PYTHONPATH=src python3 -m agentledger adapter certify --kind postgres --adapter-version 1.3.
|
|
261
|
-
PYTHONPATH=src python3 -m agentledger adapter certify --kind mysql --adapter-version 1.3.
|
|
260
|
+
PYTHONPATH=src python3 -m agentledger adapter certify --kind postgres --adapter-version 1.3.1 --out ./postgres-certification.json
|
|
261
|
+
PYTHONPATH=src python3 -m agentledger adapter certify --kind mysql --adapter-version 1.3.1 --out ./mysql-certification.json
|
|
262
262
|
```
|
|
263
263
|
|
|
264
264
|
`adapter certify` emits a machine-readable adapter certification bundle. It records package metadata, conformance commands, smoke commands, required external services, security assumptions, known limitations, and whether production validation still requires real infrastructure. For example, Postgres/MySQL/S3/Docker/Temporal bundles are marked `external-required` until they have real service credentials, concurrency/load checks, and restore or rollback drills.
|
|
@@ -146,10 +146,10 @@ backup/restore notes if stateful
|
|
|
146
146
|
AgentLedger 可以为官方 adapter profile 生成机器可读的起始认证 bundle:
|
|
147
147
|
|
|
148
148
|
```bash
|
|
149
|
-
PYTHONPATH=src python3 -m agentledger adapter certify --kind postgres --adapter-version 1.3.
|
|
150
|
-
PYTHONPATH=src python3 -m agentledger adapter certify --kind mysql --adapter-version 1.3.
|
|
151
|
-
PYTHONPATH=src python3 -m agentledger adapter certify --kind s3 --adapter-version 1.3.
|
|
152
|
-
PYTHONPATH=src python3 -m agentledger adapter certify --kind langgraph --adapter-version 1.3.
|
|
149
|
+
PYTHONPATH=src python3 -m agentledger adapter certify --kind postgres --adapter-version 1.3.1
|
|
150
|
+
PYTHONPATH=src python3 -m agentledger adapter certify --kind mysql --adapter-version 1.3.1 --out ./mysql-certification.json
|
|
151
|
+
PYTHONPATH=src python3 -m agentledger adapter certify --kind s3 --adapter-version 1.3.1 --out ./s3-certification.json
|
|
152
|
+
PYTHONPATH=src python3 -m agentledger adapter certify --kind langgraph --adapter-version 1.3.1 --package-name agentledger-langgraph
|
|
153
153
|
```
|
|
154
154
|
|
|
155
155
|
内置 profile:
|
|
@@ -240,8 +240,8 @@ packaging release 期望通过:
|
|
|
240
240
|
|
|
241
241
|
```bash
|
|
242
242
|
PYTHONDONTWRITEBYTECODE=1 PYTHONPATH=src python3 -m unittest discover -s tests -q
|
|
243
|
-
PYTHONDONTWRITEBYTECODE=1 PYTHONPATH=src python3 -m agentledger adapter certify --kind postgres --adapter-version 1.3.
|
|
244
|
-
PYTHONDONTWRITEBYTECODE=1 PYTHONPATH=src python3 -m agentledger adapter certify --kind mysql --adapter-version 1.3.
|
|
243
|
+
PYTHONDONTWRITEBYTECODE=1 PYTHONPATH=src python3 -m agentledger adapter certify --kind postgres --adapter-version 1.3.1
|
|
244
|
+
PYTHONDONTWRITEBYTECODE=1 PYTHONPATH=src python3 -m agentledger adapter certify --kind mysql --adapter-version 1.3.1
|
|
245
245
|
PYTHONDONTWRITEBYTECODE=1 PYTHONPATH=src python3 scripts/check_adapter_packages.py
|
|
246
246
|
go test ./...
|
|
247
247
|
cd typescript && npm test
|
|
@@ -70,6 +70,7 @@ Docker 优先官方化,是因为它适合作为 reference sandbox adapter,
|
|
|
70
70
|
| Workflow | Airflow / Prefect / Argo | 它们是 batch/workflow 系统;可以桥接,但 AgentLedger 不应变成通用 workflow engine。 |
|
|
71
71
|
| Eval | LangSmith / Braintrust / custom eval platforms | Eval 是 evidence/replay contract 的消费者,不属于 runtime-core。 |
|
|
72
72
|
| Vector DB / RAG | Pinecone、Weaviate、Milvus、pgvector 等 | Long-term memory/retrieval infra 应外置;runtime 存 ref/evidence,不拥有知识检索逻辑。 |
|
|
73
|
+
| Routing advisor / capability router | WisePick-style route decision service | 仅作为候选方向,不是已承诺 adapter。可以评估其作为执行前 suggestion 和执行后 feedback loop 的价值,但应保持 optional,不能把 AgentLedger core 变成 capability router 或授权层。 |
|
|
73
74
|
| 应用管理后台 | 用户、组织、计费、身份或控制面 adapter | 当前项目范围外。AgentLedger 是 framework/library/runtime reliability layer。 |
|
|
74
75
|
|
|
75
76
|
## 跨语言策略
|
|
@@ -113,3 +114,4 @@ Python 是 reference implementation,但官方 adapter 在生态存在时应尽
|
|
|
113
114
|
7. Kubernetes sandbox/backend recipe,然后再做 optional execution adapter。
|
|
114
115
|
8. 根据真实用户需求做 Temporal/Ray/Kubernetes scheduler/backend bridge。
|
|
115
116
|
9. `ModelGateway` contract 稳定后,再做 model provider/router adapters。
|
|
117
|
+
10. 仅评估,不承诺实现:Routing Advisor / Capability Router evidence boundary 是否对 WisePick-style services 有价值。如果后续采纳,应记录外部传入的 route suggestion,replay 时复用已存 routing evidence,并且只在新的真实执行完成后发送 feedback。
|
{agentledger_runtime-1.3.0 → agentledger_runtime-1.3.2}/docs/zh/COMPLETE_CORE_PARITY_CHECKLIST.md
RENAMED
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
1. 四语言 CLI baseline 已有自动化检查,不再只依赖 conformance。
|
|
27
27
|
2. Go、TypeScript、Rust 已有 runnable quickstart example files。
|
|
28
28
|
3. TypeScript/Rust package surface 已有 `npm pack --dry-run` / `cargo package --allow-dirty --no-verify` 发布 dry-run;发布后仍需重复 clean install smoke。
|
|
29
|
-
4. Python、TypeScript、Rust 的 package
|
|
29
|
+
4. Python、TypeScript、Rust 的 package release family 已自动检查;当前 core release family 是 `1.3`。Python 可以有 Inspector-only patch release,例如 `1.3.2`,不代表非 Python runtime-core baseline 必须同时变化。
|
|
30
30
|
5. Go module 外部消费依赖 Git tag/release;每次 release 推送 `go/vX.Y.Z` tag 后都需要重复 clean external `go get` smoke。
|
|
31
31
|
6. 真实服务 hardening 仍不属于 core parity,继续作为 optional follow-up 记录。
|
|
32
32
|
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
| 语言 | 安装 / 使用 | Quickstart | 示例 | 包 / 命令 |
|
|
10
10
|
|---|---|---|---|---|
|
|
11
11
|
| Python | `pipx install agentledger-runtime` 或 `pip install agentledger-runtime` | `agentledger quickstart` | `../../examples/README.md` | PyPI package `agentledger-runtime`,CLI `agentledger` |
|
|
12
|
-
| Go | 在 Go module 内执行 `go get github.com/yaogdu/AgentLedger/go@v1.3.
|
|
12
|
+
| Go | 在 Go module 内执行 `go get github.com/yaogdu/AgentLedger/go@v1.3.1` | 在 repo 内执行 `cd go && go run ./examples/quickstart` | `../../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 @@ python -m agentledger doctor
|
|
|
36
36
|
|
|
37
37
|
```bash
|
|
38
38
|
go mod init your-module-name # 如果项目还没有 go.mod 才需要
|
|
39
|
-
go get github.com/yaogdu/AgentLedger/go@v1.3.
|
|
39
|
+
go get github.com/yaogdu/AgentLedger/go@v1.3.1
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
安装可选 CLI:
|
|
43
43
|
|
|
44
44
|
```bash
|
|
45
|
-
go install github.com/yaogdu/AgentLedger/go/cmd/agentledger-go@v1.3.
|
|
45
|
+
go install github.com/yaogdu/AgentLedger/go/cmd/agentledger-go@v1.3.1
|
|
46
46
|
agentledger-go --help
|
|
47
47
|
```
|
|
48
48
|
|
|
49
|
-
注意:`go get` 必须在 Go module 里执行。`go install github.com/yaogdu/AgentLedger/go@v1.3.
|
|
49
|
+
注意:`go get` 必须在 Go module 里执行。`go install github.com/yaogdu/AgentLedger/go@v1.3.1` 是错误用法,因为该路径是 library,不是 `package main`。安装 CLI 要使用 `/cmd/agentledger-go`。
|
|
50
50
|
|
|
51
51
|
### TypeScript
|
|
52
52
|
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
## 当前基线
|
|
8
8
|
|
|
9
|
-
AgentLedger 1.3.
|
|
9
|
+
AgentLedger 1.3.x 是 stable runtime-core line,Python 是 reference implementation,Go/TypeScript/Rust 已通过共享 runtime-core parity gate 覆盖。1.3 line 保持 stable runtime-core contract,同时增加 language-neutral、read-only Inspector companion path,用于查看 evidence 和 runtime metadata。它适合:
|
|
10
10
|
|
|
11
11
|
- 本地使用
|
|
12
12
|
- runtime 设计评审
|
|
@@ -15,7 +15,7 @@ AgentLedger 1.3.0 是 stable runtime-core line,Python 是 reference implementa
|
|
|
15
15
|
- reliability semantics 验证
|
|
16
16
|
- 在明确 adapter 边界下做 production pilot 准备
|
|
17
17
|
|
|
18
|
-
版本范围说明:1.3.0 增加 Inspector,定位是只读 evidence/runtime metadata consumer。它可以读取导出的 evidence bundle,也可以用只读凭证连接 SQLite/Postgres/MySQL AgentLedger metadata,并导出静态 HTML debug report。MySQL 仍是 1.2.2 的 storage adapter boundary,Langfuse 仍是 1.2.3 的 observability adapter boundary;真实服务生产级声明仍需要外部验证。
|
|
18
|
+
版本范围说明:1.3.0 增加 Inspector,定位是只读 evidence/runtime metadata consumer。它可以读取导出的 evidence bundle,也可以用只读凭证连接 SQLite/Postgres/MySQL AgentLedger metadata,并导出静态 HTML debug report。1.3.2 增加 Inspector JSON/HTML 输出的可配置脱敏。MySQL 仍是 1.2.2 的 storage adapter boundary,Langfuse 仍是 1.2.3 的 observability adapter boundary;真实服务生产级声明仍需要外部验证。
|
|
19
19
|
|
|
20
20
|
runtime-core contract 已稳定。optional production adapter、外部基础设施加固和完整 eval 系统都不属于 stable core 边界;非 Python runtime-core baseline 由共享 parity gate 验证。
|
|
21
21
|
|
|
@@ -58,7 +58,7 @@ runtime-core contract 已稳定。optional production adapter、外部基础设
|
|
|
58
58
|
| Adapter contract | framework adapter base、LangGraph facade、MCP tool/context mapping、dependency-free method facades、第一方 adapter package boundaries |
|
|
59
59
|
| Sandbox boundary | fail-closed `none`、local executor、router、external executor contract、Docker/bubblewrap command path、Kubernetes dry-run/gated path |
|
|
60
60
|
| Observability | trace JSONL export、dependency-free OTLP JSON export、optional OTLP/JSON collector POST、evidence-linked audit record |
|
|
61
|
-
| Inspector | `agentledger.inspector.v1` read model、`agentledger inspector run/evidence`、静态 HTML report、evidence-bundle input、read-only SQLite input、通过已有 adapter boundary 的 Postgres/MySQL read path、optional `agentledger-inspector` companion package |
|
|
61
|
+
| Inspector | `agentledger.inspector.v1` read model、`agentledger inspector run/evidence`、静态 HTML report、evidence-bundle input、read-only SQLite input、通过已有 adapter boundary 的 Postgres/MySQL read path、可配置 redaction policy、optional `agentledger-inspector` companion package |
|
|
62
62
|
| Reliability checks | failure injection suite、failure attribution report、conformance runner、runtime-boundary lint, scheduler facade, adversarial review, evidence regression、JSON rule-pack extension |
|
|
63
63
|
| Media/stream contracts | `MediaArtifact`、`MediaMetadata`、`ArtifactLineage`、`StreamChunkRef`、`EventStreamCheckpoint`、AgentContext helpers、tool schema conventions、evidence/replay validation |
|
|
64
64
|
| 开源发布骨架 | CI workflow、changelog、security policy、versioning policy、release checklist、contributor checks、中英文文档入口、SVG 架构图、adapter certification checklist、adapter packaging docs/checks |
|