[project] name = "conductor-agent" version = "1.0.0" description = "Moss AI 智能家居总管理 Agent" readme = "README.md" requires-python = ">=3.10" dependencies = [ "a2a>=0.1.0", "click>=8.0.0", "uvicorn[standard]>=0.24.0", "httpx>=0.25.0", "PyYAML>=6.0.0", "starlette>=0.27.0", ] [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.uv] dev-dependencies = [] [tool.hatch.build.targets.wheel] packages = ["."]