LICENSE
README.md
pyproject.toml
clampai/__init__.py
clampai/active_hjb_barrier.py
clampai/api.py
clampai/formal.py
clampai/gradient_tracker.py
clampai/guards.py
clampai/hardening.py
clampai/invariants.py
clampai/inverse_algebra.py
clampai/jacobian_fusion.py
clampai/operadic_composition.py
clampai/orchestrator.py
clampai/py.typed
clampai/reasoning.py
clampai/reference_monitor.py
clampai/safe_hover.py
clampai/saliency.py
clampai/server.py
clampai/testing.py
clampai/verification_log.py
clampai.egg-info/PKG-INFO
clampai.egg-info/SOURCES.txt
clampai.egg-info/dependency_links.txt
clampai.egg-info/requires.txt
clampai.egg-info/top_level.txt
clampai/adapters/__init__.py
clampai/adapters/anthropic_adapter.py
clampai/adapters/autogen_adapter.py
clampai/adapters/crewai_adapter.py
clampai/adapters/fastapi_middleware.py
clampai/adapters/langchain_callback.py
clampai/adapters/langchain_tool.py
clampai/adapters/langgraph_adapter.py
clampai/adapters/mcp_server.py
clampai/adapters/metrics.py
clampai/adapters/openai_adapter.py
clampai/adapters/openclaw_adapter.py
tests/test_api.py
tests/test_async_and_distributed.py
tests/test_async_orchestrator.py
tests/test_autogen_adapter.py
tests/test_boundary_enforcement.py
tests/test_clampai.py
tests/test_composition.py
tests/test_coverage_boost.py
tests/test_crewai_adapter.py
tests/test_fastapi_middleware.py
tests/test_guards.py
tests/test_hardening.py
tests/test_integration.py
tests/test_invariants_coverage.py
tests/test_langchain_callback.py
tests/test_langgraph_adapter.py
tests/test_monte_carlo.py
tests/test_new_invariants.py
tests/test_openclaw_adapter.py
tests/test_operadic_composition.py
tests/test_orchestrator_coverage.py
tests/test_reconcile_fn.py
tests/test_reference_monitor_coverage.py
tests/test_server.py
tests/test_soft_gaps_fixed.py
tests/test_testing_module.py