.env.example
LICENSE
MANIFEST.in
Makefile
NOTICE
README.md
pyproject.toml
config/fleet.stub.json
demo/run_demo.py
docs/Api.md
docs/Architectures.md
docs/Benchmarking.md
docs/Configuration.md
docs/Deploy.md
docs/Home.md
docs/KPIs.md
docs/Observability.md
presets/README.md
presets/_template/fleet.json
presets/_template/manifest.md
presets/_template/scripts/engine_serve.sh
src/narwhal/__init__.py
src/narwhal/app.py
src/narwhal/bench.py
src/narwhal/check.py
src/narwhal/cli.py
src/narwhal/config.py
src/narwhal/connector.py
src/narwhal/dialect.py
src/narwhal/drive.py
src/narwhal/engine.py
src/narwhal/fleet.example.json
src/narwhal/fleet.py
src/narwhal/health.py
src/narwhal/journal.py
src/narwhal/local.py
src/narwhal/metrics.py
src/narwhal/monitor.py
src/narwhal/oracle.py
src/narwhal/planner.py
src/narwhal/probe.py
src/narwhal/profiler.py
src/narwhal/provenance.py
src/narwhal/py.typed
src/narwhal/report.py
src/narwhal/scheduler.py
src/narwhal/schemas.py
src/narwhal/server.py
src/narwhal/sim.py
src/narwhal/standby.py
src/narwhal/state.py
src/narwhal/tenant.py
src/narwhal/trace.py
src/narwhal/types.py
src/narwhal/wandb_export.py
src/narwhal_inference.egg-info/PKG-INFO
src/narwhal_inference.egg-info/SOURCES.txt
src/narwhal_inference.egg-info/dependency_links.txt
src/narwhal_inference.egg-info/entry_points.txt
src/narwhal_inference.egg-info/requires.txt
src/narwhal_inference.egg-info/top_level.txt
tests/conftest.py
tests/test_admission.py
tests/test_app.py
tests/test_bench.py
tests/test_check.py
tests/test_cli.py
tests/test_config.py
tests/test_connector.py
tests/test_cost_properties.py
tests/test_dialect.py
tests/test_drive.py
tests/test_fleet.py
tests/test_health.py
tests/test_health_sim.py
tests/test_metrics.py
tests/test_oracle.py
tests/test_planner.py
tests/test_planner_loop.py
tests/test_probe.py
tests/test_provenance.py
tests/test_relaunch.py
tests/test_report.py
tests/test_scheduler.py
tests/test_serving.py
tests/test_sim.py
tests/test_standby.py
tests/test_state.py
tests/test_tenants.py
tests/test_wandb_export.py
tests/test_wandb_watch.py
tools/check_links.py
tools/compare.sh
tools/publish_wiki.sh
tools/run_watchdog.sh
tools/stub_fleet.py
tools/wandb_watch.py
tools/observability/make_targets.py