agent-app / pyproject.toml
ganeshkota's picture
Add AML pipeline mode, sanitize configs, and production docs
9a45d9a
Raw
History Blame Contribute Delete
419 Bytes
[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"