LICENSE
README.md
pyproject.toml
setup.py
kv_optkit.egg-info/PKG-INFO
kv_optkit.egg-info/SOURCES.txt
kv_optkit.egg-info/dependency_links.txt
kv_optkit.egg-info/entry_points.txt
kv_optkit.egg-info/requires.txt
kv_optkit.egg-info/top_level.txt
kvopt/__init__.py
kvopt/__main__.py
kvopt/config.py
kvopt/plugin_manager.py
kvopt/policy_engine.py
kvopt/adapters/__init__.py
kvopt/adapters/base.py
kvopt/adapters/sim_adapter.py
kvopt/adapters/vllm_adapter.py
kvopt/agent/__init__.py
kvopt/agent/actions.py
kvopt/agent/executor.py
kvopt/agent/guard.py
kvopt/agent/planner.py
kvopt/agent/policy.py
kvopt/integrations/vllm/__init__.py
kvopt/integrations/vllm/adapters.py
kvopt/plugins/__init__.py
kvopt/plugins/kivi_plugin.py
kvopt/plugins/lmcache_plugin.py
kvopt/plugins/minikv_plugin.py
kvopt/server/main.py
kvopt/server/metrics.py
kvopt/server/routers/advisor.py
kvopt/server/routers/autopilot.py
tests/test_autopilot_api.py
tests/test_guard.py
tests/test_guard_rollback.py
tests/test_kivi_plugin_extra.py
tests/test_kivi_roundtrip.py
tests/test_lmcache_hit_miss.py
tests/test_lmcache_plugin_extra.py
tests/test_metrics.py
tests/test_planner_guard_integration.py
tests/test_plugins.py
tests/test_policy.py
tests/test_policy_engine.py
tests/test_report.py