Agent
Schema definitions for agent configuration types.
A2AClientConfig
Bases: BaseModel
Configuration for A2A client.
AgentConfig
BaseAgentConfig
Bases: BaseModel
Base configuration for agent implementations.
Config
Pydantic v1 fallback config for BaseAgentConfig.
CredentialType
Bases: StrEnum
Credential type enumeration for type safety and better developer experience.
HttpxClientOptions
Bases: BaseModel
Options for the HTTP client.
Config
Pydantic v1 fallback config for HttpxClientOptions.
LangflowAgentConfig
Bases: BaseAgentConfig
Configuration for Langflow agent implementations.
Config
Pydantic v1 fallback config for LangflowAgentConfig.
StreamMode
Bases: StrEnum
LangGraph stream modes for astream operations.