> ## 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 Memory • TypeScript AI Agent SDK

> resolve_memory: API reference for resolve_memory

# resolve\_memory

<div className="flex items-center gap-2">
  <Badge color="teal">Function</Badge>
</div>

> This function is defined in the [**config**](../modules/config) module.

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
def resolve_memory(input: boolean | string | MemoryConfig | undefined) -> MemoryConfig | undefined
```

### Returns

<ResponseField name="Returns" type="MemoryConfig | undefined">
  The result of the operation.
</ResponseField>

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-ts/src/config/index.ts#L642">
  `src/config/index.ts` at line 642
</Card>

***

## Related Documentation

<CardGroup cols={2}>
  <Card title="JS Memory" icon="database" href="/docs/js/memory" />

  <Card title="JS Memory CLI" icon="terminal" href="/docs/js/memory-cli" />

  <Card title="JS Memory Hooks" icon="anchor" href="/docs/js/memory-hooks" />

  <Card title="JS Cache" icon="hard-drive" href="/docs/js/cache-cli" />
</CardGroup>
