agentle.agents.templates.data_collection.progressive_profilling_agentΒΆ
Functions
|
!!! abstract "Usage Documentation" |
|
@asynccontextmanager decorator. |
|
Cast a value to a type. |
|
@contextmanager decorator. |
|
Remove any common leading whitespace from every line in text. |
Classes
|
The main class of the Agentle framework that represents an intelligent agent. |
|
Represents the complete result of an agent execution. |
|
Special type indicating an unconstrained type. |
|
Represents a message from an assistant in the system. |
|
|
|
Alias for pydantic.BaseModel. |
|
Represents the current state of collected data |
|
Alias for pydantic.ConfigDict. |
|
Container for contextual information that guides an agent's behavior. |
|
Represents a message from a developer in the system. |
|
Specification for a field to collect |
|
Represents a file attachment part of a message. |
|
Abstract base class for AI generation service providers. |
|
|
|
A Mapping is a generic container for associating key/value pairs. |
|
A MutableMapping is a generic container for associating key/value pairs. |
|
All the operations on a read-write sequence. |
|
A stateless agent specialized in progressive data collection using structured outputs |
|
All the operations on a read-only sequence. |
|
Represents a plain text part of a message. |
|
A callable tool that can be used by AI models to perform specific functions. |
|
Represents the result of a tool execution within a step. |
|
Represents a suggestion to execute a specific tool. |
|
Represents a message from a user in the system. |