CHANGELOG.md
COMPLIANCE.md
CONTRIBUTING.md
DEPLOY.md
LICENSE
MANIFEST.in
NOTICE
README.md
SECURITY.md
pyproject.toml
benchmarks/__init__.py
benchmarks/clinical/__init__.py
benchmarks/clinical/patients.py
benchmarks/clinical/run.py
benchmarks/common/__init__.py
benchmarks/common/llm_client.py
benchmarks/common/metrics.py
benchmarks/common/schema.py
benchmarks/common/vayl_client.py
benchmarks/evaluations/compare_systems.py
benchmarks/evaluations/eval_adversarial.py
benchmarks/evaluations/eval_graph.py
benchmarks/evaluations/eval_reconcile.py
benchmarks/evaluations/graph_headtohead.py
benchmarks/evaluations/messy_eval.py
benchmarks/evaluations/rep_eval.py
benchmarks/evaluations/retraction_battery.py
benchmarks/evaluations/scale_bench.py
benchmarks/load/__init__.py
benchmarks/load/concurrency.py
benchmarks/load/integrity.py
benchmarks/locomo/__init__.py
benchmarks/locomo/prompts.py
benchmarks/locomo/run.py
benchmarks/scripts/run_eval_gpt4omini.sh
benchmarks/stress/stress_test.py
docs/README.md
docs/SUMMARY.md
docs/cursor.md
docs/how-vayl-works.md
docs/core-concepts/authentication-and-access.md
docs/core-concepts/core-concepts.md
docs/core-concepts/memory-spaces.md
docs/getting-started/calling-vayl-from-code.md
docs/getting-started/getting-started.md
docs/getting-started/quickstart.md
docs/getting-started/your-first-memory.md
docs/guides/deploying-vayl-server.md
docs/guides/guides.md
docs/guides/safety-gates-and-human-approval.md
docs/guides/tutorial-a-customer-support-assistant.md
docs/guides/tutorial-a-hospital-medication-assistant.md
docs/integrations/README.md
docs/integrations/agent-frameworks.md
docs/integrations/cursor.md
docs/mcp-tools/README.md
docs/mcp-tools/accountability.md
docs/mcp-tools/administration.md
docs/mcp-tools/compliance-gdpr.md
docs/mcp-tools/memory.md
docs/mcp-tools/safety-and-gating.md
docs/mcp-tools/the-mcp-interface.md
docs/reference/configuration.md
docs/reference/glossary.md
docs/reference/reference.md
docs/reference/troubleshooting.md
docs/why-vayl/README.md
docs/why-vayl/auditable-gated-memory-for-high-stakes-ai-agents.md
docs/why-vayl/memory-for-ai-agents-that-cant-be-wrong.md
docs/why-vayl/why-your-agents-memory-returns-stale-facts.md
src/vayl/__init__.py
src/vayl/client.py
src/vayl/config.py
src/vayl/demo.py
src/vayl/api/__init__.py
src/vayl/api/mcp_server.py
src/vayl/api/server.py
src/vayl/auth/__init__.py
src/vayl/auth/auth.py
src/vayl/auth/sso.py
src/vayl/integrations/__init__.py
src/vayl/integrations/_common.py
src/vayl/integrations/crewai.py
src/vayl/integrations/langgraph.py
src/vayl/integrations/openai_agents.py
src/vayl/licensing/__init__.py
src/vayl/licensing/license.py
src/vayl/licensing/mint_license.py
src/vayl/licensing/receipts.py
src/vayl/memory/__init__.py
src/vayl/memory/decisions.py
src/vayl/memory/llm_client.py
src/vayl/memory/llm_memory.py
src/vayl/memory/orgmemory.py
src/vayl/memory/reconcile.py
src/vayl/memory/retrieval.py
src/vayl/memory/schema.py
src/vayl/presets/__init__.py
src/vayl/presets/assistant.json
src/vayl/presets/clinical.json
src/vayl/presets/coding.json
src/vayl/presets/finance.json
src/vayl/presets/sales.json
src/vayl/presets/support.json
src/vayl/security/__init__.py
src/vayl/security/audit.py
src/vayl/security/crypto.py
src/vayl/security/kms.py
src/vayl/security/safety.py
src/vayl/storage/__init__.py
src/vayl/storage/db.py
src/vayl/storage/graph_store.py
src/vayl/storage/store.py
src/vayl/telemetry/__init__.py
src/vayl/telemetry/metrics.py
src/vayl_mcp.egg-info/PKG-INFO
src/vayl_mcp.egg-info/SOURCES.txt
src/vayl_mcp.egg-info/dependency_links.txt
src/vayl_mcp.egg-info/entry_points.txt
src/vayl_mcp.egg-info/requires.txt
src/vayl_mcp.egg-info/top_level.txt
tests/test_accountability.py
tests/test_api.py
tests/test_apply.py
tests/test_auth.py
tests/test_client.py
tests/test_clinical_preset.py
tests/test_config.py
tests/test_confirmation.py
tests/test_crewai_adapter.py
tests/test_db.py
tests/test_dedup_prefilter.py
tests/test_demo.py
tests/test_events.py
tests/test_graph_store.py
tests/test_http_pool.py
tests/test_integrations_import.py
tests/test_langgraph_adapter.py
tests/test_licensing.py
tests/test_locomo_harness.py
tests/test_metrics.py
tests/test_openai_agents_adapter.py
tests/test_orgmemory.py
tests/test_postgres.py
tests/test_presets.py
tests/test_recall.py
tests/test_safety.py
tests/test_security.py
tests/test_slots.py
tests/test_store.py
tests/test_store_indexes.py
tests/test_tenant.py
tests/test_tools.py