agents#

Agents integrated with LangChain and LangGraph.

Classes

agents.agent_service.AgentServiceFactory

Factory to create and manage declarative chat agents in Azure AI Foundry.

agents.prebuilt.declarative.DeclarativeChatAgentNode(...)

A LangGraph node that represents a declarative chat agent in Azure AI Foundry.

agents.prebuilt.tools.AgentServiceBaseTool

A tool that interacts with Azure AI Foundry Agent Service.

Functions

agents.agent_service.external_tools_condition(state)

Determine the next node based on whether the AI message contains tool calls.