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

# Base Framework Adapter • AI Agent SDK

> BaseFrameworkAdapter: Base class for framework adapters providing common functionality.

# BaseFrameworkAdapter

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

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

Base class for framework adapters providing common functionality.

## Properties

<ResponseField name="name" type="str">
  No description available.
</ResponseField>

<ResponseField name="install_hint" type="str">
  No description available.
</ResponseField>

<ResponseField name="requires_tools_extra" type="bool">
  No description available.
</ResponseField>

<ResponseField name="is_router" type="bool">
  No description available.
</ResponseField>

<ResponseField name="SUPPORTS_ASYNC" type="bool">
  No description available.
</ResponseField>

<ResponseField name="SUPPORTS_WORKFLOW" type="bool">
  No description available.
</ResponseField>

<ResponseField name="SUPPORTS_RUNTIME_FEATURES" type="bool">
  No description available.
</ResponseField>

## Methods

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

  <Card title="setup()" icon="function" href="../functions/BaseFrameworkAdapter-setup">
    Instance method.
  </Card>

  <Card title="arun()" icon="function" href="../functions/BaseFrameworkAdapter-arun">
    Instance method.
  </Card>

  <Card title="cleanup()" icon="function" href="../functions/BaseFrameworkAdapter-cleanup">
    Instance method.
  </Card>

  <Card title="resolve_alias()" icon="function" href="../functions/BaseFrameworkAdapter-resolve_alias">
    Instance method.
  </Card>
</CardGroup>

## Source

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