Skip to main content
The central orchestrator for all LLM calls.

Constructor

Methods

configure_provider

Configure an LLM provider.

call

Make an LLM call through the gateway.

call_with_tools

Make an LLM call with automatic tool execution loop.

get_metrics

Returns:

get_call_history

reset

Reset all state, metrics, and history.

Properties

metrics

Current execution metrics.

CallRecord

Record of a single LLM call.

Properties