README.md
pyproject.toml
src/agent_coherence.egg-info/PKG-INFO
src/agent_coherence.egg-info/SOURCES.txt
src/agent_coherence.egg-info/dependency_links.txt
src/agent_coherence.egg-info/entry_points.txt
src/agent_coherence.egg-info/requires.txt
src/agent_coherence.egg-info/top_level.txt
src/ccs/__init__.py
src/ccs/adapters/__init__.py
src/ccs/adapters/autogen.py
src/ccs/adapters/base.py
src/ccs/adapters/crewai.py
src/ccs/adapters/langgraph.py
src/ccs/agent/__init__.py
src/ccs/agent/cache.py
src/ccs/agent/runtime.py
src/ccs/artifacts/__init__.py
src/ccs/artifacts/diff_engine.py
src/ccs/bus/__init__.py
src/ccs/bus/event_bus.py
src/ccs/cli/__init__.py
src/ccs/cli/compare.py
src/ccs/cli/simulate.py
src/ccs/coordinator/__init__.py
src/ccs/coordinator/registry.py
src/ccs/coordinator/service.py
src/ccs/core/__init__.py
src/ccs/core/clock.py
src/ccs/core/exceptions.py
src/ccs/core/granularity.py
src/ccs/core/invariants.py
src/ccs/core/states.py
src/ccs/core/types.py
src/ccs/hardening/__init__.py
src/ccs/hardening/architecture.py
src/ccs/output/__init__.py
src/ccs/output/report.py
src/ccs/simulation/__init__.py
src/ccs/simulation/aggregation.py
src/ccs/simulation/bounds.py
src/ccs/simulation/consistency.py
src/ccs/simulation/engine.py
src/ccs/simulation/metrics.py
src/ccs/simulation/scenarios.py
src/ccs/strategies/__init__.py
src/ccs/strategies/access_count.py
src/ccs/strategies/base.py
src/ccs/strategies/broadcast.py
src/ccs/strategies/eager.py
src/ccs/strategies/lazy.py
src/ccs/strategies/lease.py
src/ccs/strategies/selector.py
src/ccs/transport/__init__.py
src/ccs/transport/network_sim.py
tests/test_adapters.py
tests/test_agent_cache.py
tests/test_agent_runtime.py
tests/test_aggregation.py
tests/test_architecture.py
tests/test_benchmark_fixtures.py
tests/test_bounds.py
tests/test_cli.py
tests/test_clock.py
tests/test_consistency.py
tests/test_coordinator.py
tests/test_demo_script.py
tests/test_diff_engine.py
tests/test_engine.py
tests/test_event_bus.py
tests/test_granularity.py
tests/test_invariants.py
tests/test_network_sim.py
tests/test_property_invariants.py
tests/test_report.py
tests/test_scenarios.py
tests/test_states.py
tests/test_strategies.py
tests/test_transient_timeout.py
tests/test_types.py