agentledger-runtime 1.3.2__tar.gz → 1.3.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.3.2 → agentledger_runtime-1.3.3}/CHANGELOG.md +11 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/PKG-INFO +4 -4
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/README.md +1 -1
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/README.zh-CN.md +1 -1
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/docs/COMPLETE_CORE_PARITY_CHECKLIST.md +2 -2
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/docs/IMPLEMENTATION_STATUS.md +3 -3
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/docs/INSPECTOR.md +21 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/docs/LANGUAGE_QUICKSTART.md +1 -1
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/docs/ROADMAP.md +5 -2
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/docs/zh/COMPLETE_CORE_PARITY_CHECKLIST.md +1 -1
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/docs/zh/IMPLEMENTATION_STATUS.md +3 -3
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/docs/zh/INSPECTOR.md +21 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/docs/zh/LANGUAGE_QUICKSTART.md +1 -1
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/docs/zh/ROADMAP.md +7 -2
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/packages/agentledger-inspector/README.md +2 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/packages/agentledger-inspector/pyproject.toml +2 -2
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/pyproject.toml +3 -3
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/src/agentledger/__init__.py +1 -1
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/src/agentledger/inspector.py +206 -15
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/tests/test_runtime.py +45 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/.github/workflows/ci.yml +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/.gitignore +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/CODE_OF_CONDUCT.md +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/CONTRIBUTING.md +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/LICENSE +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/SECURITY.md +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/contracts/agentledger.runtime.v1.json +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/contracts/conformance/adversarial_review.v1.json +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/contracts/conformance/boundary_lint.v1.json +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/contracts/conformance/cost_failure_attribution.v1.json +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/contracts/conformance/evidence_consumers.v1.json +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/contracts/conformance/evidence_regression.v1.json +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/contracts/conformance/failure_injection.v1.json +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/contracts/conformance/framework_adapters.v1.json +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/contracts/conformance/local_blob_store.v1.json +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/contracts/conformance/local_persistence.v1.json +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/contracts/conformance/mcp_adapters.v1.json +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/contracts/conformance/media_stream_artifacts.v1.json +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/contracts/conformance/official_adapters.v1.json +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/contracts/conformance/ops_readiness.v1.json +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/contracts/conformance/optional_adapters.v1.json +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/contracts/conformance/otlp_trace_export.v1.json +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/contracts/conformance/policy_approval_sandbox.v1.json +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/contracts/conformance/repro.v1.json +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/contracts/conformance/runtime_baseline.v1.json +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/contracts/conformance/runtime_semantics.v1.json +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/contracts/conformance/scheduler.v1.json +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/contracts/conformance/shadow.v1.json +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/contracts/conformance/simple_api.v1.json +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/contracts/conformance/static_debug_html.v1.json +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/contracts/conformance/storage_schema.v1.json +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/contracts/conformance/time_travel.v1.json +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/contracts/conformance/tool_schema_validation.v1.json +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/contracts/conformance/worker_service.v1.json +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/docs/ADAPTER_CERTIFICATION.md +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/docs/ADAPTER_PACKAGING.md +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/docs/ADAPTER_ROADMAP.md +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/docs/ADOPTION.md +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/docs/ARCHITECTURE.md +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/docs/BACKUP_RESTORE.md +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/docs/COMPARISONS.md +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/docs/DESIGN_AND_IMPLEMENTATION.md +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/docs/DISTRIBUTED_WORKERS.md +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/docs/EXECUTION_BACKENDS.md +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/docs/EXTENSIBILITY.md +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/docs/GETTING_STARTED.md +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/docs/HARNESS_STACK.md +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/docs/IMPLEMENTATION_PLAN.md +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/docs/LANGUAGE_IMPLEMENTATION_COMPARISON.md +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/docs/LANGUAGE_PARITY_AUDIT.md +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/docs/LANGUAGE_PARITY_MATRIX.md +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/docs/MAINTAINER_NOTES.md +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/docs/MATURITY_MODEL.md +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/docs/MULTI_LANGUAGE.md +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/docs/MYSQL.md +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/docs/OPEN_SOURCE_IMPACT.md +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/docs/POLICY_ENGINE.md +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/docs/POSTGRES.md +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/docs/QUERY_EXAMPLES.md +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/docs/README.md +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/docs/RELEASE_CHECKLIST.md +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/docs/RUNTIME_SPEC.md +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/docs/S3_MINIO.md +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/docs/SECURITY_ENTERPRISE.md +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/docs/STORAGE.md +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/docs/USAGE.md +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/docs/VERSIONING.md +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/docs/assets/agent-policy-engine-evaluate-detail.svg +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/docs/assets/agent-policy-engine-relationship-map.svg +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/docs/assets/agentledger-runtime-architecture.svg +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/docs/assets/agentledger-social-architecture.svg +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/docs/assets/langgraph-agentledger-relationship.svg +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/docs/case-studies/legal-agent.md +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/docs/zh/ADAPTER_CERTIFICATION.md +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/docs/zh/ADAPTER_PACKAGING.md +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/docs/zh/ADAPTER_ROADMAP.md +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/docs/zh/ADOPTION.md +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/docs/zh/ARCHITECTURE.md +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/docs/zh/COMPARISONS.md +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/docs/zh/DESIGN_AND_IMPLEMENTATION.md +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/docs/zh/EXECUTION_BACKENDS.md +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/docs/zh/EXTENSIBILITY.md +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/docs/zh/GETTING_STARTED.md +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/docs/zh/HARNESS_STACK.md +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/docs/zh/LANGUAGE_IMPLEMENTATION_COMPARISON.md +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/docs/zh/LANGUAGE_PARITY_AUDIT.md +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/docs/zh/LANGUAGE_PARITY_MATRIX.md +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/docs/zh/MAINTAINER_NOTES.md +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/docs/zh/MYSQL.md +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/docs/zh/OPEN_SOURCE_IMPACT.md +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/docs/zh/POLICY_ENGINE.md +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/docs/zh/QUERY_EXAMPLES.md +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/docs/zh/README.md +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/docs/zh/RELEASE_CHECKLIST.md +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/docs/zh/RUNTIME_SPEC.md +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/docs/zh/SECURITY_ENTERPRISE.md +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/docs/zh/STORAGE.md +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/docs/zh/USAGE.md +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/docs/zh/case-studies/legal-agent.md +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/examples/README.md +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/examples/autogen/basic_agent.py +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/examples/crewai/basic_crew.py +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/examples/docs/README.md +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/examples/hello_world/hello.py +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/examples/inspector/README.md +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/examples/inspector/custom_viewer.py +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/examples/langchain/basic_runnable.py +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/examples/langgraph/basic_graph.py +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/examples/lint/boundary_rules.json +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/examples/llamaindex/basic_query.py +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/examples/mcp_context/basic_context_server.py +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/examples/mcp_governance/README.md +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/examples/mcp_governance/demo.py +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/examples/mcp_tool/basic_tool.py +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/examples/media_stream/basic_media_stream.py +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/examples/media_stream/managed_tool.py +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/examples/openai_agents/basic_agent.py +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/examples/policy/local.policy.yaml +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/examples/sandbox/command_tool.py +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/examples/sandbox/sandbox.yaml +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/examples/semantic_kernel/basic_kernel.py +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/examples/side_effect_idempotency/README.md +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/examples/three_minute_demo/README.md +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/examples/three_minute_demo/demo.py +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/examples/tool_catalog/basic_catalog.py +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/examples/transient_retry/README.md +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/examples/travel_assistant/demo.py +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/go/README.md +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/go/adapters/framework/framework.go +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/go/adapters/langfuse/langfuse.go +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/go/adapters/mcp/mcp.go +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/go/adapters/mysql/mysql.go +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/go/adapters/otel/otel.go +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/go/adapters/postgres/postgres.go +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/go/adapters/s3/s3.go +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/go/adapters/sandbox/docker/docker.go +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/go/adapters.go +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/go/blobstore.go +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/go/cmd/agentledger-go/main.go +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/go/consumers.go +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/go/eval.go +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/go/evidence.go +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/go/examples/README.md +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/go/examples/mcp_governance/main.go +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/go/examples/quickstart/main.go +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/go/examples/three_minute_demo/main.go +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/go/examples/travel_assistant/main.go +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/go/failure_injection.go +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/go/go.mod +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/go/lint.go +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/go/mcp.go +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/go/official_adapters.go +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/go/ops.go +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/go/optional_adapters.go +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/go/replay.go +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/go/repro.go +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/go/review.go +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/go/runtime.go +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/go/runtime_test.go +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/go/scheduler.go +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/go/schema.go +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/go/shadow.go +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/go/simple.go +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/go/store.go +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/go/timetravel.go +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/go/tools.go +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/go/travel_assistant +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/go/types.go +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/go/worker.go +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/migrations/postgres/0001_initial.sql +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/migrations/sqlite/0001_initial.sql +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/packages/agentledger-inspector/src/agentledger_inspector/__init__.py +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/packages/agentledger-inspector/tests/test_import.py +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/packages/agentledger-langfuse/README.md +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/packages/agentledger-langfuse/pyproject.toml +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/packages/agentledger-langfuse/src/agentledger_langfuse/__init__.py +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/packages/agentledger-langfuse/tests/test_import.py +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/packages/agentledger-langgraph/README.md +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/packages/agentledger-langgraph/examples/README.md +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/packages/agentledger-langgraph/pyproject.toml +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/packages/agentledger-langgraph/src/agentledger_langgraph/__init__.py +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/packages/agentledger-langgraph/tests/test_import.py +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/packages/agentledger-mcp/README.md +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/packages/agentledger-mcp/examples/README.md +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/packages/agentledger-mcp/pyproject.toml +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/packages/agentledger-mcp/src/agentledger_mcp/__init__.py +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/packages/agentledger-mcp/tests/test_import.py +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/packages/agentledger-mysql/README.md +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/packages/agentledger-mysql/examples/README.md +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/packages/agentledger-mysql/pyproject.toml +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/packages/agentledger-mysql/src/agentledger_mysql/__init__.py +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/packages/agentledger-mysql/tests/test_import.py +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/packages/agentledger-otel/README.md +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/packages/agentledger-otel/examples/README.md +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/packages/agentledger-otel/pyproject.toml +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/packages/agentledger-otel/src/agentledger_otel/__init__.py +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/packages/agentledger-otel/tests/test_import.py +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/packages/agentledger-postgres/README.md +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/packages/agentledger-postgres/examples/README.md +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/packages/agentledger-postgres/pyproject.toml +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/packages/agentledger-postgres/src/agentledger_postgres/__init__.py +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/packages/agentledger-postgres/tests/test_import.py +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/packages/agentledger-s3/README.md +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/packages/agentledger-s3/examples/README.md +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/packages/agentledger-s3/pyproject.toml +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/packages/agentledger-s3/src/agentledger_s3/__init__.py +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/packages/agentledger-s3/tests/test_import.py +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/packages/agentledger-sandbox-docker/README.md +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/packages/agentledger-sandbox-docker/examples/README.md +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/packages/agentledger-sandbox-docker/pyproject.toml +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/packages/agentledger-sandbox-docker/src/agentledger_sandbox_docker/__init__.py +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/packages/agentledger-sandbox-docker/tests/test_import.py +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/rust/Cargo.lock +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/rust/Cargo.toml +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/rust/README.md +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/rust/crates/agentledger-framework/Cargo.toml +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/rust/crates/agentledger-framework/README.md +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/rust/crates/agentledger-framework/src/lib.rs +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/rust/crates/agentledger-langfuse/Cargo.toml +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/rust/crates/agentledger-langfuse/README.md +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/rust/crates/agentledger-langfuse/src/lib.rs +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/rust/crates/agentledger-mcp/Cargo.toml +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/rust/crates/agentledger-mcp/README.md +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/rust/crates/agentledger-mcp/src/lib.rs +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/rust/crates/agentledger-mysql/Cargo.toml +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/rust/crates/agentledger-mysql/README.md +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/rust/crates/agentledger-mysql/src/lib.rs +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/rust/crates/agentledger-otel/Cargo.toml +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/rust/crates/agentledger-otel/README.md +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/rust/crates/agentledger-otel/src/lib.rs +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/rust/crates/agentledger-postgres/Cargo.toml +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/rust/crates/agentledger-postgres/README.md +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/rust/crates/agentledger-postgres/src/lib.rs +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/rust/crates/agentledger-s3/Cargo.toml +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/rust/crates/agentledger-s3/README.md +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/rust/crates/agentledger-s3/src/lib.rs +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/rust/crates/agentledger-sandbox-docker/Cargo.toml +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/rust/crates/agentledger-sandbox-docker/README.md +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/rust/crates/agentledger-sandbox-docker/src/lib.rs +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/rust/examples/README.md +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/rust/examples/mcp_governance.rs +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/rust/examples/quickstart.rs +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/rust/examples/three_minute_demo.rs +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/rust/examples/travel_assistant.rs +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/rust/src/lib.rs +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/rust/src/main.rs +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/scripts/audit_python_parity.py +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/scripts/check_adapter_packages.py +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/scripts/check_complete_core_parity.py +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/scripts/check_language_parity.py +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/src/agentledger/__main__.py +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/src/agentledger/adapter_certification.py +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/src/agentledger/adapters.py +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/src/agentledger/adapters_frameworks.py +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/src/agentledger/adapters_langgraph.py +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/src/agentledger/adapters_mcp.py +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/src/agentledger/approval.py +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/src/agentledger/backup.py +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/src/agentledger/blobstore.py +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/src/agentledger/blobstore_s3.py +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/src/agentledger/cli.py +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/src/agentledger/conformance.py +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/src/agentledger/context.py +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/src/agentledger/contract.py +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/src/agentledger/cost.py +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/src/agentledger/diff.py +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/src/agentledger/eval.py +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/src/agentledger/evidence.py +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/src/agentledger/examples.py +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/src/agentledger/failure.py +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/src/agentledger/failure_injection.py +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/src/agentledger/ids.py +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/src/agentledger/jsonutil.py +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/src/agentledger/lint.py +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/src/agentledger/media.py +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/src/agentledger/media_tools.py +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/src/agentledger/policy.py +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/src/agentledger/protocol.py +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/src/agentledger/replay.py +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/src/agentledger/repro.py +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/src/agentledger/retention.py +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/src/agentledger/review.py +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/src/agentledger/runtime.py +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/src/agentledger/sandbox.py +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/src/agentledger/scheduler.py +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/src/agentledger/shadow.py +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/src/agentledger/simple.py +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/src/agentledger/storage_mysql.py +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/src/agentledger/storage_postgres.py +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/src/agentledger/storage_schema.py +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/src/agentledger/store.py +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/src/agentledger/timetravel.py +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/src/agentledger/tools.py +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/src/agentledger/trace.py +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/src/agentledger/worker.py +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/tests/test_postgres_integration.py +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/tests/test_s3_integration.py +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/typescript/README.md +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/typescript/examples/README.md +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/typescript/examples/mcp_governance/mcp_governance.js +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/typescript/examples/quickstart/quickstart.js +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/typescript/examples/three_minute_demo/three_minute_demo.js +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/typescript/examples/travel_assistant/travel_assistant.js +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/typescript/package.json +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/typescript/packages/agentledger-langfuse/README.md +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/typescript/packages/agentledger-langfuse/package.json +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/typescript/packages/agentledger-langfuse/src/index.d.ts +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/typescript/packages/agentledger-langfuse/src/index.js +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/typescript/packages/agentledger-langgraph/README.md +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/typescript/packages/agentledger-langgraph/package.json +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/typescript/packages/agentledger-langgraph/src/index.d.ts +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/typescript/packages/agentledger-langgraph/src/index.js +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/typescript/packages/agentledger-mcp/README.md +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/typescript/packages/agentledger-mcp/package.json +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/typescript/packages/agentledger-mcp/src/index.d.ts +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/typescript/packages/agentledger-mcp/src/index.js +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/typescript/packages/agentledger-mysql/README.md +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/typescript/packages/agentledger-mysql/package.json +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/typescript/packages/agentledger-mysql/src/index.d.ts +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/typescript/packages/agentledger-mysql/src/index.js +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/typescript/packages/agentledger-otel/README.md +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/typescript/packages/agentledger-otel/package.json +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/typescript/packages/agentledger-otel/src/index.d.ts +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/typescript/packages/agentledger-otel/src/index.js +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/typescript/packages/agentledger-postgres/README.md +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/typescript/packages/agentledger-postgres/package.json +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/typescript/packages/agentledger-postgres/src/index.d.ts +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/typescript/packages/agentledger-postgres/src/index.js +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/typescript/packages/agentledger-s3/README.md +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/typescript/packages/agentledger-s3/package.json +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/typescript/packages/agentledger-s3/src/index.d.ts +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/typescript/packages/agentledger-s3/src/index.js +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/typescript/packages/agentledger-sandbox-docker/README.md +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/typescript/packages/agentledger-sandbox-docker/package.json +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/typescript/packages/agentledger-sandbox-docker/src/index.d.ts +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/typescript/packages/agentledger-sandbox-docker/src/index.js +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/typescript/src/adapters/langfuse.d.ts +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/typescript/src/adapters/langfuse.js +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/typescript/src/adapters/langgraph.d.ts +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/typescript/src/adapters/langgraph.js +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/typescript/src/adapters/mcp.d.ts +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/typescript/src/adapters/mcp.js +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/typescript/src/adapters/mysql.d.ts +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/typescript/src/adapters/mysql.js +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/typescript/src/adapters/otel.d.ts +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/typescript/src/adapters/otel.js +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/typescript/src/adapters/postgres.d.ts +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/typescript/src/adapters/postgres.js +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/typescript/src/adapters/s3.d.ts +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/typescript/src/adapters/s3.js +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/typescript/src/adapters/sandbox-docker.d.ts +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/typescript/src/adapters/sandbox-docker.js +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/typescript/src/cli.js +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/typescript/src/index.d.ts +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/typescript/src/index.js +0 -0
- {agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/typescript/test/runtime.test.js +0 -0
|
@@ -8,6 +8,17 @@ 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.3
|
|
12
|
+
|
|
13
|
+
### Added
|
|
14
|
+
|
|
15
|
+
- Added stable Inspector read-model anchors and related links for timeline events, steps, Tool Ledger rows, approval requests, policy decisions, and artifacts.
|
|
16
|
+
- Added static HTML report navigation and internal cross-links so local reports can jump between events, tools, approvals, and artifacts without running a server.
|
|
17
|
+
|
|
18
|
+
### Clarified
|
|
19
|
+
|
|
20
|
+
- 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.
|
|
21
|
+
|
|
11
22
|
## 1.3.2
|
|
12
23
|
|
|
13
24
|
### Added
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: agentledger-runtime
|
|
3
|
-
Version: 1.3.
|
|
3
|
+
Version: 1.3.3
|
|
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.
|
|
24
|
+
Requires-Dist: agentledger-inspector<2,>=1.3.3; 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.
|
|
36
|
+
Requires-Dist: agentledger-inspector<2,>=1.3.3; extra == 'inspector'
|
|
37
37
|
Provides-Extra: langfuse
|
|
38
38
|
Requires-Dist: agentledger-langfuse<2,>=1.3; extra == 'langfuse'
|
|
39
39
|
Provides-Extra: langgraph
|
|
@@ -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.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.
|
|
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.3; 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
|
|
|
@@ -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.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.
|
|
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.3; 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
|
|
|
@@ -282,7 +282,7 @@ AgentLedger 也不是新的 LLM SDK,不是 workflow engine,不是通用 obse
|
|
|
282
282
|
|
|
283
283
|
## 当前成熟度
|
|
284
284
|
|
|
285
|
-
AgentLedger 1.3.x 是 stable runtime-core line,Python 是 reference implementation,Go、TypeScript、Rust 已由共享 runtime-core parity gate 覆盖。当前 Python/Inspector patch 是 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.3;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
|
|
{agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/docs/COMPLETE_CORE_PARITY_CHECKLIST.md
RENAMED
|
@@ -56,7 +56,7 @@ Excluded or not applicable:
|
|
|
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
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.
|
|
59
|
+
| Package install smoke | Install/import/run from published or built package | PyPI `agentledger-runtime==1.3.3` 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 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.
|
|
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.3` 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
|
|
|
@@ -15,7 +15,7 @@ AgentLedger 1.3.x 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 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.
|
|
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. 1.3.3 adds static report navigation and read-model cross-links for timeline, tool, approval, policy, and artifact records. 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, configurable redaction policy, optional `agentledger-inspector` companion package |
|
|
61
|
+
| Inspector | `agentledger.inspector.v1` read model, `agentledger inspector run/evidence`, static HTML report, section navigation, row anchors, cross-links between related records, 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 |
|
|
@@ -77,7 +77,7 @@ Excluded from this boundary:
|
|
|
77
77
|
| MCP support | descriptor-to-ToolSpec mapping, dependency-free tool/context server fixtures, context read tool adapter, examples, `agentledger-mcp` package boundary | exact MCP SDK client/server integration |
|
|
78
78
|
| Sandbox | contract, local/fail-closed modes, command-style Docker/bubblewrap, Kubernetes dry-run/gated execution, E2B/Firecracker slots, Docker sandbox package boundary | hardened isolation packages, secret injection policy, network policy recipes, resource limit validation |
|
|
79
79
|
| Retention and backup checks | non-destructive retention plan with media/stream protected refs, compaction marker, and backup readiness check including media/stream nested refs | actual compaction/snapshot job that preserves replay guarantees |
|
|
80
|
-
| Time travel and debug | JSON CLI timeline, state reconstruction, state diff view, `debug --json`, `--include-diffs`, `--include-states`, optional static HTML report export, Inspector static report | richer report layout and artifact
|
|
80
|
+
| Time travel and debug | JSON CLI timeline, state reconstruction, state diff view, `debug --json`, `--include-diffs`, `--include-states`, optional static HTML report export, Inspector static report with local navigation and cross-links | richer report layout and remote artifact browser; no long-running web app in core |
|
|
81
81
|
|
|
82
82
|
## Remaining Gaps And Preview Areas
|
|
83
83
|
|
|
@@ -90,6 +90,22 @@ 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
|
+
## Navigation And Cross-links
|
|
94
|
+
|
|
95
|
+
`1.3.3` adds stable row anchors and related links to the Inspector read model. Timeline events, steps, Tool Ledger rows, approval requests, policy decisions, and artifacts may include:
|
|
96
|
+
|
|
97
|
+
```json
|
|
98
|
+
{
|
|
99
|
+
"anchor": "event-1",
|
|
100
|
+
"related_refs": [{"kind": "tool", "value": "email.send"}],
|
|
101
|
+
"related_links": [{"kind": "tool", "value": "email.send", "href": "#tool-email-send"}]
|
|
102
|
+
}
|
|
103
|
+
```
|
|
104
|
+
|
|
105
|
+
The default static HTML renderer uses those fields for a top-level section navigation bar and internal links between events, tools, approvals, and artifacts. Custom viewers can consume the same fields from `InspectorReport.to_dict()` and do not need to inspect database tables directly.
|
|
106
|
+
|
|
107
|
+
These links are local report navigation only. They do not fetch blobs, call tools, mutate runtime state, approve requests, or access remote artifact stores.
|
|
108
|
+
|
|
93
109
|
## Redaction
|
|
94
110
|
|
|
95
111
|
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.
|
|
@@ -199,6 +215,11 @@ Implemented in `1.3.2`:
|
|
|
199
215
|
|
|
200
216
|
- configurable JSON/HTML report redaction through `--redact-key`, `--redaction-policy`, and `InspectorRedactionPolicy`
|
|
201
217
|
|
|
218
|
+
Implemented in `1.3.3`:
|
|
219
|
+
|
|
220
|
+
- stable read-model anchors for timeline, step, Tool Ledger, approval, policy, and artifact rows
|
|
221
|
+
- static HTML section navigation and internal cross-links between related runtime records
|
|
222
|
+
|
|
202
223
|
Not in this version:
|
|
203
224
|
|
|
204
225
|
- 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.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.
|
|
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.3 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
|
|
|
@@ -212,8 +212,6 @@ Explicitly not in this version:
|
|
|
212
212
|
|
|
213
213
|
Follow-up work:
|
|
214
214
|
|
|
215
|
-
- richer report navigation and artifact cross-links
|
|
216
|
-
- configurable redaction policies
|
|
217
215
|
- evidence-driven replay/regression lab over Inspector read models
|
|
218
216
|
- optional local/internal web viewer if it remains read-only and dependency-isolated
|
|
219
217
|
|
|
@@ -561,6 +559,11 @@ Implemented in `1.3.2`:
|
|
|
561
559
|
- CLI support for `--redact-key`, `--redaction-policy`, and `--redaction-replacement`
|
|
562
560
|
- `InspectorRedactionPolicy` API for custom read-model consumers
|
|
563
561
|
|
|
562
|
+
Implemented in `1.3.3`:
|
|
563
|
+
|
|
564
|
+
- stable read-model anchors for timeline, step, Tool Ledger, approval, policy, and artifact rows
|
|
565
|
+
- static HTML section navigation and internal cross-links between related runtime records
|
|
566
|
+
|
|
564
567
|
Follow-up work:
|
|
565
568
|
|
|
566
569
|
- run/session list with status, timestamps, cost summary, and failure summary
|
{agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/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 release family 已自动检查;当前 core release family 是 `1.3`。Python 可以有 Inspector-only patch release,例如 `1.3.
|
|
29
|
+
4. Python、TypeScript、Rust 的 package release family 已自动检查;当前 core release family 是 `1.3`。Python 可以有 Inspector-only patch release,例如 `1.3.3`,不代表非 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
|
|
|
@@ -15,7 +15,7 @@ AgentLedger 1.3.x 是 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。1.3.2 增加 Inspector JSON/HTML 输出的可配置脱敏。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 输出的可配置脱敏。1.3.3 增加 static report navigation,以及 timeline、tool、approval、policy、artifact record 的 read-model cross-links。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、可配置 redaction policy、optional `agentledger-inspector` companion package |
|
|
61
|
+
| Inspector | `agentledger.inspector.v1` read model、`agentledger inspector run/evidence`、静态 HTML report、section navigation、row anchor、相关 record 之间的 cross-link、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 |
|
|
@@ -79,7 +79,7 @@ runtime-core contract 已稳定。optional production adapter、外部基础设
|
|
|
79
79
|
| MCP support | descriptor-to-ToolSpec mapping、dependency-free tool/context fixtures、context read tool adapter、examples、`agentledger-mcp` package boundary | exact MCP SDK client/server integration |
|
|
80
80
|
| Sandbox | contract、local/fail-closed modes、Docker/bubblewrap command-style path、Kubernetes dry-run/gated execution、E2B/Firecracker slots、Docker sandbox package boundary | hardened isolation packages、secret injection policy、network policy recipe、resource limit validation |
|
|
81
81
|
| Retention/backup checks | non-destructive retention plan、compaction marker、backup readiness check | 保留 replay guarantees 的实际 compaction/snapshot job |
|
|
82
|
-
| Time travel/debug | JSON CLI timeline、state reconstruction、state diff、`debug --json`、`--include-diffs`、`--include-states`、static HTML export
|
|
82
|
+
| Time travel/debug | JSON CLI timeline、state reconstruction、state diff、`debug --json`、`--include-diffs`、`--include-states`、static HTML export、带本地导航和 cross-link 的 Inspector static report | 更丰富 report layout 和 remote artifact browser;core 不做长运行 Web 应用 |
|
|
83
83
|
|
|
84
84
|
## 剩余缺口与 Preview 区域
|
|
85
85
|
|
|
@@ -90,6 +90,22 @@ Postgres/MySQL 建议使用只读数据库账号。AgentLedger 不为 Inspector
|
|
|
90
90
|
|
|
91
91
|
`--html` 写出静态 HTML 报告,适合本地或内网排查问题;打开 HTML 不需要启动服务。
|
|
92
92
|
|
|
93
|
+
## 导航和交叉链接
|
|
94
|
+
|
|
95
|
+
`1.3.3` 在 Inspector read model 中增加了稳定的行级 anchor 和 related links。Timeline event、step、Tool Ledger row、approval request、policy decision 和 artifact 可能包含:
|
|
96
|
+
|
|
97
|
+
```json
|
|
98
|
+
{
|
|
99
|
+
"anchor": "event-1",
|
|
100
|
+
"related_refs": [{"kind": "tool", "value": "email.send"}],
|
|
101
|
+
"related_links": [{"kind": "tool", "value": "email.send", "href": "#tool-email-send"}]
|
|
102
|
+
}
|
|
103
|
+
```
|
|
104
|
+
|
|
105
|
+
默认静态 HTML renderer 会用这些字段生成顶部 section 导航,以及 event、tool、approval、artifact 之间的内部跳转。二开的 viewer 可以直接消费 `InspectorReport.to_dict()` 中的这些字段,不需要读取未文档化的数据库表。
|
|
106
|
+
|
|
107
|
+
这些链接只用于本地 report 导航。它们不会拉取 blob、调用工具、修改 runtime state、approve request,也不会访问远程 artifact store。
|
|
108
|
+
|
|
93
109
|
## 脱敏
|
|
94
110
|
|
|
95
111
|
Inspector 输出可能包含敏感运行证据,尤其是在使用 `--include-payloads` 时。`1.3.2` 增加了显式 redaction policy,作用于 JSON read model 和 HTML report。脱敏会在渲染前作用到 Inspector read model,所以二开的 viewer 如果消费 `InspectorReport.to_dict()`,拿到的也是同一份脱敏后的数据。
|
|
@@ -199,6 +215,11 @@ data = report.to_dict()
|
|
|
199
215
|
|
|
200
216
|
- 通过 `--redact-key`、`--redaction-policy` 和 `InspectorRedactionPolicy` 对 JSON/HTML report 做可配置脱敏
|
|
201
217
|
|
|
218
|
+
`1.3.3` 已实现:
|
|
219
|
+
|
|
220
|
+
- timeline、step、Tool Ledger、approval、policy 和 artifact row 的稳定 read-model anchor
|
|
221
|
+
- static HTML section navigation,以及相关 runtime record 之间的内部交叉链接
|
|
222
|
+
|
|
202
223
|
本版本不包含:
|
|
203
224
|
|
|
204
225
|
- 长运行 Web server
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
[English](../LANGUAGE_QUICKSTART.md) | [中文](LANGUAGE_QUICKSTART.md)
|
|
4
4
|
|
|
5
|
-
AgentLedger 1.3.x 包含 Python reference runtime,以及 Go、TypeScript、Rust 的 native preview runtime-core baseline。共享承诺是 runtime-core 语义对齐:durable run、lease、Tool Ledger、evidence、replay、policy/approval/sandbox boundary、cost/failure attribution、conformance 和 official optional adapter contract。Python 可以有 Inspector-only patch release,例如 1.3.
|
|
5
|
+
AgentLedger 1.3.x 包含 Python reference runtime,以及 Go、TypeScript、Rust 的 native preview runtime-core baseline。共享承诺是 runtime-core 语义对齐:durable run、lease、Tool Ledger、evidence、replay、policy/approval/sandbox boundary、cost/failure attribution、conformance 和 official optional adapter contract。Python 可以有 Inspector-only patch release,例如 1.3.3;非 Python runtime-core package baseline 仍保持在最近一次共享 runtime-core tag。
|
|
6
6
|
|
|
7
7
|
非 Python package 是 native runtime package,不是 thin client:它们都能运行本地 native runtime loop,并报告共享 conformance checks。
|
|
8
8
|
|
|
@@ -210,8 +210,6 @@ adoption 目标不是直接追 star,而是让项目在几分钟内可理解、
|
|
|
210
210
|
|
|
211
211
|
后续工作:
|
|
212
212
|
|
|
213
|
-
- 更丰富 report navigation 和 artifact cross-link
|
|
214
|
-
- configurable redaction policy
|
|
215
213
|
- 基于 Inspector read model 的 evidence-driven replay/regression lab
|
|
216
214
|
- 如果保持 read-only 且依赖隔离,再考虑 optional local/internal web viewer
|
|
217
215
|
|
|
@@ -598,6 +596,13 @@ CLI 支持 --redact-key、--redaction-policy 和 --redaction-replacement
|
|
|
598
596
|
给自定义 read-model consumer 使用的 InspectorRedactionPolicy API
|
|
599
597
|
```
|
|
600
598
|
|
|
599
|
+
`1.3.3` 已实现:
|
|
600
|
+
|
|
601
|
+
```text
|
|
602
|
+
timeline、step、Tool Ledger、approval、policy、artifact row 的稳定 read-model anchor
|
|
603
|
+
相关 runtime record 之间的 static HTML section navigation 和内部 cross-link
|
|
604
|
+
```
|
|
605
|
+
|
|
601
606
|
后续工作:
|
|
602
607
|
|
|
603
608
|
```text
|
{agentledger_runtime-1.3.2 → agentledger_runtime-1.3.3}/packages/agentledger-inspector/README.md
RENAMED
|
@@ -53,6 +53,8 @@ agentledger inspector run <run_id> --backend mysql --dsn "$AGENTLEDGER_MYSQL_DSN
|
|
|
53
53
|
|
|
54
54
|
The Inspector does not start a server, mutate runtime state, call tools, approve requests, or contact model providers. It builds a language-neutral read model from AgentLedger runtime metadata or exported evidence bundles. AgentLedger does not add a separate permission layer for Inspector; use database grants, filesystem ACLs, and deployment policy.
|
|
55
55
|
|
|
56
|
+
Static HTML reports include local section navigation and internal cross-links between related timeline events, steps, Tool Ledger rows, approvals, policy decisions, and artifacts. Custom viewers can reuse the same `anchor`, `related_refs`, and `related_links` fields from `InspectorReport.to_dict()`.
|
|
57
|
+
|
|
56
58
|
Extension API:
|
|
57
59
|
|
|
58
60
|
```python
|
|
@@ -4,14 +4,14 @@ build-backend = "hatchling.build"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "agentledger-inspector"
|
|
7
|
-
version = "1.3.
|
|
7
|
+
version = "1.3.3"
|
|
8
8
|
description = "Read-only Inspector and evidence viewer package for AgentLedger"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.11"
|
|
11
11
|
license = {text = "Apache-2.0"}
|
|
12
12
|
authors = [{name = "AgentLedger Contributors"}]
|
|
13
13
|
keywords = ["agents", "runtime", "inspector", "debug", "evidence"]
|
|
14
|
-
dependencies = ["agentledger-runtime>=1.3.
|
|
14
|
+
dependencies = ["agentledger-runtime>=1.3.3,<2"]
|
|
15
15
|
|
|
16
16
|
[project.urls]
|
|
17
17
|
Homepage = "https://github.com/yaogdu/AgentLedger"
|
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "agentledger-runtime"
|
|
7
|
-
version = "1.3.
|
|
7
|
+
version = "1.3.3"
|
|
8
8
|
description = "Runtime reliability layer for Agent Harness stacks"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.11"
|
|
@@ -39,7 +39,7 @@ mcp = ["agentledger-mcp>=1.3,<2"]
|
|
|
39
39
|
otel = ["agentledger-otel>=1.3,<2"]
|
|
40
40
|
langfuse = ["agentledger-langfuse>=1.3,<2"]
|
|
41
41
|
docker = ["agentledger-sandbox-docker>=1.3,<2"]
|
|
42
|
-
inspector = ["agentledger-inspector>=1.3.
|
|
42
|
+
inspector = ["agentledger-inspector>=1.3.3,<2"]
|
|
43
43
|
all = [
|
|
44
44
|
"agentledger-postgres>=1.3,<2",
|
|
45
45
|
"agentledger-mysql>=1.3,<2",
|
|
@@ -49,7 +49,7 @@ all = [
|
|
|
49
49
|
"agentledger-otel>=1.3,<2",
|
|
50
50
|
"agentledger-langfuse>=1.3,<2",
|
|
51
51
|
"agentledger-sandbox-docker>=1.3,<2",
|
|
52
|
-
"agentledger-inspector>=1.3.
|
|
52
|
+
"agentledger-inspector>=1.3.3,<2",
|
|
53
53
|
]
|
|
54
54
|
|
|
55
55
|
[project.scripts]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"""AgentLedger stable agent runtime core."""
|
|
2
2
|
|
|
3
|
-
__version__ = "1.3.
|
|
3
|
+
__version__ = "1.3.3"
|
|
4
4
|
|
|
5
5
|
from .adapters import FrameworkAdapter, PythonFunctionAdapter, python_agent
|
|
6
6
|
from .adapter_certification import AdapterCertificationBundle, build_adapter_certification_bundle, supported_adapter_certification_profiles
|