[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", ] [project.optional-dependencies] dev = ["pytest"] [build-system] requires = ["hatchling"] build-backend = "hatchling.build"