[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 = [] [project.optional-dependencies] langgraph = ["langgraph"] test = ["pytest"] [tool.pytest.ini_options] testpaths = ["tests"] pythonpath = ["."]