| [build-system] | |
| requires = ["setuptools>=68", "wheel"] | |
| build-backend = "setuptools.build_meta" | |
| [project] | |
| name = "agent-app" | |
| version = "0.1.0" | |
| description = "A starter AI agent workspace" | |
| requires-python = ">=3.10" | |
| dependencies = [ | |
| "azure-identity>=1.25.0", | |
| "azure-ai-ml>=1.23.0", | |
| "openai>=2.37.0", | |
| ] | |
| [project.scripts] | |
| agent-app = "agent_app.cli:main" | |
| revenue-worker = "apps.reconciliation_worker.run:main" | |