agentle.agents.apis.endpoints_to_toolsΒΆ

Functions

endpoints_to_tools(endpoints[, base_url, ...])

Convert a list of endpoints and APIs to tools.

Classes

API(*, name[, description, headers, ...])

Represents a collection of related API endpoints with shared configuration.

Any(*args, **kwargs)

Special type indicating an unconstrained type.

Endpoint(*, name, description[, ...])

Represents a single HTTP API endpoint that can be called by an agent.

MutableMapping()

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

MutableSequence()

All the operations on a read-write sequence.

Sequence()

All the operations on a read-only sequence.

Tool(*[, type, description, ignore_errors])

A callable tool that can be used by AI models to perform specific functions.