Files
moss-ai/agents/conductor_agent/pyproject.toml

26 lines
470 B
TOML
Raw Permalink Normal View History

2025-12-15 22:05:56 +08:00
[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 = ["."]