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

# Serve Handler Adapter • AI Agents Framework

> ServeHandlerAdapter: Adapter wrapping ``praisonai.cli.features.serve.handle_serve_command``.

# ServeHandlerAdapter

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

<Badge color="purple">AI Agents Framework</Badge>

Adapter wrapping `praisonai.cli.features.serve.handle_serve_command`.

## Methods

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

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai/praisonai/adapters/__init__.py#L72">
  `praisonai/adapters/__init__.py` at line 72
</Card>
