LICENSE
README.md
pyproject.toml
assevra/__init__.py
assevra/__main__.py
assevra/api.py
assevra/attest.py
assevra/bootstrap.py
assevra/calibration.py
assevra/capture.py
assevra/cli.py
assevra/config.py
assevra/demo.py
assevra/history.py
assevra/init.py
assevra/integrations.py
assevra/judge.py
assevra/probe.py
assevra/registry.py
assevra/reliability.py
assevra/scan.py
assevra/scorecard.py
assevra/signing.py
assevra/suggest.py
assevra/toolspec.py
assevra/validate.py
assevra.egg-info/PKG-INFO
assevra.egg-info/SOURCES.txt
assevra.egg-info/dependency_links.txt
assevra.egg-info/entry_points.txt
assevra.egg-info/requires.txt
assevra.egg-info/top_level.txt
assevra/data/demo.jsonl
assevra/providers/__init__.py
assevra/providers/mock.py
assevra/schemas/__init__.py
assevra/schemas/agent-card.schema.json
assevra/schemas/calibration.schema.json
assevra/schemas/dataset.schema.json
assevra/schemas/scorecard.schema.json
assevra/schemas/validation.schema.json
assevra/scorers/__init__.py
assevra/scorers/action_correctness.py
assevra/scorers/cost.py
assevra/scorers/grounding.py
assevra/scorers/injection.py
assevra/scorers/latency.py
assevra/scorers/pii.py
assevra/scorers/safety.py
assevra/scorers/task_completion.py
assevra/scorers/tool_call.py
tests/test_api.py
tests/test_attest.py
tests/test_bootstrap.py
tests/test_calibration.py
tests/test_cli.py
tests/test_config.py
tests/test_history.py
tests/test_panel.py
tests/test_pii.py
tests/test_providers.py
tests/test_reliability.py
tests/test_schemas.py
tests/test_scorers_extra.py
tests/test_signing.py
tests/test_validate.py
tests/test_zero_label.py