[build-system] requires = ["setuptools>=69", "wheel"] build-backend = "setuptools.build_meta" [project] name = "ss-tools-agent" version = "0.1.0" description = "Gradio/LangGraph agent for superset-tools assistant chat" requires-python = ">=3.11" [project.optional-dependencies] embeddings = ["sentence-transformers>=2.2.0", "torch>=2.0.0"] [tool.pytest.ini_options] asyncio_mode = "auto" [tool.setuptools.packages.find] where = ["src"] include = ["ss_tools.agent*"]