agentledger-runtime 1.2.2__tar.gz → 1.2.3__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.2 → agentledger_runtime-1.2.3}/.gitignore +2 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/PKG-INFO +29 -5
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/README.md +24 -3
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/README.zh-CN.md +23 -2
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/contracts/conformance/optional_adapters.v1.json +3 -3
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/docs/ADAPTER_CERTIFICATION.md +4 -4
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/docs/ADAPTER_PACKAGING.md +12 -3
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/docs/ADAPTER_ROADMAP.md +4 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/docs/ARCHITECTURE.md +3 -1
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/docs/COMPLETE_CORE_PARITY_CHECKLIST.md +3 -3
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/docs/EXECUTION_BACKENDS.md +1 -1
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/docs/EXTENSIBILITY.md +1 -1
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/docs/GETTING_STARTED.md +4 -4
- agentledger_runtime-1.2.3/docs/HARNESS_STACK.md +238 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/docs/IMPLEMENTATION_STATUS.md +2 -2
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/docs/LANGUAGE_QUICKSTART.md +6 -6
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/docs/MYSQL.md +1 -1
- agentledger_runtime-1.2.3/docs/QUERY_EXAMPLES.md +275 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/docs/README.md +7 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/docs/ROADMAP.md +236 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/docs/USAGE.md +6 -5
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/docs/assets/agentledger-social-architecture.svg +1 -1
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/docs/assets/langgraph-agentledger-relationship.svg +1 -1
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/docs/zh/ADAPTER_CERTIFICATION.md +4 -4
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/docs/zh/ADAPTER_PACKAGING.md +12 -3
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/docs/zh/ADAPTER_ROADMAP.md +4 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/docs/zh/ARCHITECTURE.md +3 -1
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/docs/zh/COMPLETE_CORE_PARITY_CHECKLIST.md +1 -1
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/docs/zh/EXECUTION_BACKENDS.md +1 -1
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/docs/zh/EXTENSIBILITY.md +1 -1
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/docs/zh/GETTING_STARTED.md +4 -4
- agentledger_runtime-1.2.3/docs/zh/HARNESS_STACK.md +238 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/docs/zh/IMPLEMENTATION_STATUS.md +2 -2
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/docs/zh/LANGUAGE_QUICKSTART.md +6 -6
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/docs/zh/MYSQL.md +1 -1
- agentledger_runtime-1.2.3/docs/zh/QUERY_EXAMPLES.md +275 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/docs/zh/README.md +6 -1
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/docs/zh/ROADMAP.md +246 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/docs/zh/USAGE.md +5 -4
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/go/README.md +4 -4
- agentledger_runtime-1.2.3/go/adapters/langfuse/langfuse.go +96 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/go/cmd/agentledger-go/main.go +5 -4
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/go/examples/README.md +3 -3
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/go/optional_adapters.go +1 -0
- agentledger_runtime-1.2.3/packages/agentledger-langfuse/README.md +22 -0
- agentledger_runtime-1.2.3/packages/agentledger-langfuse/pyproject.toml +23 -0
- agentledger_runtime-1.2.3/packages/agentledger-langfuse/src/agentledger_langfuse/__init__.py +96 -0
- agentledger_runtime-1.2.3/packages/agentledger-langfuse/tests/test_import.py +5 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/packages/agentledger-langgraph/README.md +1 -1
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/packages/agentledger-langgraph/pyproject.toml +1 -1
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/packages/agentledger-langgraph/src/agentledger_langgraph/__init__.py +1 -1
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/packages/agentledger-mcp/README.md +1 -1
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/packages/agentledger-mcp/pyproject.toml +1 -1
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/packages/agentledger-mcp/src/agentledger_mcp/__init__.py +1 -1
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/packages/agentledger-mysql/README.md +1 -1
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/packages/agentledger-mysql/pyproject.toml +1 -1
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/packages/agentledger-mysql/src/agentledger_mysql/__init__.py +1 -1
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/packages/agentledger-otel/README.md +1 -1
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/packages/agentledger-otel/pyproject.toml +1 -1
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/packages/agentledger-otel/src/agentledger_otel/__init__.py +1 -1
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/packages/agentledger-postgres/README.md +1 -1
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/packages/agentledger-postgres/pyproject.toml +1 -1
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/packages/agentledger-postgres/src/agentledger_postgres/__init__.py +1 -1
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/packages/agentledger-s3/README.md +1 -1
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/packages/agentledger-s3/pyproject.toml +1 -1
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/packages/agentledger-s3/src/agentledger_s3/__init__.py +1 -1
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/packages/agentledger-sandbox-docker/README.md +1 -1
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/packages/agentledger-sandbox-docker/pyproject.toml +1 -1
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/packages/agentledger-sandbox-docker/src/agentledger_sandbox_docker/__init__.py +1 -1
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/pyproject.toml +4 -2
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/rust/Cargo.lock +1 -1
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/rust/Cargo.toml +4 -2
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/rust/README.md +1 -1
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/rust/crates/agentledger-framework/Cargo.toml +1 -1
- agentledger_runtime-1.2.3/rust/crates/agentledger-langfuse/Cargo.toml +14 -0
- agentledger_runtime-1.2.3/rust/crates/agentledger-langfuse/README.md +9 -0
- agentledger_runtime-1.2.3/rust/crates/agentledger-langfuse/src/lib.rs +1 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/rust/crates/agentledger-mcp/Cargo.toml +1 -1
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/rust/crates/agentledger-mysql/Cargo.toml +1 -1
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/rust/crates/agentledger-otel/Cargo.toml +1 -1
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/rust/crates/agentledger-postgres/Cargo.toml +1 -1
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/rust/crates/agentledger-s3/Cargo.toml +1 -1
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/rust/crates/agentledger-sandbox-docker/Cargo.toml +1 -1
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/rust/src/lib.rs +7 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/rust/src/main.rs +5 -4
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/scripts/check_adapter_packages.py +4 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/src/agentledger/__init__.py +1 -1
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/src/agentledger/adapter_certification.py +19 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/typescript/README.md +1 -1
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/typescript/package.json +6 -2
- agentledger_runtime-1.2.3/typescript/packages/agentledger-langfuse/README.md +13 -0
- agentledger_runtime-1.2.3/typescript/packages/agentledger-langfuse/package.json +16 -0
- agentledger_runtime-1.2.3/typescript/packages/agentledger-langfuse/src/index.d.ts +1 -0
- agentledger_runtime-1.2.3/typescript/packages/agentledger-langfuse/src/index.js +1 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/typescript/packages/agentledger-langgraph/package.json +2 -2
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/typescript/packages/agentledger-mcp/package.json +2 -2
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/typescript/packages/agentledger-mysql/package.json +2 -2
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/typescript/packages/agentledger-otel/package.json +2 -2
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/typescript/packages/agentledger-postgres/package.json +2 -2
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/typescript/packages/agentledger-s3/package.json +2 -2
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/typescript/packages/agentledger-sandbox-docker/package.json +2 -2
- agentledger_runtime-1.2.3/typescript/src/adapters/langfuse.d.ts +2 -0
- agentledger_runtime-1.2.3/typescript/src/adapters/langfuse.js +38 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/typescript/src/adapters/langgraph.js +1 -1
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/typescript/src/adapters/mcp.js +1 -1
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/typescript/src/adapters/mysql.js +1 -1
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/typescript/src/adapters/otel.js +1 -1
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/typescript/src/adapters/postgres.js +1 -1
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/typescript/src/adapters/s3.js +1 -1
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/typescript/src/adapters/sandbox-docker.js +1 -1
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/typescript/src/cli.js +5 -4
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/typescript/src/index.js +1 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/typescript/test/runtime.test.js +4 -2
- agentledger_runtime-1.2.2/go/.agentledger-go/state.json +0 -2281
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/.github/workflows/ci.yml +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/CHANGELOG.md +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/CODE_OF_CONDUCT.md +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/CONTRIBUTING.md +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/LICENSE +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/SECURITY.md +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/contracts/agentledger.runtime.v1.json +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/contracts/conformance/adversarial_review.v1.json +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/contracts/conformance/boundary_lint.v1.json +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/contracts/conformance/cost_failure_attribution.v1.json +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/contracts/conformance/evidence_consumers.v1.json +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/contracts/conformance/evidence_regression.v1.json +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/contracts/conformance/failure_injection.v1.json +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/contracts/conformance/framework_adapters.v1.json +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/contracts/conformance/local_blob_store.v1.json +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/contracts/conformance/local_persistence.v1.json +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/contracts/conformance/mcp_adapters.v1.json +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/contracts/conformance/media_stream_artifacts.v1.json +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/contracts/conformance/official_adapters.v1.json +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/contracts/conformance/ops_readiness.v1.json +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/contracts/conformance/otlp_trace_export.v1.json +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/contracts/conformance/policy_approval_sandbox.v1.json +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/contracts/conformance/repro.v1.json +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/contracts/conformance/runtime_baseline.v1.json +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/contracts/conformance/runtime_semantics.v1.json +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/contracts/conformance/scheduler.v1.json +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/contracts/conformance/shadow.v1.json +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/contracts/conformance/simple_api.v1.json +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/contracts/conformance/static_debug_html.v1.json +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/contracts/conformance/storage_schema.v1.json +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/contracts/conformance/time_travel.v1.json +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/contracts/conformance/tool_schema_validation.v1.json +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/contracts/conformance/worker_service.v1.json +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/docs/BACKUP_RESTORE.md +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/docs/COMPARISONS.md +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/docs/DESIGN_AND_IMPLEMENTATION.md +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/docs/DISTRIBUTED_WORKERS.md +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/docs/IMPLEMENTATION_PLAN.md +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/docs/LANGUAGE_IMPLEMENTATION_COMPARISON.md +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/docs/LANGUAGE_PARITY_AUDIT.md +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/docs/LANGUAGE_PARITY_MATRIX.md +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/docs/MATURITY_MODEL.md +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/docs/MULTI_LANGUAGE.md +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/docs/POLICY_ENGINE.md +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/docs/POSTGRES.md +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/docs/RELEASE_CHECKLIST.md +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/docs/RUNTIME_SPEC.md +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/docs/S3_MINIO.md +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/docs/SECURITY_ENTERPRISE.md +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/docs/STORAGE.md +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/docs/VERSIONING.md +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/docs/assets/agent-policy-engine-evaluate-detail.svg +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/docs/assets/agent-policy-engine-relationship-map.svg +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/docs/assets/agentledger-runtime-architecture.svg +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/docs/zh/COMPARISONS.md +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/docs/zh/DESIGN_AND_IMPLEMENTATION.md +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/docs/zh/LANGUAGE_IMPLEMENTATION_COMPARISON.md +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/docs/zh/LANGUAGE_PARITY_AUDIT.md +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/docs/zh/LANGUAGE_PARITY_MATRIX.md +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/docs/zh/POLICY_ENGINE.md +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/docs/zh/RELEASE_CHECKLIST.md +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/docs/zh/RUNTIME_SPEC.md +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/docs/zh/SECURITY_ENTERPRISE.md +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/docs/zh/STORAGE.md +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/examples/README.md +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/examples/autogen/basic_agent.py +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/examples/crewai/basic_crew.py +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/examples/docs/README.md +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/examples/hello_world/hello.py +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/examples/langchain/basic_runnable.py +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/examples/langgraph/basic_graph.py +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/examples/lint/boundary_rules.json +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/examples/llamaindex/basic_query.py +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/examples/mcp_context/basic_context_server.py +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/examples/mcp_tool/basic_tool.py +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/examples/media_stream/basic_media_stream.py +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/examples/media_stream/managed_tool.py +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/examples/openai_agents/basic_agent.py +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/examples/policy/local.policy.yaml +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/examples/sandbox/command_tool.py +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/examples/sandbox/sandbox.yaml +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/examples/semantic_kernel/basic_kernel.py +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/examples/side_effect_idempotency/README.md +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/examples/tool_catalog/basic_catalog.py +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/examples/transient_retry/README.md +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/examples/travel_assistant/demo.py +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/go/adapters/framework/framework.go +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/go/adapters/mcp/mcp.go +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/go/adapters/mysql/mysql.go +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/go/adapters/otel/otel.go +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/go/adapters/postgres/postgres.go +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/go/adapters/s3/s3.go +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/go/adapters/sandbox/docker/docker.go +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/go/adapters.go +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/go/blobstore.go +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/go/consumers.go +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/go/eval.go +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/go/evidence.go +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/go/examples/quickstart/main.go +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/go/examples/travel_assistant/main.go +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/go/failure_injection.go +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/go/go.mod +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/go/lint.go +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/go/mcp.go +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/go/official_adapters.go +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/go/ops.go +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/go/replay.go +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/go/repro.go +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/go/review.go +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/go/runtime.go +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/go/runtime_test.go +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/go/scheduler.go +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/go/schema.go +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/go/shadow.go +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/go/simple.go +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/go/store.go +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/go/timetravel.go +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/go/tools.go +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/go/travel_assistant +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/go/types.go +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/go/worker.go +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/migrations/postgres/0001_initial.sql +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/migrations/sqlite/0001_initial.sql +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/packages/agentledger-langgraph/examples/README.md +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/packages/agentledger-langgraph/tests/test_import.py +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/packages/agentledger-mcp/examples/README.md +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/packages/agentledger-mcp/tests/test_import.py +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/packages/agentledger-mysql/examples/README.md +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/packages/agentledger-mysql/tests/test_import.py +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/packages/agentledger-otel/examples/README.md +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/packages/agentledger-otel/tests/test_import.py +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/packages/agentledger-postgres/examples/README.md +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/packages/agentledger-postgres/tests/test_import.py +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/packages/agentledger-s3/examples/README.md +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/packages/agentledger-s3/tests/test_import.py +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/packages/agentledger-sandbox-docker/examples/README.md +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/packages/agentledger-sandbox-docker/tests/test_import.py +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/rust/crates/agentledger-framework/README.md +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/rust/crates/agentledger-framework/src/lib.rs +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/rust/crates/agentledger-mcp/README.md +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/rust/crates/agentledger-mcp/src/lib.rs +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/rust/crates/agentledger-mysql/README.md +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/rust/crates/agentledger-mysql/src/lib.rs +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/rust/crates/agentledger-otel/README.md +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/rust/crates/agentledger-otel/src/lib.rs +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/rust/crates/agentledger-postgres/README.md +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/rust/crates/agentledger-postgres/src/lib.rs +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/rust/crates/agentledger-s3/README.md +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/rust/crates/agentledger-s3/src/lib.rs +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/rust/crates/agentledger-sandbox-docker/README.md +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/rust/crates/agentledger-sandbox-docker/src/lib.rs +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/rust/examples/README.md +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/rust/examples/quickstart.rs +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/rust/examples/travel_assistant.rs +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/scripts/audit_python_parity.py +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/scripts/check_complete_core_parity.py +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/scripts/check_language_parity.py +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/src/agentledger/__main__.py +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/src/agentledger/adapters.py +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/src/agentledger/adapters_frameworks.py +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/src/agentledger/adapters_langgraph.py +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/src/agentledger/adapters_mcp.py +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/src/agentledger/approval.py +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/src/agentledger/backup.py +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/src/agentledger/blobstore.py +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/src/agentledger/blobstore_s3.py +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/src/agentledger/cli.py +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/src/agentledger/conformance.py +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/src/agentledger/context.py +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/src/agentledger/contract.py +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/src/agentledger/cost.py +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/src/agentledger/diff.py +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/src/agentledger/eval.py +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/src/agentledger/evidence.py +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/src/agentledger/examples.py +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/src/agentledger/failure.py +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/src/agentledger/failure_injection.py +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/src/agentledger/ids.py +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/src/agentledger/jsonutil.py +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/src/agentledger/lint.py +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/src/agentledger/media.py +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/src/agentledger/media_tools.py +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/src/agentledger/policy.py +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/src/agentledger/protocol.py +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/src/agentledger/replay.py +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/src/agentledger/repro.py +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/src/agentledger/retention.py +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/src/agentledger/review.py +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/src/agentledger/runtime.py +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/src/agentledger/sandbox.py +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/src/agentledger/scheduler.py +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/src/agentledger/shadow.py +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/src/agentledger/simple.py +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/src/agentledger/storage_mysql.py +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/src/agentledger/storage_postgres.py +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/src/agentledger/storage_schema.py +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/src/agentledger/store.py +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/src/agentledger/timetravel.py +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/src/agentledger/tools.py +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/src/agentledger/trace.py +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/src/agentledger/worker.py +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/tests/test_postgres_integration.py +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/tests/test_runtime.py +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/tests/test_s3_integration.py +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/typescript/examples/README.md +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/typescript/examples/quickstart/quickstart.js +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/typescript/examples/travel_assistant/travel_assistant.js +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/typescript/packages/agentledger-langgraph/README.md +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/typescript/packages/agentledger-langgraph/src/index.d.ts +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/typescript/packages/agentledger-langgraph/src/index.js +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/typescript/packages/agentledger-mcp/README.md +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/typescript/packages/agentledger-mcp/src/index.d.ts +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/typescript/packages/agentledger-mcp/src/index.js +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/typescript/packages/agentledger-mysql/README.md +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/typescript/packages/agentledger-mysql/src/index.d.ts +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/typescript/packages/agentledger-mysql/src/index.js +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/typescript/packages/agentledger-otel/README.md +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/typescript/packages/agentledger-otel/src/index.d.ts +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/typescript/packages/agentledger-otel/src/index.js +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/typescript/packages/agentledger-postgres/README.md +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/typescript/packages/agentledger-postgres/src/index.d.ts +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/typescript/packages/agentledger-postgres/src/index.js +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/typescript/packages/agentledger-s3/README.md +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/typescript/packages/agentledger-s3/src/index.d.ts +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/typescript/packages/agentledger-s3/src/index.js +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/typescript/packages/agentledger-sandbox-docker/README.md +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/typescript/packages/agentledger-sandbox-docker/src/index.d.ts +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/typescript/packages/agentledger-sandbox-docker/src/index.js +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/typescript/src/adapters/langgraph.d.ts +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/typescript/src/adapters/mcp.d.ts +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/typescript/src/adapters/mysql.d.ts +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/typescript/src/adapters/otel.d.ts +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/typescript/src/adapters/postgres.d.ts +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/typescript/src/adapters/s3.d.ts +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/typescript/src/adapters/sandbox-docker.d.ts +0 -0
- {agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/typescript/src/index.d.ts +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: agentledger-runtime
|
|
3
|
-
Version: 1.2.
|
|
4
|
-
Summary:
|
|
3
|
+
Version: 1.2.3
|
|
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
|
|
7
7
|
Project-URL: Documentation, https://github.com/yaogdu/AgentLedger#readme
|
|
@@ -21,6 +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-langfuse<2,>=1.2; extra == 'all'
|
|
24
25
|
Requires-Dist: agentledger-langgraph<2,>=1.2; extra == 'all'
|
|
25
26
|
Requires-Dist: agentledger-mcp<2,>=1.2; extra == 'all'
|
|
26
27
|
Requires-Dist: agentledger-mysql<2,>=1.2; extra == 'all'
|
|
@@ -30,6 +31,8 @@ Requires-Dist: agentledger-s3<2,>=1.2; extra == 'all'
|
|
|
30
31
|
Requires-Dist: agentledger-sandbox-docker<2,>=1.2; extra == 'all'
|
|
31
32
|
Provides-Extra: docker
|
|
32
33
|
Requires-Dist: agentledger-sandbox-docker<2,>=1.2; extra == 'docker'
|
|
34
|
+
Provides-Extra: langfuse
|
|
35
|
+
Requires-Dist: agentledger-langfuse<2,>=1.2; extra == 'langfuse'
|
|
33
36
|
Provides-Extra: langgraph
|
|
34
37
|
Requires-Dist: agentledger-langgraph<2,>=1.2; extra == 'langgraph'
|
|
35
38
|
Provides-Extra: mcp
|
|
@@ -49,17 +52,19 @@ Description-Content-Type: text/markdown
|
|
|
49
52
|
[English](README.md) | [中文](README.zh-CN.md)
|
|
50
53
|
|
|
51
54
|

|
|
52
|
-

|
|
53
56
|

|
|
54
57
|

|
|
55
58
|

|
|
56
59
|

|
|
57
60
|

|
|
58
61
|
|
|
59
|
-
AgentLedger `1.2.
|
|
62
|
+
AgentLedger `1.2.3` 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.
|
|
60
63
|
|
|
61
64
|
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.
|
|
62
65
|
|
|
66
|
+
In a full harness stack, systems such as LangGraph, Temporal, Langfuse, MCP, model routers, storage backends, and sandbox providers can each own the layer they are good at. AgentLedger owns the reliability substrate between them: durable execution, tool/model governance, evidence, replay, policy/sandbox boundaries, cost/failure attribution, and adapter contracts.
|
|
67
|
+
|
|
63
68
|
Python remains the reference implementation, and Go, TypeScript, and Rust now have native runtime-core baselines aligned to the same language-neutral runtime contract. Provider-specific drivers and framework-native adapters intentionally vary by ecosystem. See `docs/LANGUAGE_IMPLEMENTATION_COMPARISON.md` for the exact four-language comparison and adapter boundary.
|
|
64
69
|
|
|
65
70
|
## Start Here
|
|
@@ -69,6 +74,8 @@ Python remains the reference implementation, and Go, TypeScript, and Rust now ha
|
|
|
69
74
|
| Install and run the first example | [docs/GETTING_STARTED.md](docs/GETTING_STARTED.md) |
|
|
70
75
|
| Choose Python / Go / TypeScript / Rust | [docs/LANGUAGE_QUICKSTART.md](docs/LANGUAGE_QUICKSTART.md) |
|
|
71
76
|
| Find runnable examples | [examples/README.md](examples/README.md), [go/examples/README.md](go/examples/README.md), [typescript/examples/README.md](typescript/examples/README.md), [rust/examples/README.md](rust/examples/README.md) |
|
|
77
|
+
| Query runtime tables | [docs/QUERY_EXAMPLES.md](docs/QUERY_EXAMPLES.md) |
|
|
78
|
+
| Understand Harness stack composition | [docs/HARNESS_STACK.md](docs/HARNESS_STACK.md) |
|
|
72
79
|
| Understand what is equal across languages | [docs/LANGUAGE_IMPLEMENTATION_COMPARISON.md](docs/LANGUAGE_IMPLEMENTATION_COMPARISON.md) |
|
|
73
80
|
| Install optional adapter packages | [docs/ADAPTER_PACKAGING.md](docs/ADAPTER_PACKAGING.md) |
|
|
74
81
|
| Use Go correctly | [go/README.md](go/README.md#install) |
|
|
@@ -117,6 +124,23 @@ Optional production adapter:
|
|
|
117
124
|
|
|
118
125
|
For example, sandbox semantics are core, but sandbox infrastructure is not. Core owns `SandboxPolicy`, fail-closed routing, audit/evidence records, and replay safety; Docker, E2B, bubblewrap, Kubernetes/gVisor, Firecracker, or custom executors are adapters.
|
|
119
126
|
|
|
127
|
+
## Harness stack composition
|
|
128
|
+
|
|
129
|
+
AgentLedger is not a full Agent Harness by itself. It is designed to compose with the rest of the harness ecosystem:
|
|
130
|
+
|
|
131
|
+
For concrete stack patterns, from a minimal local harness to a Temporal + LangGraph + observability harness, see [docs/HARNESS_STACK.md](docs/HARNESS_STACK.md).
|
|
132
|
+
|
|
133
|
+
| Harness layer | Typical systems | AgentLedger role |
|
|
134
|
+
| --- | --- | --- |
|
|
135
|
+
| Agent workflow / planning | LangGraph, LangChain, CrewAI, AutoGen, OpenAI Agents SDK, custom code | wrap nodes and tools with durable state, policy, Tool Ledger, evidence, and replay guarantees |
|
|
136
|
+
| Durable orchestration | Temporal, Ray, Kubernetes workers | provide agent-specific leases, fencing, checkpoints, cancellation, cost/failure attribution, and replay semantics inside the worker step |
|
|
137
|
+
| Observability / eval UI | Langfuse, LangSmith, OpenTelemetry, custom dashboards | export structured runtime events, evidence bundles, trace/cost/failure data, and correlation IDs |
|
|
138
|
+
| Tool and context protocols | MCP, internal tool servers, provider SDK tools | enforce schema, permissions, approval, sandbox, idempotency, and audit before side effects happen |
|
|
139
|
+
| Model providers / routers | OpenAI, Anthropic, Gemini, Bedrock, Ollama, LiteLLM, enterprise gateways | provide the runtime model-call contract, archived responses, budget/fallback/replay semantics, and optional provider adapters |
|
|
140
|
+
| Storage / artifacts | SQLite, Postgres, MySQL, S3/MinIO, internal stores | keep runtime metadata, state versions, migrations, blob refs, and evidence refs durable and conformance-tested |
|
|
141
|
+
|
|
142
|
+
The intended production shape is therefore not `AgentLedger instead of LangGraph/Temporal/Langfuse`. It is `AgentLedger with LangGraph/Temporal/Langfuse` where AgentLedger governs the model/tool/state boundary that those systems otherwise cannot enforce by themselves.
|
|
143
|
+
|
|
120
144
|
## What AgentLedger is for
|
|
121
145
|
|
|
122
146
|
- Making long-running agent tasks resume from the last committed checkpoint after crash or restart
|
|
@@ -298,7 +322,7 @@ AgentLedger is also not a new LLM SDK, not a workflow engine, not a general obse
|
|
|
298
322
|
|
|
299
323
|
## Current maturity
|
|
300
324
|
|
|
301
|
-
AgentLedger 1.2.
|
|
325
|
+
AgentLedger 1.2.3 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.
|
|
302
326
|
|
|
303
327
|
The runtime-core contract is stable; optional production adapters and external infrastructure hardening remain separately tracked. See [docs/MATURITY_MODEL.md](docs/MATURITY_MODEL.md), [docs/IMPLEMENTATION_STATUS.md](docs/IMPLEMENTATION_STATUS.md), and [docs/ROADMAP.md](docs/ROADMAP.md).
|
|
304
328
|
|
|
@@ -3,17 +3,19 @@
|
|
|
3
3
|
[English](README.md) | [中文](README.zh-CN.md)
|
|
4
4
|
|
|
5
5
|

|
|
6
|
-

|
|
7
7
|

|
|
8
8
|

|
|
9
9
|

|
|
10
10
|

|
|
11
11
|

|
|
12
12
|
|
|
13
|
-
AgentLedger `1.2.
|
|
13
|
+
AgentLedger `1.2.3` is a runtime reliability layer for Agent Harness stacks. It does not try to teach agents how to reason or replace the surrounding harness ecosystem; it makes agent runs durable, auditable, replayable, policy-governed, and recoverable when workers crash, tools fail, or prompts change.
|
|
14
14
|
|
|
15
15
|
Most agent frameworks focus on planning, reasoning, and workflow logic. AgentLedger sits underneath or beside LangChain, LangGraph, CrewAI, AutoGen, OpenAI Agents SDK, LlamaIndex, Semantic Kernel, or custom agents to provide runtime guarantees around state, tools, evidence, replay, and recovery.
|
|
16
16
|
|
|
17
|
+
In a full harness stack, systems such as LangGraph, Temporal, Langfuse, MCP, model routers, storage backends, and sandbox providers can each own the layer they are good at. AgentLedger owns the reliability substrate between them: durable execution, tool/model governance, evidence, replay, policy/sandbox boundaries, cost/failure attribution, and adapter contracts.
|
|
18
|
+
|
|
17
19
|
Python remains the reference implementation, and Go, TypeScript, and Rust now have native runtime-core baselines aligned to the same language-neutral runtime contract. Provider-specific drivers and framework-native adapters intentionally vary by ecosystem. See `docs/LANGUAGE_IMPLEMENTATION_COMPARISON.md` for the exact four-language comparison and adapter boundary.
|
|
18
20
|
|
|
19
21
|
## Start Here
|
|
@@ -23,6 +25,8 @@ Python remains the reference implementation, and Go, TypeScript, and Rust now ha
|
|
|
23
25
|
| Install and run the first example | [docs/GETTING_STARTED.md](docs/GETTING_STARTED.md) |
|
|
24
26
|
| Choose Python / Go / TypeScript / Rust | [docs/LANGUAGE_QUICKSTART.md](docs/LANGUAGE_QUICKSTART.md) |
|
|
25
27
|
| Find runnable examples | [examples/README.md](examples/README.md), [go/examples/README.md](go/examples/README.md), [typescript/examples/README.md](typescript/examples/README.md), [rust/examples/README.md](rust/examples/README.md) |
|
|
28
|
+
| Query runtime tables | [docs/QUERY_EXAMPLES.md](docs/QUERY_EXAMPLES.md) |
|
|
29
|
+
| Understand Harness stack composition | [docs/HARNESS_STACK.md](docs/HARNESS_STACK.md) |
|
|
26
30
|
| Understand what is equal across languages | [docs/LANGUAGE_IMPLEMENTATION_COMPARISON.md](docs/LANGUAGE_IMPLEMENTATION_COMPARISON.md) |
|
|
27
31
|
| Install optional adapter packages | [docs/ADAPTER_PACKAGING.md](docs/ADAPTER_PACKAGING.md) |
|
|
28
32
|
| Use Go correctly | [go/README.md](go/README.md#install) |
|
|
@@ -71,6 +75,23 @@ Optional production adapter:
|
|
|
71
75
|
|
|
72
76
|
For example, sandbox semantics are core, but sandbox infrastructure is not. Core owns `SandboxPolicy`, fail-closed routing, audit/evidence records, and replay safety; Docker, E2B, bubblewrap, Kubernetes/gVisor, Firecracker, or custom executors are adapters.
|
|
73
77
|
|
|
78
|
+
## Harness stack composition
|
|
79
|
+
|
|
80
|
+
AgentLedger is not a full Agent Harness by itself. It is designed to compose with the rest of the harness ecosystem:
|
|
81
|
+
|
|
82
|
+
For concrete stack patterns, from a minimal local harness to a Temporal + LangGraph + observability harness, see [docs/HARNESS_STACK.md](docs/HARNESS_STACK.md).
|
|
83
|
+
|
|
84
|
+
| Harness layer | Typical systems | AgentLedger role |
|
|
85
|
+
| --- | --- | --- |
|
|
86
|
+
| Agent workflow / planning | LangGraph, LangChain, CrewAI, AutoGen, OpenAI Agents SDK, custom code | wrap nodes and tools with durable state, policy, Tool Ledger, evidence, and replay guarantees |
|
|
87
|
+
| Durable orchestration | Temporal, Ray, Kubernetes workers | provide agent-specific leases, fencing, checkpoints, cancellation, cost/failure attribution, and replay semantics inside the worker step |
|
|
88
|
+
| Observability / eval UI | Langfuse, LangSmith, OpenTelemetry, custom dashboards | export structured runtime events, evidence bundles, trace/cost/failure data, and correlation IDs |
|
|
89
|
+
| Tool and context protocols | MCP, internal tool servers, provider SDK tools | enforce schema, permissions, approval, sandbox, idempotency, and audit before side effects happen |
|
|
90
|
+
| Model providers / routers | OpenAI, Anthropic, Gemini, Bedrock, Ollama, LiteLLM, enterprise gateways | provide the runtime model-call contract, archived responses, budget/fallback/replay semantics, and optional provider adapters |
|
|
91
|
+
| Storage / artifacts | SQLite, Postgres, MySQL, S3/MinIO, internal stores | keep runtime metadata, state versions, migrations, blob refs, and evidence refs durable and conformance-tested |
|
|
92
|
+
|
|
93
|
+
The intended production shape is therefore not `AgentLedger instead of LangGraph/Temporal/Langfuse`. It is `AgentLedger with LangGraph/Temporal/Langfuse` where AgentLedger governs the model/tool/state boundary that those systems otherwise cannot enforce by themselves.
|
|
94
|
+
|
|
74
95
|
## What AgentLedger is for
|
|
75
96
|
|
|
76
97
|
- Making long-running agent tasks resume from the last committed checkpoint after crash or restart
|
|
@@ -252,7 +273,7 @@ AgentLedger is also not a new LLM SDK, not a workflow engine, not a general obse
|
|
|
252
273
|
|
|
253
274
|
## Current maturity
|
|
254
275
|
|
|
255
|
-
AgentLedger 1.2.
|
|
276
|
+
AgentLedger 1.2.3 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.
|
|
256
277
|
|
|
257
278
|
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).
|
|
258
279
|
|
|
@@ -3,17 +3,19 @@
|
|
|
3
3
|
[English](README.md) | [中文](README.zh-CN.md)
|
|
4
4
|
|
|
5
5
|

|
|
6
|
-

|
|
7
7
|

|
|
8
8
|

|
|
9
9
|

|
|
10
10
|

|
|
11
11
|

|
|
12
12
|
|
|
13
|
-
AgentLedger `1.2.
|
|
13
|
+
AgentLedger `1.2.3` 是面向 Agent Harness stack 的 runtime reliability layer。它不负责让 Agent 更会“思考”,也不替代完整 Harness 生态;它负责让 Agent run 在 worker 崩溃、工具失败、prompt 变更和长任务恢复时,仍然具备持久化、可审计、可重放、可治理和可恢复能力。
|
|
14
14
|
|
|
15
15
|
大多数 Agent 框架关注 planning、reasoning 和 workflow logic。AgentLedger 放在 LangChain、LangGraph、CrewAI、AutoGen、OpenAI Agents SDK、LlamaIndex、Semantic Kernel 或自定义 Agent 的下方或旁边,提供 state、tool、evidence、replay、recovery 相关的 runtime guarantees。
|
|
16
16
|
|
|
17
|
+
在完整 Harness stack 里,LangGraph、Temporal、Langfuse、MCP、model router、storage backend、sandbox provider 等系统可以各自负责擅长的层。AgentLedger 负责它们之间的 reliability substrate:durable execution、tool/model governance、evidence、replay、policy/sandbox boundary、cost/failure attribution 和 adapter contracts。
|
|
18
|
+
|
|
17
19
|
Python 仍然是 reference implementation;Go、TypeScript、Rust 已有 native runtime-core baseline,并对齐同一份 language-neutral runtime contract。provider-specific driver 和 framework-native adapter 会按各语言生态差异处理。四语言实现对比和 adapter 边界见 `docs/zh/LANGUAGE_IMPLEMENTATION_COMPARISON.md`。
|
|
18
20
|
|
|
19
21
|
## 从这里开始
|
|
@@ -23,6 +25,8 @@ Python 仍然是 reference implementation;Go、TypeScript、Rust 已有 native
|
|
|
23
25
|
| 安装并跑通第一个示例 | [docs/zh/GETTING_STARTED.md](docs/zh/GETTING_STARTED.md) |
|
|
24
26
|
| 选择 Python / Go / TypeScript / Rust | [docs/zh/LANGUAGE_QUICKSTART.md](docs/zh/LANGUAGE_QUICKSTART.md) |
|
|
25
27
|
| 找可运行示例 | [examples/README.md](examples/README.md)、[go/examples/README.md](go/examples/README.md)、[typescript/examples/README.md](typescript/examples/README.md)、[rust/examples/README.md](rust/examples/README.md) |
|
|
28
|
+
| 查询 runtime 表 | [docs/zh/QUERY_EXAMPLES.md](docs/zh/QUERY_EXAMPLES.md) |
|
|
29
|
+
| 理解 Harness stack 组合方式 | [docs/zh/HARNESS_STACK.md](docs/zh/HARNESS_STACK.md) |
|
|
26
30
|
| 理解四语言哪些对齐、哪些不对齐 | [docs/zh/LANGUAGE_IMPLEMENTATION_COMPARISON.md](docs/zh/LANGUAGE_IMPLEMENTATION_COMPARISON.md) |
|
|
27
31
|
| 安装 optional adapter packages | [docs/zh/ADAPTER_PACKAGING.md](docs/zh/ADAPTER_PACKAGING.md) |
|
|
28
32
|
| 正确使用 Go | [go/README.md](go/README.md#install) |
|
|
@@ -72,6 +76,23 @@ Optional production adapter:
|
|
|
72
76
|
|
|
73
77
|
例如 sandbox semantics 属于 core,但 sandbox infrastructure 不属于 core。core 负责 `SandboxPolicy`、fail-closed routing、audit/evidence record 和 replay safety;Docker、E2B、bubblewrap、Kubernetes/gVisor、Firecracker 或自定义 executor 都是 adapter。
|
|
74
78
|
|
|
79
|
+
## Harness stack 组合方式
|
|
80
|
+
|
|
81
|
+
AgentLedger 本身不是完整 Agent Harness。它的设计目标是和 Harness 生态里的其它系统组合:
|
|
82
|
+
|
|
83
|
+
从本地最小 Harness 到 Temporal + LangGraph + observability 组合方式,见 [docs/zh/HARNESS_STACK.md](docs/zh/HARNESS_STACK.md)。
|
|
84
|
+
|
|
85
|
+
| Harness 层 | 典型系统 | AgentLedger 角色 |
|
|
86
|
+
| --- | --- | --- |
|
|
87
|
+
| Agent workflow / planning | LangGraph、LangChain、CrewAI、AutoGen、OpenAI Agents SDK、自定义代码 | 用 durable state、policy、Tool Ledger、evidence 和 replay guarantees 包住 node 和 tool |
|
|
88
|
+
| Durable orchestration | Temporal、Ray、Kubernetes workers | 在 worker step 内提供 agent-specific lease、fencing、checkpoint、cancellation、cost/failure attribution 和 replay semantics |
|
|
89
|
+
| Observability / eval UI | Langfuse、LangSmith、OpenTelemetry、自定义 dashboard | 导出 structured runtime events、evidence bundle、trace/cost/failure data 和 correlation IDs |
|
|
90
|
+
| Tool and context protocols | MCP、internal tool servers、provider SDK tools | 在副作用发生前强制执行 schema、permission、approval、sandbox、idempotency 和 audit |
|
|
91
|
+
| Model providers / routers | OpenAI、Anthropic、Gemini、Bedrock、Ollama、LiteLLM、企业 gateway | 提供 runtime model-call contract、archived responses、budget/fallback/replay semantics 和 optional provider adapters |
|
|
92
|
+
| Storage / artifacts | SQLite、Postgres、MySQL、S3/MinIO、内部存储 | 持久化 runtime metadata、state version、migration、blob ref 和 evidence ref,并通过 conformance 验证 |
|
|
93
|
+
|
|
94
|
+
所以推荐的生产形态不是 `AgentLedger instead of LangGraph/Temporal/Langfuse`,而是 `AgentLedger with LangGraph/Temporal/Langfuse`:AgentLedger 负责治理这些系统自身难以强制保证的 model/tool/state boundary。
|
|
95
|
+
|
|
75
96
|
## 适合什么场景
|
|
76
97
|
|
|
77
98
|
- 长期运行的 Agent task 需要在 crash 或 restart 后从最后一次 checkpoint 恢复
|
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
{
|
|
7
7
|
"name": "optional_backend_capabilities_are_discoverable",
|
|
8
8
|
"requires": ["optional_adapter_capabilities"],
|
|
9
|
-
"expected_categories": ["storage", "blobstore", "sandbox", "framework", "mcp", "shadow"],
|
|
10
|
-
"expected_adapters": ["postgres", "mysql", "s3", "docker", "e2b", "bubblewrap", "kubernetes", "gvisor", "firecracker", "langgraph", "langchain", "crewai", "autogen", "openai-agents-sdk", "llamaindex", "semantic-kernel", "mcp-transport", "shadow-runner"],
|
|
9
|
+
"expected_categories": ["storage", "blobstore", "sandbox", "framework", "mcp", "observability", "shadow"],
|
|
10
|
+
"expected_adapters": ["postgres", "mysql", "s3", "docker", "e2b", "bubblewrap", "kubernetes", "gvisor", "firecracker", "langgraph", "langchain", "crewai", "autogen", "openai-agents-sdk", "llamaindex", "semantic-kernel", "mcp-transport", "langfuse", "shadow-runner"],
|
|
11
11
|
"expected_contract": {
|
|
12
12
|
"core_imports_heavy_sdks": false,
|
|
13
13
|
"adapter_is_optional": true,
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
}
|
|
17
17
|
],
|
|
18
18
|
"non_goals": [
|
|
19
|
-
"This fixture does not require live Postgres, MySQL, S3, Docker, Kubernetes, E2B, MCP, LangGraph, LangChain, CrewAI, AutoGen, LlamaIndex,
|
|
19
|
+
"This fixture does not require live Postgres, MySQL, S3, Docker, Kubernetes, E2B, MCP, LangGraph, LangChain, CrewAI, AutoGen, LlamaIndex, Semantic Kernel, or Langfuse dependencies.",
|
|
20
20
|
"Concrete production adapters may live in optional packages or be injected by the application, while runtime core owns contracts, policy, audit, evidence, and fail-closed behavior."
|
|
21
21
|
]
|
|
22
22
|
}
|
|
@@ -212,10 +212,10 @@ This does not make an adapter production-ready by itself. It gives users a concr
|
|
|
212
212
|
AgentLedger can generate a machine-readable starting bundle for official adapter profiles:
|
|
213
213
|
|
|
214
214
|
```bash
|
|
215
|
-
PYTHONPATH=src python3 -m agentledger adapter certify --kind postgres --adapter-version 1.2.
|
|
216
|
-
PYTHONPATH=src python3 -m agentledger adapter certify --kind mysql --adapter-version 1.2.
|
|
217
|
-
PYTHONPATH=src python3 -m agentledger adapter certify --kind s3 --adapter-version 1.2.
|
|
218
|
-
PYTHONPATH=src python3 -m agentledger adapter certify --kind langgraph --adapter-version 1.2.
|
|
215
|
+
PYTHONPATH=src python3 -m agentledger adapter certify --kind postgres --adapter-version 1.2.3
|
|
216
|
+
PYTHONPATH=src python3 -m agentledger adapter certify --kind mysql --adapter-version 1.2.3 --out ./mysql-certification.json
|
|
217
|
+
PYTHONPATH=src python3 -m agentledger adapter certify --kind s3 --adapter-version 1.2.3 --out ./s3-certification.json
|
|
218
|
+
PYTHONPATH=src python3 -m agentledger adapter certify --kind langgraph --adapter-version 1.2.3 --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,
|
|
3
|
+
AgentLedger `1.2.1` introduced the adapter packaging model, `1.2.2` extended it with the official MySQL storage adapter boundary, and `1.2.3` adds a dependency-free Langfuse evidence/trace export boundary. Runtime-core stays small and dependency-light; concrete integrations move into optional adapter packages that can be installed through extras or directly.
|
|
4
4
|
|
|
5
5
|
## Why Split Adapters
|
|
6
6
|
|
|
@@ -48,6 +48,7 @@ pip install "agentledger-runtime[s3]"
|
|
|
48
48
|
pip install "agentledger-runtime[langgraph]"
|
|
49
49
|
pip install "agentledger-runtime[mcp]"
|
|
50
50
|
pip install "agentledger-runtime[otel]"
|
|
51
|
+
pip install "agentledger-runtime[langfuse]"
|
|
51
52
|
pip install "agentledger-runtime[docker]"
|
|
52
53
|
pip install "agentledger-runtime[all]"
|
|
53
54
|
```
|
|
@@ -61,6 +62,7 @@ pip install agentledger-s3
|
|
|
61
62
|
pip install agentledger-langgraph
|
|
62
63
|
pip install agentledger-mcp
|
|
63
64
|
pip install agentledger-otel
|
|
65
|
+
pip install agentledger-langfuse
|
|
64
66
|
pip install agentledger-sandbox-docker
|
|
65
67
|
```
|
|
66
68
|
|
|
@@ -85,6 +87,7 @@ agentledger-runtime/
|
|
|
85
87
|
agentledger-langgraph/
|
|
86
88
|
agentledger-mcp/
|
|
87
89
|
agentledger-otel/
|
|
90
|
+
agentledger-langfuse/
|
|
88
91
|
agentledger-sandbox-docker/
|
|
89
92
|
typescript/
|
|
90
93
|
src/adapters/ # runtime subpath exports
|
|
@@ -95,6 +98,7 @@ agentledger-runtime/
|
|
|
95
98
|
agentledger-langgraph/
|
|
96
99
|
agentledger-mcp/ # npm package name: agentledger-mcp-adapter
|
|
97
100
|
agentledger-otel/
|
|
101
|
+
agentledger-langfuse/
|
|
98
102
|
agentledger-sandbox-docker/
|
|
99
103
|
go/adapters/
|
|
100
104
|
postgres/
|
|
@@ -102,6 +106,7 @@ agentledger-runtime/
|
|
|
102
106
|
s3/
|
|
103
107
|
mcp/
|
|
104
108
|
otel/
|
|
109
|
+
langfuse/
|
|
105
110
|
sandbox/docker/
|
|
106
111
|
framework/
|
|
107
112
|
rust/
|
|
@@ -111,6 +116,7 @@ agentledger-runtime/
|
|
|
111
116
|
agentledger-s3/
|
|
112
117
|
agentledger-mcp/
|
|
113
118
|
agentledger-otel/
|
|
119
|
+
agentledger-langfuse/
|
|
114
120
|
agentledger-sandbox-docker/
|
|
115
121
|
agentledger-framework/
|
|
116
122
|
```
|
|
@@ -134,6 +140,7 @@ Each adapter package should provide:
|
|
|
134
140
|
| `agentledger-langgraph` | LangGraph checkpointer/node wrappers around the dependency-free facade | Core facade is dependency-free; optional native SDK use belongs behind package extras or follow-up smoke matrices. |
|
|
135
141
|
| `agentledger-mcp` / `agentledger-mcp-adapter` on npm | MCP-style tool/context mapping package boundary | Current package is dependency-light; exact MCP SDK client/server transport is a follow-up adapter hardening item. |
|
|
136
142
|
| `agentledger-otel` | OTLP JSON/export package boundary around AgentLedger spans | Current package is dependency-light; hardened OpenTelemetry SDK wiring is follow-up work. |
|
|
143
|
+
| `agentledger-langfuse` | Langfuse-style evidence/trace payload export | Current package is dependency-light; Langfuse SDK/server ingestion behavior remains application/deployment validation. |
|
|
137
144
|
| `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. |
|
|
138
145
|
|
|
139
146
|
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.
|
|
@@ -194,6 +201,7 @@ s3 = ["agentledger-s3>=1.2,<2"]
|
|
|
194
201
|
langgraph = ["agentledger-langgraph>=1.2,<2"]
|
|
195
202
|
mcp = ["agentledger-mcp>=1.2,<2"]
|
|
196
203
|
otel = ["agentledger-otel>=1.2,<2"]
|
|
204
|
+
langfuse = ["agentledger-langfuse>=1.2,<2"]
|
|
197
205
|
docker = ["agentledger-sandbox-docker>=1.2,<2"]
|
|
198
206
|
all = [
|
|
199
207
|
"agentledger-postgres>=1.2,<2",
|
|
@@ -202,6 +210,7 @@ all = [
|
|
|
202
210
|
"agentledger-langgraph>=1.2,<2",
|
|
203
211
|
"agentledger-mcp>=1.2,<2",
|
|
204
212
|
"agentledger-otel>=1.2,<2",
|
|
213
|
+
"agentledger-langfuse>=1.2,<2",
|
|
205
214
|
"agentledger-sandbox-docker>=1.2,<2",
|
|
206
215
|
]
|
|
207
216
|
```
|
|
@@ -214,8 +223,8 @@ The `1.2.x` packaging release is expected to pass:
|
|
|
214
223
|
|
|
215
224
|
```bash
|
|
216
225
|
PYTHONDONTWRITEBYTECODE=1 PYTHONPATH=src python3 -m unittest discover -s tests -q
|
|
217
|
-
PYTHONDONTWRITEBYTECODE=1 PYTHONPATH=src python3 -m agentledger adapter certify --kind postgres --adapter-version 1.2.
|
|
218
|
-
PYTHONDONTWRITEBYTECODE=1 PYTHONPATH=src python3 -m agentledger adapter certify --kind mysql --adapter-version 1.2.
|
|
226
|
+
PYTHONDONTWRITEBYTECODE=1 PYTHONPATH=src python3 -m agentledger adapter certify --kind postgres --adapter-version 1.2.3
|
|
227
|
+
PYTHONDONTWRITEBYTECODE=1 PYTHONPATH=src python3 -m agentledger adapter certify --kind mysql --adapter-version 1.2.3
|
|
219
228
|
PYTHONDONTWRITEBYTECODE=1 PYTHONPATH=src python3 scripts/check_adapter_packages.py
|
|
220
229
|
go test ./...
|
|
221
230
|
cd typescript && npm test
|
|
@@ -34,6 +34,7 @@ These should be first-class optional packages because they match common producti
|
|
|
34
34
|
| Framework | LangGraph | High overlap with stateful agent workflows; AgentLedger adds Tool Ledger, evidence, replay, policy, and adapter certification. | `framework_adapters.v1.json`, checkpoint boundary, optional capability descriptor | `agentledger-langgraph` |
|
|
35
35
|
| Tool/context protocol | MCP transport | MCP is a natural tool/context boundary for agents. Runtime should govern MCP tools without owning every tool server. | `mcp_adapters.v1.json`, `optional_adapters.v1.json` | `agentledger-mcp` / `agentledger-mcp-adapter` on npm |
|
|
36
36
|
| Observability | OpenTelemetry exporter/transport | Enterprises need traces in existing observability stacks. | `otlp_trace_export.v1.json` | `agentledger-otel` |
|
|
37
|
+
| Observability | Langfuse exporter | Langfuse is a common LLM observability surface; AgentLedger should export evidence and trace payloads without replacing Langfuse. | evidence/trace export, correlation IDs | `agentledger-langfuse` |
|
|
37
38
|
| Sandbox | Docker sandbox | Common local/team isolation backend; useful before Kubernetes/gVisor/Firecracker. | `policy_approval_sandbox.v1.json`, sandbox policy/result boundary | `agentledger-sandbox-docker` |
|
|
38
39
|
| Scheduler/backend | Temporal bridge | Temporal can own durable workflow orchestration while AgentLedger owns agent-specific evidence/tool/state semantics. | `scheduler.v1.json`, execution backend boundary | `agentledger-temporal` |
|
|
39
40
|
|
|
@@ -55,6 +56,7 @@ These are valuable but should follow the Priority 1 adapters or remain thinner f
|
|
|
55
56
|
| Sandbox | E2B | Good managed remote sandbox for code/tool execution. | Keep as optional remote executor adapter. |
|
|
56
57
|
| Distributed execution | Ray bridge | Useful for Python distributed worker pools. | Ray should own cluster scheduling; AgentLedger owns run semantics. |
|
|
57
58
|
| Deployment | Kubernetes worker recipe | Useful for pilots. | Recipe/Helm/examples first; full platform later only if needed. |
|
|
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. |
|
|
58
60
|
|
|
59
61
|
## Priority 3: Experimental Or Community Adapters
|
|
60
62
|
|
|
@@ -86,6 +88,7 @@ Python remains the reference implementation, but official adapters should conver
|
|
|
86
88
|
| Kubernetes sandbox/backend | Recommended | Recommended | Recommended | Recommended | Prefer manifest/dry-run contract plus optional execution. |
|
|
87
89
|
| Temporal bridge | Recommended | Required when Go runtime matures | Recommended | Community/optional | Match Temporal ecosystem strength per language. |
|
|
88
90
|
| OpenTelemetry | Required official | Required official | Required official | Required official | Standard enterprise observability path. |
|
|
91
|
+
| Model provider/router | Recommended after ModelGateway contract | Recommended after ModelGateway contract | Recommended after ModelGateway contract | Recommended after ModelGateway contract | Keep provider SDKs optional; use injected clients and conformance fixtures. |
|
|
89
92
|
|
|
90
93
|
## Non-Negotiable Adapter Requirements
|
|
91
94
|
|
|
@@ -109,3 +112,4 @@ Every official adapter must provide:
|
|
|
109
112
|
6. LangChain / CrewAI / AutoGen / OpenAI Agents SDK / LlamaIndex / Semantic Kernel facades where ecosystems are stable.
|
|
110
113
|
7. Kubernetes sandbox/backend recipe, then optional execution adapter.
|
|
111
114
|
8. Temporal/Ray/Kubernetes scheduler/backend bridges based on real user demand.
|
|
115
|
+
9. Model provider/router adapters after the runtime `ModelGateway` contract is stable.
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
# Architecture
|
|
2
2
|
|
|
3
|
-
AgentLedger is
|
|
3
|
+
AgentLedger is a runtime reliability layer for Agent Harness stacks. It is not an agent framework, model SDK, workflow engine, eval system, observability suite, RAG system, or sandbox infrastructure provider.
|
|
4
4
|
|
|
5
5
|
The architecture keeps runtime core thin but hard to replace: it only owns guarantees that must be enforced at the boundary between agent logic and external effects. Mature systems integrate through adapters and conformance tests instead of being rebuilt inside core.
|
|
6
6
|
|
|
7
|
+
In a complete harness stack, AgentLedger is the reliability substrate under or beside systems such as LangGraph, Temporal, Langfuse, MCP, model providers, storage backends, and sandbox providers.
|
|
8
|
+
|
|
7
9
|
The practical split is:
|
|
8
10
|
|
|
9
11
|
```text
|
{agentledger_runtime-1.2.2 → agentledger_runtime-1.2.3}/docs/COMPLETE_CORE_PARITY_CHECKLIST.md
RENAMED
|
@@ -55,8 +55,8 @@ Excluded or not applicable:
|
|
|
55
55
|
| CLI baseline | `--help`, `doctor`, `version`, `quickstart`, `conformance`, `contract validate`, `contract export` | `agentledger` CLI | `agentledger-go` | `agentledger-ts` | `agentledger-rust` | `scripts/check_complete_core_parity.py` | done |
|
|
56
56
|
| Quickstart docs | Language quickstart and adapter quickstart | README + docs | `go/README.md` | `typescript/README.md` | `rust/README.md` | docs link check | done |
|
|
57
57
|
| Examples | Runnable examples for core runtime and adapter API | Python examples | `go/examples/quickstart/main.go` | `typescript/examples/quickstart/quickstart.js` | `rust/examples/quickstart.rs` | `scripts/check_complete_core_parity.py` | done |
|
|
58
|
-
| Package metadata | Installable package metadata in the current release train | PyPI metadata `1.2.
|
|
59
|
-
| Package install smoke | Install/import/run from published or built package | PyPI `agentledger-runtime==1.2.
|
|
58
|
+
| Package metadata | Installable package metadata in the current release train | PyPI metadata `1.2.3` | `go.mod` tag `go/v1.2.3` | npm package `1.2.3` | `Cargo.toml` `1.2.3` | `scripts/check_complete_core_parity.py` version check | done |
|
|
59
|
+
| Package install smoke | Install/import/run from published or built package | PyPI `agentledger-runtime==1.2.3` release smoke after publish | `go/v1.2.3` clean external `go get` smoke after tag | npm `agentledger-runtime@1.2.3` release smoke after publish | crates.io `agentledger-runtime==1.2.3` release smoke after publish | publish logs + `scripts/check_complete_core_parity.py` dry-run gates | release-gated |
|
|
60
60
|
| Release docs | Changelog, release checklist, status docs reflect exact parity boundary | docs | docs | docs | docs | docs link check | done |
|
|
61
61
|
| Comparison docs | Honest overlap with LangChain/LangGraph/LangSmith/Langfuse/etc. | docs | docs | docs | docs | docs link check | done |
|
|
62
62
|
|
|
@@ -67,7 +67,7 @@ The strict core parity gate now covers the previously weak areas:
|
|
|
67
67
|
1. CLI baseline is automatically checked for all four language CLIs.
|
|
68
68
|
2. Go, TypeScript, and Rust have runnable quickstart example files.
|
|
69
69
|
3. TypeScript and Rust package surfaces have package dry-run checks (`npm pack --dry-run`, `cargo package --allow-dirty --no-verify`) and post-publish install smokes are required for release.
|
|
70
|
-
4. Package versions are checked across Python, TypeScript, and Rust; the current release train is aligned at `1.2.
|
|
70
|
+
4. Package versions are checked across Python, TypeScript, and Rust; the current release train is aligned at `1.2.3`.
|
|
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
|
|
|
@@ -160,7 +160,7 @@ LangGraph
|
|
|
160
160
|
agent graph / workflow logic / multi-agent orchestration
|
|
161
161
|
|
|
162
162
|
AgentLedger
|
|
163
|
-
inner
|
|
163
|
+
inner runtime reliability, evidence, and tool/model governance layer
|
|
164
164
|
```
|
|
165
165
|
|
|
166
166
|
A typical stack:
|
|
@@ -364,7 +364,7 @@ Blob adapters should implement `BlobStoreProtocol` and pass `BlobStoreConformanc
|
|
|
364
364
|
|
|
365
365
|
## Observability Adapter Boundary
|
|
366
366
|
|
|
367
|
-
`TraceExporter` emits dependency-free JSONL spans from evidence events. `OTLPTraceExporter` translates the same spans into OTLP/JSON without importing OpenTelemetry SDKs and can optionally POST that JSON to a configured collector. Observability adapters should preserve this format for OpenTelemetry collectors, LangSmith-style backends, or custom trace stores without changing runtime-core event semantics.
|
|
367
|
+
`TraceExporter` emits dependency-free JSONL spans from evidence events. `OTLPTraceExporter` translates the same spans into OTLP/JSON without importing OpenTelemetry SDKs and can optionally POST that JSON to a configured collector. `agentledger-langfuse` converts the same evidence spans into a Langfuse-style ingestion payload. Observability adapters should preserve this format for OpenTelemetry collectors, Langfuse/LangSmith-style backends, or custom trace stores without changing runtime-core event semantics.
|
|
368
368
|
|
|
369
369
|
`TimeTravelDebugger` is also event-log based. It reconstructs committed state by applying initial state and committed JSON merge patches in event sequence order. Debugging adapters or UIs should preserve this read-only, side-effect-free model.
|
|
370
370
|
|
|
@@ -9,7 +9,7 @@ This is the shortest path from install to a working AgentLedger run. If you are
|
|
|
9
9
|
| Language | Install / use | Quickstart | Examples | Package / command |
|
|
10
10
|
|---|---|---|---|---|
|
|
11
11
|
| Python | `pipx install agentledger-runtime` or `pip install agentledger-runtime` | `agentledger quickstart` | `../examples/README.md` | PyPI package `agentledger-runtime`, CLI `agentledger` |
|
|
12
|
-
| Go | `go get github.com/yaogdu/AgentLedger/go@v1.2.
|
|
12
|
+
| Go | `go get github.com/yaogdu/AgentLedger/go@v1.2.3` inside a Go module | `cd go && go run ./examples/quickstart` from this repo | `../go/examples/README.md` | Go module `github.com/yaogdu/AgentLedger/go`, CLI package `.../go/cmd/agentledger-go` |
|
|
13
13
|
| TypeScript | `npm install agentledger-runtime` | `node typescript/examples/quickstart/quickstart.js` | `../typescript/examples/README.md` | npm package `agentledger-runtime`, CLI `agentledger-ts` |
|
|
14
14
|
| Rust | crates.io package: `agentledger-runtime` | `cargo add agentledger-runtime` 或 `cd rust && cargo run --example quickstart` | `../rust/examples/README.md` | crate `agentledger-runtime`, binary `agentledger-rust` |
|
|
15
15
|
|
|
@@ -36,17 +36,17 @@ Use the library inside a Go module:
|
|
|
36
36
|
|
|
37
37
|
```bash
|
|
38
38
|
go mod init your-module-name # only if your project does not already have go.mod
|
|
39
|
-
go get github.com/yaogdu/AgentLedger/go@v1.2.
|
|
39
|
+
go get github.com/yaogdu/AgentLedger/go@v1.2.3
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
Install the optional CLI:
|
|
43
43
|
|
|
44
44
|
```bash
|
|
45
|
-
go install github.com/yaogdu/AgentLedger/go/cmd/agentledger-go@v1.2.
|
|
45
|
+
go install github.com/yaogdu/AgentLedger/go/cmd/agentledger-go@v1.2.3
|
|
46
46
|
agentledger-go --help
|
|
47
47
|
```
|
|
48
48
|
|
|
49
|
-
Important: `go get` must run inside a Go module. `go install github.com/yaogdu/AgentLedger/go@v1.2.
|
|
49
|
+
Important: `go get` must run inside a Go module. `go install github.com/yaogdu/AgentLedger/go@v1.2.3` 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
|
|