agentle.agents.a2a.models.agent_skillΒΆ

A2A Agent Skill Model

This module defines the AgentSkill class, which represents a specific capability that an agent can perform. Skills are used to describe what agents can do and help in agent discovery and selection.

Functions

Field()

!!! abstract "Usage Documentation"

Classes

AgentSkill(*[, id, tags, examples, ...])

Represents a specific capability that an agent can perform.

BaseModel()

Alias for pydantic.BaseModel.

Sequence()

All the operations on a read-only sequence.