restructure code for modularity and use ai modules

This commit is contained in:
2025-02-24 13:11:09 +00:00
parent f3cc238130
commit eea23b2097
5 changed files with 304 additions and 47 deletions

View File

@@ -10,7 +10,9 @@ authors = [
]
dependencies = [
"apache-airflow>=2.10.0",
"airflow-mcp-server>=0.2.0"
"airflow-mcp-server>=0.2.0",
"openai>=1.64.0",
"anthropic>=0.46.0"
]
classifiers = [
"Development Status :: 3 - Alpha",