LICENSE
README.md
pyproject.toml
praxis/__init__.py
praxis/config.py
praxis/connectivity.py
praxis/edition.py
praxis/kill_switch.py
praxis/orchestrator.py
praxis/praxis_cli.py
praxis/principal.py
praxis/tiers.py
praxis/approval/__init__.py
praxis/approval/coordinator.py
praxis/daemon/__init__.py
praxis/daemon/__main__.py
praxis/evidence/__init__.py
praxis/evidence/vault.py
praxis/filesystem/__init__.py
praxis/filesystem/executor.py
praxis/filesystem/paths.py
praxis/filesystem/policy.py
praxis/filesystem/search.py
praxis/filesystem/search_backends.py
praxis/filesystem/trash.py
praxis/filesystem/types.py
praxis/integrations/__init__.py
praxis/integrations/clients.py
praxis/licensing/__init__.py
praxis/licensing/feature_gate.py
praxis/licensing/license_manager.py
praxis/llm/__init__.py
praxis/llm/base.py
praxis/llm/ollama.py
praxis/llm/registry.py
praxis/mcp/__init__.py
praxis/mcp/fs_tools.py
praxis/mcp/praxis_server.py
praxis/policy/__init__.py
praxis/policy/engine.py
praxis/policy/intent_matcher.py
praxis/policy/semantic_matcher.py
praxis/policy/tier_gate.py
praxis/runbook/__init__.py
praxis/runbook/cache.py
praxis/runbook/capture.py
praxis/runbook/replay.py
praxis/tokens/__init__.py
praxis/tokens/capability.py
praxis/transports/__init__.py
praxis/transports/local_socket.py
praxis_guardrail.egg-info/PKG-INFO
praxis_guardrail.egg-info/SOURCES.txt
praxis_guardrail.egg-info/dependency_links.txt
praxis_guardrail.egg-info/entry_points.txt
praxis_guardrail.egg-info/requires.txt
praxis_guardrail.egg-info/top_level.txt
tests/test_approval.py
tests/test_capability_tokens.py
tests/test_composite_backend.py
tests/test_config.py
tests/test_connectivity.py
tests/test_daemon.py
tests/test_edition.py
tests/test_evidence_phase1.py
tests/test_evidence_vault.py
tests/test_fs_executor.py
tests/test_fs_mcp_tools.py
tests/test_fs_paths.py
tests/test_fs_search.py
tests/test_fs_trash.py
tests/test_fs_types.py
tests/test_integrations.py
tests/test_intent_matching.py
tests/test_licensing.py
tests/test_llm.py
tests/test_local_socket.py
tests/test_orchestrator.py
tests/test_phonetic_matching.py
tests/test_policy_engine.py
tests/test_praxis_mcp_server.py
tests/test_principal.py
tests/test_runbook.py
tests/test_tier_gate.py
tests/test_tiers.py