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

# resolve • AI Agent SDK

> resolve: Pick a concrete adapter variant (e.g. autogen v0.2 vs v0.4).

# resolve

<div className="flex items-center gap-2">
  <Badge color="purple">Method</Badge>
</div>

> This is a method of the [**FrameworkAdapterProtocol**](../classes/FrameworkAdapterProtocol) class in the [**protocols**](../modules/protocols) module.

Pick a concrete adapter variant (e.g. autogen v0.2 vs v0.4).

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
def resolve() -> 'FrameworkAdapterProtocol'
```

### Returns

<ResponseField name="Returns" type="'FrameworkAdapterProtocol'">
  The result of the operation.
</ResponseField>

## Used By

* [`Agent.skill_manager`](../functions/Agent-skill_manager)
* [`resolve_memory`](../functions/resolve_memory)
* [`resolve_knowledge`](../functions/resolve_knowledge)
* [`resolve_output`](../functions/resolve_output)
* [`resolve_execution`](../functions/resolve_execution)

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-agents/praisonaiagents/frameworks/protocols.py#L21">
  `praisonaiagents/frameworks/protocols.py` at line 21
</Card>
