LICENSE
MANIFEST.in
README.md
pyproject.toml
benchmarks/__init__.py
benchmarks/policy_checker_benchmark.py
benchmarks/fixtures/registry.yaml
benchmarks/fixtures/agents/concurrent-agent.yaml
benchmarks/fixtures/agents/single-agent.yaml
hlinor_registry/__init__.py
hlinor_registry/_limits.py
hlinor_registry/_matching.py
hlinor_registry/_version.py
hlinor_registry/action_request.py
hlinor_registry/cli.py
hlinor_registry/contract_drift.py
hlinor_registry/decision.py
hlinor_registry/enums.py
hlinor_registry/policies.py
hlinor_registry/policy_checker.py
hlinor_registry/policy_tests.py
hlinor_registry/signing.py
hlinor_registry/tool_contract.py
hlinor_registry/tool_export.py
hlinor_registry/validator.py
hlinor_registry.egg-info/PKG-INFO
hlinor_registry.egg-info/SOURCES.txt
hlinor_registry.egg-info/dependency_links.txt
hlinor_registry.egg-info/entry_points.txt
hlinor_registry.egg-info/requires.txt
hlinor_registry.egg-info/top_level.txt
hlinor_registry/integrations/__init__.py
hlinor_registry/integrations/_gate.py
hlinor_registry/integrations/autogen.py
hlinor_registry/integrations/crewai.py
hlinor_registry/integrations/custom.py
hlinor_registry/integrations/decorators.py
hlinor_registry/integrations/langchain.py
hlinor_registry/schemas/__init__.py
hlinor_registry/schemas/tool-contract.schema.json
tests/test_action_request.py
tests/test_autogen_integration.py
tests/test_benchmarks.py
tests/test_capability_registration.py
tests/test_cli_zero_friction.py
tests/test_compile.py
tests/test_contract_drift.py
tests/test_crewai_integration.py
tests/test_custom_tool_integration.py
tests/test_decorators.py
tests/test_integration_gate.py
tests/test_langchain_integration.py
tests/test_matching.py
tests/test_policies.py
tests/test_policy_checker.py
tests/test_policy_tests.py
tests/test_signing.py
tests/test_tool_contract.py
tests/test_tool_export.py
tests/test_validate_examples.py
tests/test_version.py
tests/fixtures/tool-contracts/stable-v1.0.yaml