LICENSE
README.md
pyproject.toml
src/arc/__init__.py
src/arc/assembly.py
src/arc/builder.py
src/arc/cache.py
src/arc/cas.py
src/arc/cli.py
src/arc/compressor.py
src/arc/config.py
src/arc/create.py
src/arc/diff.py
src/arc/embeddings.py
src/arc/extractor.py
src/arc/imports.py
src/arc/init.py
src/arc/llm_extractor.py
src/arc/loader.py
src/arc/manifest.py
src/arc/merge.py
src/arc/models.py
src/arc/provenance.py
src/arc/py.typed
src/arc/reasoning.py
src/arc/refinement.py
src/arc/retrieval_pipeline.py
src/arc/scope.py
src/arc/snapshot.py
src/arc_context.egg-info/PKG-INFO
src/arc_context.egg-info/SOURCES.txt
src/arc_context.egg-info/dependency_links.txt
src/arc_context.egg-info/entry_points.txt
src/arc_context.egg-info/requires.txt
src/arc_context.egg-info/top_level.txt
tests/test_agent_eval.py
tests/test_agents.py
tests/test_builder.py
tests/test_cas.py
tests/test_comprehensive_scorecard.py
tests/test_create.py
tests/test_dogfood.py
tests/test_e2e_protocol.py
tests/test_effectiveness.py
tests/test_error_handling.py
tests/test_evaluation_harness.py
tests/test_external_retrieval.py
tests/test_fidelity_metrics.py
tests/test_incremental.py
tests/test_init.py
tests/test_integrity.py
tests/test_loader.py
tests/test_merge.py
tests/test_models.py
tests/test_operational_extraction.py
tests/test_ragas_eval.py
tests/test_refinement_pipeline.py
tests/test_retrieval.py
tests/test_retrieval_metrics.py
tests/test_roundtrip.py
tests/test_security_evaluation.py
tests/test_selective_load.py
tests/test_snapshot.py
tests/test_sqlite_cas.py
tests/test_sqlite_roundtrip.py
tests/test_typed_claims.py