Share via


agents Package

Packages

azure_ai
bedrock
channels
chat_completion
group_chat
azure_assistant_agent
azure_responses_agent
open_ai_assistant_agent
open_ai_responses_agent
strategies

Modules

agent

Classes

Agent

Base abstraction for all Semantic Kernel agents. An agent instance may participate in one or more conversations. A conversation may include one or more agents. In addition to identity and descriptive meta-data, an Agent must define its communication protocol, or AgentChannel. Create a new model by parsing and validating input data from keyword arguments. Raises [ValidationError][pydantic_core.ValidationError] if the input data cannot be validated to form a valid model. self is explicitly positional-only to allow self as a field name.