Skip to main content

LLMRuntimeWrapper

Defined in the resolve module.
AI Agent Wrapper around existing LLM class to provide runtime protocol.

Constructor

Any
required
No description available.
str
required
No description available.
str
required
No description available.

Methods

execute()

Execute prompt using the LLM.

aexecute()

Async execute prompt using the LLM.

model_ref()

Instance method.

provider()

Instance method.

supports_streaming()

Instance method.

supports_tools()

Instance method.

Source

View on GitHub

praisonaiagents/runtime/resolve.py at line 133

Models Overview

LLM Configuration

Model Router

Model Failover