CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
SECURITY.md
pyproject.toml
act2_router/__init__.py
act2_router/cli.py
act2_router/config.py
act2_router/errors.py
act2_router/eval_runner.py
act2_router/features.py
act2_router/final_formatter.py
act2_router/fireworks_client.py
act2_router/lcc_adapter.py
act2_router/local_agent.py
act2_router/local_solver.py
act2_router/local_verifier.py
act2_router/policy.py
act2_router/prompt_builder.py
act2_router/router.py
act2_router/schemas.py
act2_router/token_accounting.py
benchmarks/README.md
benchmarks/cases/approximate_token_fallback/case.yaml
benchmarks/cases/approximate_token_fallback/input.txt
benchmarks/cases/basic_redundancy/case.yaml
benchmarks/cases/basic_redundancy/input.txt
benchmarks/cases/boilerplate_cleanup/case.yaml
benchmarks/cases/boilerplate_cleanup/input.txt
benchmarks/cases/evidence_preservation/case.yaml
benchmarks/cases/evidence_preservation/input.txt
benchmarks/cases/prepare_lexical_selection/case.yaml
benchmarks/cases/prepare_lexical_selection/input.txt
benchmarks/cases/prepare_no_selection/case.yaml
benchmarks/cases/prepare_no_selection/input.txt
benchmarks/research/README.md
benchmarks/research/REAL_SESSIONS.md
benchmarks/research/RESEARCH_STATUS.md
benchmarks/research/TRANSCRIPT_AB.md
benchmarks/research/USE_CASES.md
benchmarks/research/VERIFY_WITH_REAL_KEY.md
benchmarks/research/adversarial/contradiction_same_metric.md
benchmarks/research/adversarial/coreference_resolution.md
benchmarks/research/adversarial/dependency_causal.md
benchmarks/research/adversarial/dependency_qualifier.md
benchmarks/research/adversarial/double_negation.md
benchmarks/research/adversarial/injection_html.md
benchmarks/research/adversarial/injection_log.md
benchmarks/research/adversarial/many_short_blocks.md
benchmarks/research/adversarial/multiblock_vat_set.md
benchmarks/research/adversarial/multilingual.md
benchmarks/research/adversarial/negation_consent.md
benchmarks/research/adversarial/numeric_precision.md
benchmarks/research/adversarial/paraphrase_duplicates.md
benchmarks/research/adversarial/prompt_injection.md
benchmarks/research/adversarial/qualifier_truncation.md
benchmarks/research/adversarial/qualifier_unless.md
benchmarks/research/adversarial/quoted_instruction.md
benchmarks/research/adversarial/scope_quantifiers.md
benchmarks/research/adversarial/source_authority_conflict.md
benchmarks/research/adversarial/structured_code.md
benchmarks/research/adversarial/structured_json.md
benchmarks/research/adversarial/structured_semantic_json.md
benchmarks/research/adversarial/structured_semantic_units.md
benchmarks/research/adversarial/structured_table.md
benchmarks/research/adversarial/structured_xml.md
benchmarks/research/adversarial/structured_yaml.md
benchmarks/research/adversarial/temporal_supersession.md
benchmarks/research/adversarial/unicode_content.md
benchmarks/research/adversarial/unit_conversion.md
benchmarks/research/adversarial/very_long_block.md
benchmarks/research/answers/lcc_jev_1.txt
benchmarks/research/answers/lcc_jev_2.txt
benchmarks/research/answers/lcc_jev_3.txt
benchmarks/research/answers/lcc_optimize_1.txt
benchmarks/research/answers/lcc_optimize_2.txt
benchmarks/research/answers/lcc_optimize_3.txt
benchmarks/research/answers/raw_1.txt
benchmarks/research/answers/raw_2.txt
benchmarks/research/answers/raw_3.txt
benchmarks/research/answers_after/lcc_jev_1.txt
benchmarks/research/answers_after/lcc_jev_2.txt
benchmarks/research/answers_after/lcc_jev_3.txt
benchmarks/research/answers_after/lcc_optimize_1.txt
benchmarks/research/answers_after/lcc_optimize_2.txt
benchmarks/research/answers_after/lcc_optimize_3.txt
benchmarks/research/answers_after/raw_1.txt
benchmarks/research/answers_after/raw_2.txt
benchmarks/research/answers_after/raw_3.txt
benchmarks/research/corpora/large.md
benchmarks/research/corpora/large.task.md
benchmarks/research/corpora/medium.md
benchmarks/research/corpora/medium.task.md
benchmarks/research/corpora/small.md
benchmarks/research/corpora/small.task.md
benchmarks/research/corpora/xl.md
benchmarks/research/corpora/xl.task.md
benchmarks/research/results/lcc_bench_deterministic.md
config/default.yaml
config/pricing.yaml
configs/models.yaml
configs/router_policy.yaml
docker/Dockerfile
docker/entrypoint.sh
docs/CACHE_ALIGNMENT.md
docs/CLAUDE_CODE.md
docs/FIREWORKS.md
docs/JEV.md
docs/LAYA.md
docs/LOCAL_AGENT_GUIDE.md
docs/LOCAL_MODEL.md
docs/MCP.md
docs/QUICKSTART.md
docs/ROUTING_POLICY.md
docs/TOOL_CALLS.md
docs/architecture.md
docs/evaluation.md
docs/release.md
docs/roadmap.md
docs/adr/0001-schema-contracts.md
docs/adr/0002-module-boundaries.md
docs/adr/0003-cli-contract.md
docs/adr/0004-report-schema-versioning.md
docs/adr/0005-tokenization-boundary.md
docs/adr/0006-determinism-boundary.md
docs/adr/0007-deterministic-benchmark-harness.md
docs/adr/0008-tokenizer-network-boundary.md
docs/adr/0009-inspection-command-boundary.md
docs/adr/0010-deterministic-first-preparation-model-assistance.md
docs/adr/0011-phase-2-opt-in-semantic-retrieval-boundary.md
docs/adr/0012-semantic-retrieval-execution-boundary.md
docs/adr/0013-instant-relevance-compaction-boundary.md
docs/adr/0014-minimum-sufficient-context.md
docs/adr/0015-minimum-sufficient-context-cost.md
docs/adr/0016-laya-local-semantic-backend.md
docs/adr/README.md
eval/fixtures/.gitkeep
eval/reports/.gitkeep
examples/basic_usage.md
examples/sample_input.txt
examples/tasks/ambiguous_context_task.json
examples/tasks/ambiguous_task.json
examples/tasks/calculation_total.json
examples/tasks/long_context.json
examples/tasks/long_duplicated_context.json
examples/tasks/noisy_context.json
examples/tasks/simple_qa.json
examples/tasks/strict_format.json
examples/tasks/strict_json_output.json
examples/tasks/very_short_simple.json
src/lcc/__init__.py
src/lcc/cli.py
src/lcc/compressor.py
src/lcc/lexical_selection.py
src/lcc/mcp_server.py
src/lcc/pipeline.py
src/lcc/py.typed
src/lcc/schemas.py
src/lcc/toon.py
src/lcc/agents/__init__.py
src/lcc/agents/local_agent.py
src/lcc/agents/local_solver.py
src/lcc/agents/local_verifier.py
src/lcc/benchmarking/__init__.py
src/lcc/benchmarking/case_loader.py
src/lcc/benchmarking/metadata.py
src/lcc/benchmarking/report.py
src/lcc/benchmarking/runner.py
src/lcc/benchmarking/schemas.py
src/lcc/cleaning/__init__.py
src/lcc/cleaning/boilerplate.py
src/lcc/cleaning/deduplicate.py
src/lcc/cleaning/normalize.py
src/lcc/cleaning/speech.py
src/lcc/inspection/__init__.py
src/lcc/inspection/inspector.py
src/lcc/inspection/report.py
src/lcc/inspection/schemas.py
src/lcc/intake/__init__.py
src/lcc/intake/parser.py
src/lcc/intake/pipeline.py
src/lcc/prompt_builder/__init__.py
src/lcc/prompt_builder/builder.py
src/lcc/prompt_builder/templates.py
src/lcc/relevance/__init__.py
src/lcc/relevance/blocks.py
src/lcc/relevance/compactor.py
src/lcc/relevance/decisions.py
src/lcc/relevance/graph.py
src/lcc/relevance/jev.py
src/lcc/relevance/laya.py
src/lcc/relevance/provider.py
src/lcc/relevance/safety.py
src/lcc/relevance/sufficiency.py
src/lcc/relevance/transcript.py
src/lcc/relevance/trim.py
src/lcc/relevance/verifier.py
src/lcc/reporting/__init__.py
src/lcc/reporting/explain.py
src/lcc/reporting/report.py
src/lcc/router/__init__.py
src/lcc/router/cli.py
src/lcc/router/cloud_client.py
src/lcc/router/config.py
src/lcc/router/context_adapter.py
src/lcc/router/errors.py
src/lcc/router/eval_runner.py
src/lcc/router/features.py
src/lcc/router/final_formatter.py
src/lcc/router/fireworks_client.py
src/lcc/router/lcc_adapter.py
src/lcc/router/policy.py
src/lcc/router/prompt_builder.py
src/lcc/router/router.py
src/lcc/router/schemas.py
src/lcc/router/token_accounting.py
src/lcc/semantic_retrieval/__init__.py
src/lcc/semantic_retrieval/boundary.py
src/lcc/semantic_retrieval/execution.py
src/lcc/token_budget/__init__.py
src/lcc/token_budget/counters.py
src/lcc/token_budget/pricing.py
src/local_context_compiler.egg-info/PKG-INFO
src/local_context_compiler.egg-info/SOURCES.txt
src/local_context_compiler.egg-info/dependency_links.txt
src/local_context_compiler.egg-info/entry_points.txt
src/local_context_compiler.egg-info/requires.txt
src/local_context_compiler.egg-info/top_level.txt
tests/test_adversarial_compaction.py
tests/test_adversarial_hardening.py
tests/test_benchmark_categories.py
tests/test_benchmark_metadata_eval.py
tests/test_benchmarking.py
tests/test_cache_economics.py
tests/test_cache_identity_semantic.py
tests/test_cleaning.py
tests/test_cli.py
tests/test_cli_compact.py
tests/test_cli_tool_calls.py
tests/test_compressor.py
tests/test_confidence_and_markers.py
tests/test_context_graph.py
tests/test_decision_cache_identity.py
tests/test_deduplicate.py
tests/test_deterministic_boundary.py
tests/test_docs.py
tests/test_end_to_end_mock.py
tests/test_eval_runner.py
tests/test_examples.py
tests/test_explain.py
tests/test_features.py
tests/test_fireworks_client_mock.py
tests/test_inspection.py
tests/test_intake.py
tests/test_jev_failure_modes.py
tests/test_laya_cli.py
tests/test_laya_context_limit.py
tests/test_laya_integration.py
tests/test_laya_provider.py
tests/test_lcc_adapter_failure.py
tests/test_lexical_selection.py
tests/test_local_agent.py
tests/test_local_verifier.py
tests/test_mcp_server.py
tests/test_metadata.py
tests/test_node_parity.py
tests/test_pipeline.py
tests/test_prepare_cli.py
tests/test_prompt_builder.py
tests/test_prompt_injection_properties.py
tests/test_relevance_blocks.py
tests/test_relevance_compactor.py
tests/test_router_policy.py
tests/test_safety_model.py
tests/test_semantic_retrieval.py
tests/test_semantic_verifier.py
tests/test_speech_cleaning.py
tests/test_structured_preservation.py
tests/test_sufficiency.py
tests/test_token_budget.py
tests/test_tokenizer_contract.py
tests/test_toon.py
tests/test_transcript_compaction.py
tests/test_trim_qualifiers_adversarial.py
tests/test_trim_semantic.py
tests/test_type_aware_trim.py
tests/test_verifier_contract.py
tests/test_verifier_fail_restoration.py