[build-system] requires = ["hatchling"] build-backend = "hatchling.build" [project] name = "konstruct-llm-pool" version = "0.1.0" description = "LLM Backend Pool — LiteLLM router for Ollama, vLLM, OpenAI, Anthropic, and BYO endpoints" requires-python = ">=3.12" dependencies = [ "konstruct-shared", "litellm>=1.54.0", "httpx>=0.28.0", ] [tool.uv.sources] konstruct-shared = { workspace = true } [tool.hatch.build.targets.wheel] packages = ["llm_pool"]