Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 452 Bytes

File metadata and controls

23 lines (15 loc) · 452 Bytes

Azure Functions Package (agent-framework-azurefunctions)

Hosting agents as Azure Functions.

Main Classes

  • AgentFunctionApp - Azure Functions app wrapper for agents

Usage

from agent_framework.azure import AgentFunctionApp

app = AgentFunctionApp(agent=my_agent)

Import Path

from agent_framework.azure import AgentFunctionApp
# or directly:
from agent_framework_azurefunctions import AgentFunctionApp