> ## Documentation Index
> Fetch the complete documentation index at: https://praison.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Runtime Resolver • AI Agent SDK

> RuntimeResolver: Abstract base class for runtime resolution strategies.

# RuntimeResolver

> Defined in the [**resolve**](../modules/resolve) module.

<Badge color="blue">AI Agent</Badge>

Abstract base class for runtime resolution strategies.

## Methods

<CardGroup cols={2}>
  <Card title="resolve()" icon="function" href="../functions/RuntimeResolver-resolve">
    Resolve runtime for the given agent and model.
  </Card>

  <Card title="supports_model()" icon="function" href="../functions/RuntimeResolver-supports_model">
    Check if this resolver can handle the given model.
  </Card>
</CardGroup>

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-agents/praisonaiagents/runtime/resolve.py#L67">
  `praisonaiagents/runtime/resolve.py` at line 67
</Card>
