Hosting agents as Azure Functions.
AgentFunctionApp- Azure Functions app wrapper for agents
from agent_framework.azure import AgentFunctionApp
app = AgentFunctionApp(agent=my_agent)from agent_framework.azure import AgentFunctionApp
# or directly:
from agent_framework_azurefunctions import AgentFunctionApp