[project] name = "agentic-kv" version = "0.1.0" description = "Trace-driven KV cache benchmarking for agentic LLM workloads" requires-python = ">=3.10" dependencies = [ "httpx>=0.27", "numpy>=1.24", "fastapi>=0.110", "uvicorn>=0.29", ] [project.optional-dependencies] dev = ["pytest"] [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["replayer"] [tool.pytest.ini_options] testpaths = ["tests"] addopts = "-q"