CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
GOVERNANCE.md
LICENSE
LIMITATIONS.md
MAINTAINERS.md
MANIFEST.in
NOTICE
PRIVACY.md
README.md
RELEASING.md
REPOSITORY-SETUP.md
ROADMAP.md
SECURITY.md
SUPPORT.md
VERSIONING.md
pyproject.toml
compatibility/otel-genai.json
compatibility/golden/event-factory.json
compatibility/golden/evidence-chain.json
compatibility/golden/usage-rollup.json
conformance/requirements.txt
conformance/fixtures/invalid/action-without-digest.json
conformance/fixtures/invalid/aggregate-cost-without-rollup.json
conformance/fixtures/invalid/model-call-with-rollup.json
conformance/fixtures/invalid/numeric-timestamp.json
conformance/fixtures/invalid/raw-content.json
conformance/fixtures/invalid/usage-without-measurement.json
conformance/fixtures/invalid/zero-trace-id.json
conformance/fixtures/valid/action.json
conformance/fixtures/valid/approval.json
conformance/fixtures/valid/data-flow.json
conformance/fixtures/valid/evidence.json
conformance/fixtures/valid/policy-decision.json
conformance/fixtures/valid/usage.json
conformance/runner/validate.py
docs/action-events.md
docs/adapters.md
docs/architecture.md
docs/data-flow-classification.md
docs/evidence-chain.md
docs/otel-genai-compatibility.md
docs/otel-projection.md
docs/trace-finalization.md
docs/usage-attribution.md
examples/governed_workflow.py
examples/manual_governance.py
spec/VERSION
spec/schema/action.schema.json
spec/schema/approval.schema.json
spec/schema/common.schema.json
spec/schema/data-flow.schema.json
spec/schema/envelope.schema.json
spec/schema/evidence.schema.json
spec/schema/policy-decision.schema.json
spec/schema/usage.schema.json
src/agentrust_telemetry/__init__.py
src/agentrust_telemetry/client.py
src/agentrust_telemetry/context.py
src/agentrust_telemetry/data_flow.py
src/agentrust_telemetry/errors.py
src/agentrust_telemetry/evidence.py
src/agentrust_telemetry/otel.py
src/agentrust_telemetry/projection.py
src/agentrust_telemetry/propagation.py
src/agentrust_telemetry/py.typed
src/agentrust_telemetry/trace_adapter.py
src/agentrust_telemetry/usage.py
src/agentrust_telemetry/validation.py
src/agentrust_telemetry.egg-info/PKG-INFO
src/agentrust_telemetry.egg-info/SOURCES.txt
src/agentrust_telemetry.egg-info/dependency_links.txt
src/agentrust_telemetry.egg-info/requires.txt
src/agentrust_telemetry.egg-info/top_level.txt
src/agentrust_telemetry/adapters/__init__.py
src/agentrust_telemetry/adapters/agt.py
src/agentrust_telemetry/adapters/agt_approval.py
src/agentrust_telemetry/adapters/agt_audit.py
src/agentrust_telemetry/adapters/agt_data.py
src/agentrust_telemetry/adapters/base.py
src/agentrust_telemetry/adapters/cedar.py
src/agentrust_telemetry/adapters/opa.py
src/agentrust_telemetry/schemas/action.schema.json
src/agentrust_telemetry/schemas/approval.schema.json
src/agentrust_telemetry/schemas/common.schema.json
src/agentrust_telemetry/schemas/data-flow.schema.json
src/agentrust_telemetry/schemas/envelope.schema.json
src/agentrust_telemetry/schemas/evidence.schema.json
src/agentrust_telemetry/schemas/policy-decision.schema.json
src/agentrust_telemetry/schemas/usage.schema.json
tests/test_adapters.py
tests/test_agt_adapter.py
tests/test_agt_approval.py
tests/test_agt_audit.py
tests/test_conformance.py
tests/test_data_flow.py
tests/test_evidence.py
tests/test_otel_projectors.py
tests/test_propagation.py
tests/test_reference_scenario.py
tests/test_repository_gates.py
tests/test_sdk.py
tests/test_trace_adapter.py
tests/test_trace_adapter_refusals.py
tests/test_usage.py
tools/check_otel_compatibility.py
tools/check_release_tag.py
tools/check_schemas.py
tools/check_typescript_schemas.py
tools/check_versions.py
tools/npm_dist_tag.py
tools/smoke_wheel.py
tools/sync_schemas.py