LICENSE
README.md
pyproject.toml
bigrig.egg-info/PKG-INFO
bigrig.egg-info/SOURCES.txt
bigrig.egg-info/dependency_links.txt
bigrig.egg-info/entry_points.txt
bigrig.egg-info/requires.txt
bigrig.egg-info/top_level.txt
bigrig_engine/__init__.py
bigrig_engine/adapter.py
bigrig_engine/anthropic.py
bigrig_engine/autoconfig.py
bigrig_engine/batch.py
bigrig_engine/calibrate.py
bigrig_engine/cli.py
bigrig_engine/consent.py
bigrig_engine/direct.py
bigrig_engine/embed.py
bigrig_engine/embed_stream.py
bigrig_engine/evaluate.py
bigrig_engine/fetch.py
bigrig_engine/grammar.py
bigrig_engine/knee.py
bigrig_engine/launch.py
bigrig_engine/lookahead.py
bigrig_engine/memctl.py
bigrig_engine/mtp.py
bigrig_engine/persist.py
bigrig_engine/pool.py
bigrig_engine/precision.py
bigrig_engine/predict.py
bigrig_engine/prefetch.py
bigrig_engine/preflight.py
bigrig_engine/recommend.py
bigrig_engine/repack.py
bigrig_engine/responses.py
bigrig_engine/rollback.py
bigrig_engine/runtime.py
bigrig_engine/server.py
bigrig_engine/session.py
bigrig_engine/stream.py
bigrig_engine/synccal.py
bigrig_engine/thinking.py
bigrig_engine/tune.py
bigrig_engine/vision.py
bigrig_engine/webui.html
bigrig_engine/workmem.py
bigrig_engine/policies/__init__.py
bigrig_engine/policies/arc.py
bigrig_engine/policies/coact.py
bigrig_engine/policies/gaterank.py
bigrig_engine/policies/lfuda.py
bigrig_engine/policies/lirs.py
bigrig_engine/policies/s3fifo.py
bigrig_layer/README.md
bigrig_layer/__init__.py
bigrig_layer/adapters.py
bigrig_layer/adaptive.py
bigrig_layer/bench_overhead.py
bigrig_layer/controller.py
bigrig_layer/example_mlx.py
bigrig_layer/example_ollama.py
bigrig_layer/meter.py
tests/test_adapter.py
tests/test_adapters.py
tests/test_adaptive.py
tests/test_api.py
tests/test_calibrate.py
tests/test_ceiling.py
tests/test_consent.py
tests/test_controller.py
tests/test_direct.py
tests/test_embed.py
tests/test_embed_stream.py
tests/test_energy.py
tests/test_fetch.py
tests/test_frontier.py
tests/test_fulllayers.py
tests/test_grammar.py
tests/test_knee.py
tests/test_kvshape.py
tests/test_live.py
tests/test_lookahead.py
tests/test_memctl.py
tests/test_meter.py
tests/test_mtp.py
tests/test_pairsort.py
tests/test_persist.py
tests/test_pool.py
tests/test_precision.py
tests/test_predict.py
tests/test_prefetch.py
tests/test_preflight.py
tests/test_product.py
tests/test_promptcache.py
tests/test_quality_stop.py
tests/test_recommend.py
tests/test_refusal.py
tests/test_repack.py
tests/test_responses.py
tests/test_runtime.py
tests/test_snapshot.py
tests/test_stream.py
tests/test_synccal.py
tests/test_thinking.py
tests/test_tools.py
tests/test_tune.py
tests/test_vision.py
tests/test_webui.py
tests/test_workmem.py