CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
COPYRIGHT
GOVERNANCE.md
HANDBOOK.md
LICENSE
MANIFEST.in
NOTICE
POSITIONING.md
PROJECT_STRUCTURE.md
README.md
RELEASE_CHECKLIST.md
RELEASE_NOTES_v0.4.3-alpha.md
ROADMAP.md
SECURITY.md
SUPPORT.md
pyproject.toml
requirements-dev.txt
requirements.txt
a2eo.egg-info/PKG-INFO
a2eo.egg-info/SOURCES.txt
a2eo.egg-info/dependency_links.txt
a2eo.egg-info/entry_points.txt
a2eo.egg-info/requires.txt
a2eo.egg-info/top_level.txt
bindings/__init__.py
bindings/a2a/README.md
bindings/a2a/__init__.py
bindings/a2a/adapter.py
bindings/aip/README.md
bindings/aip/__init__.py
bindings/aip/exact-wire-mapping-v0.4.0-alpha.json
bindings/aip/identity.py
bindings/aip/mapping-v0.2.json
bindings/aip/official-mapping-v0.3.0-alpha.json
bindings/aip/wire_v0201.py
bindings/mcp/README.md
bindings/mcp/__init__.py
bindings/mcp/adapter.py
config/agent-registry.example.json
config/connector-registry.example.json
config/delegation-grants.example.json
conformance/aip-enterprise-interop-invariants-v0.4.0-alpha.md
conformance/compensation-manual-invariants-v0.4.2-alpha.md
conformance/connector-invariants-v0.3.0-alpha.md
conformance/delegation-invariants-v0.3.0-alpha.md
conformance/enterprise-connector-invariants-v0.4.0-alpha.md
conformance/enterprise-safety-invariants-v0.4.1-alpha.md
conformance/manifest-v0.3.0-alpha.json
conformance/manifest-v0.4.0-alpha.json
conformance/manifest-v0.4.1-alpha.json
conformance/manifest-v0.4.2-alpha.json
conformance/manifest-v0.4.3-alpha.json
conformance/reliability-invariants-v0.2.0-alpha.md
conformance/security-invariants-v0.1.0-alpha.md
conformance/validation-pack-v0.4.0-alpha.md
conformance/validation-pack-v0.4.1-alpha.md
conformance/validation-pack-v0.4.2-alpha.md
conformance/archive/manifest-v0.2.0-alpha.json
connectors/__init__.py
connectors/capabilities.py
connectors/contracts.py
connectors/fake.py
connectors/http.py
connectors/sandbox.py
connectors/sdk.py
connectors/spi.py
deploy/Dockerfile
deploy/docker-compose.yml
distributed/common.py
distributed/factory_coordinator.py
distributed/logistics_agent.py
distributed/policy_service.py
distributed/run_demo.py
distributed/run_experiment_suite.py
distributed/supplier_agent.py
docs/api-guide-zh-en.md
docs/architecture.md
docs/compatibility-matrix-zh-en.md
docs/decisions.md
docs/execution-safety-model-zh-en.md
docs/glossary-zh-en.md
docs/hosting-guide-zh-en.md
docs/introduction.en.md
docs/introduction.zh-CN.md
docs/licensing-zh-en.md
docs/public-release-guide-zh-en.md
docs/references.md
docs/security-hardening-v0.1.0-alpha-zh-en.md
docs/security-model.md
docs/use-case.md
docs/manuals/00-project-overview-zh-en.md
docs/manuals/01-quickstart-zh-en.md
docs/manuals/02-core-profile-guide-zh-en.md
docs/manuals/03-security-delegation-guide-zh-en.md
docs/manuals/04-connector-development-guide-zh-en.md
docs/manuals/05-reconciliation-saga-guide-zh-en.md
docs/manuals/06-bindings-guide-zh-en.md
docs/manuals/07-conformance-testing-guide-zh-en.md
docs/manuals/08-hosting-poc-guide-zh-en.md
docs/manuals/09-release-governance-guide-zh-en.md
docs/manuals/10-enterprise-interop-v0.4-zh-en.md
docs/manuals/11-enterprise-safety-connector-contract-v0.4.1-zh-en.md
docs/manuals/12-compensation-manual-resolution-v0.4.2-zh-en.md
docs/manuals/README.md
docs/poc/enterprise-validation-interview-template-v0.4-zh-en.md
examples/run_demo.sh
external_sandbox/__init__.py
external_sandbox/app.py
governance/__init__.py
governance/delegation.py
hosted/__init__.py
hosted/app.py
hosted/auth.py
hosted/client.py
hosted/config.py
hosted/engine.py
hosted/models.py
hosted/protocol.py
hosted/store.py
hosted/views.py
hosted/worker.py
reliability/__init__.py
reliability/connector_runtime.py
reliability/delegated_execution.py
reliability/effects.py
reliability/manual_control.py
reliability/reconciliation.py
reports/README.md
reports/v0.4.3-alpha-publication-closure-final-verification-zh-en.md
schemas/__init__.py
schemas/common-envelope.schema.json
schemas/connector-contract.schema.json
schemas/delegation-grant.schema.json
schemas/effect-record.schema.json
schemas/goods-receipt.schema.json
schemas/material-requirement.schema.json
schemas/policy-decision.schema.json
schemas/procurement-plan.schema.json
schemas/purchase-order.schema.json
schemas/quote.schema.json
schemas/rfq.schema.json
schemas/task-reliability.schema.json
schemas/transport-option.schema.json
scripts/audit_publication_tree.py
scripts/check_release_consistency.py
scripts/gate_runner.py
scripts/run_core_gate.py
scripts/run_enterprise_interop_gate.py
scripts/run_hosted_preview.py
scripts/run_integration_gate.py
scripts/run_integration_gate.sh
scripts/run_release_gate.sh
scripts/smoke_test_hosted.py
scripts/verify_sdist.py
scripts/verify_wheel.py
spec/profile-v0.3.0-alpha.md
spec/profile-v0.4.0-alpha.md
spec/archive/profile-v0.1.0-alpha.md
spec/archive/profile-v0.2.0-alpha.md
src/a2eo/__init__.py
src/a2eo/audit.py
src/a2eo/cli.py
src/a2eo/envelope.py
src/a2eo/idempotency.py
src/a2eo/message_bus.py
src/a2eo/orchestrator.py
src/a2eo/policy.py
src/a2eo/scenarios.py
src/a2eo/security.py
src/a2eo/services.py
src/a2eo/utils.py
src/a2eo/validation.py
tests/test_a2a_binding.py
tests/test_aip_identity_mapping.py
tests/test_aip_wire_v0201.py
tests/test_compensation_effect_v042.py
tests/test_connector_contract_v041.py
tests/test_connector_contracts.py
tests/test_connector_replay_regression_v04.py
tests/test_connector_spi_v04.py
tests/test_delegated_execution.py
tests/test_delegation_governance.py
tests/test_demo.py
tests/test_distributed_multiagent.py
tests/test_effect_execution_safety.py
tests/test_enterprise_runtime_v04.py
tests/test_external_compensation_v042.py
tests/test_external_http_connector_v041.py
tests/test_hosted_preview.py
tests/test_manual_control_v041.py
tests/test_mcp_binding.py
tests/test_policy_hardening.py
tests/test_public_surface.py
tests/test_reconciliation.py
tests/test_release_consistency_v043.py
tests/test_reliability.py
tests/test_security_hardening.py