agentle.agents.apis.object_schemaΒΆ

Clean replacement for the existing endpoint parameter implementation. This replaces the original classes with proper object parameter support.

Simply replace the existing EndpointParameter and related classes with these improved versions.

Functions

Field()

!!! abstract "Usage Documentation"

Classes

Any(*args, **kwargs)

Special type indicating an unconstrained type.

BaseModel()

Alias for pydantic.BaseModel.

Mapping()

A Mapping is a generic container for associating key/value pairs.

ObjectSchema(*[, type, properties, ...])

Schema definition for object parameters.

Sequence()

All the operations on a read-only sequence.