[project] name = "ww-agents" version = "0.0.0" requires-python = ">=3.12" dependencies = [ "pydantic>=2.7", "ww-shared", "ww-llm-gateway", ] [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["ww_agents"] [tool.uv.sources] ww-shared = { workspace = true } ww-llm-gateway = { workspace = true }