[project] name = "ww-core" version = "0.0.0" requires-python = ">=3.12" dependencies = [ "langgraph>=0.2.40", "langgraph-checkpoint-postgres>=2.0", "pydantic>=2.7", "structlog>=24.1", "ww-shared", "ww-config", "ww-db", "ww-llm-gateway", ] [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["ww_core"] [tool.uv.sources] ww-shared = { workspace = true } ww-config = { workspace = true } ww-db = { workspace = true } ww-llm-gateway = { workspace = true }