> ## 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.

# Harness Resolver Protocol • AI Agent SDK

> HarnessResolverProtocol: Protocol for objects that resolve a model id to a harness profile.

# HarnessResolverProtocol

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

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

Protocol for objects that resolve a model id to a harness profile.

## Methods

<CardGroup cols={2}>
  <Card title="resolve_harness()" icon="function" href="../functions/HarnessResolverProtocol-resolve_harness">
    Instance method.
  </Card>
</CardGroup>

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-agents/praisonaiagents/model_harness/profiles.py#L46">
  `praisonaiagents/model_harness/profiles.py` at line 46
</Card>
