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

# Delivery Resolver Protocol • AI Agent SDK

> DeliveryResolverProtocol: Protocol for resolving delivery routing tokens.

# DeliveryResolverProtocol

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

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

Protocol for resolving delivery routing tokens.

Resolves tokens like "origin", "telegram", "all" to concrete delivery
targets at fire time, enabling ergonomic routing without hard-coded IDs.

## Methods

<CardGroup cols={2}>
  <Card title="resolve()" icon="function" href="../functions/DeliveryResolverProtocol-resolve">
    Resolve a routing token to concrete delivery targets.
  </Card>
</CardGroup>

## Source

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