Skip to main content

RuntimeProtocol

Defined in the resolve module.
AI Agent Protocol for agent runtime implementations.

Methods

execute()

Execute a prompt with the runtime.

aexecute()

Async execute a prompt with the runtime.

model_ref()

Get the model reference for this runtime.

provider()

Get the provider for this runtime.

Source

View on GitHub

praisonaiagents/runtime/resolve.py at line 21