ai.agents

ai.agents

Bounded Pydantic AI-backed agent workflows.

Classes

Name Description
Agent A typed bounded agent delegated to Pydantic AI.

Agent

ai.agents.Agent(model, tools, output, limits=None, instructions=None)

A typed bounded agent delegated to Pydantic AI.

Back to top