[project] name = "pam-deploy-graph" version = "0.1.0" description = "LangGraph-style PAM deploy agent with Skill policy, mixed HOME script actions, and NODE MCP routing." requires-python = ">=3.11" dependencies = [ "langgraph>=0.2", ] [project.optional-dependencies] mcp = ["mcp>=1"] test = ["pytest"] [tool.pytest.ini_options] testpaths = ["tests"] pythonpath = ["."] [tool.setuptools.packages.find] include = ["pam_deploy_graph*"]