# Agent Framework packages
# To use the deployed version, uncomment the lines below and comment out the local installation lines
# agent-framework-azurefunctions

# Local installation (for development and testing)
# Each package must be listed explicitly because pip doesn't resolve uv workspace sources.
# Without explicit entries, pip would fetch transitive dependencies from PyPI instead of local source.
# This sample hosts no AI agents, so it needs only the core + durabletask + azurefunctions packages.
-e ../../../../packages/core  # Core framework - base dependency for all packages
-e ../../../../packages/durabletask  # Durable Task support - dependency of azurefunctions
-e ../../../../packages/azurefunctions  # Azure Functions integration - the main package for this sample
