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

> resolve_autonomy: API reference for resolve_autonomy

# resolve\_autonomy

<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_autonomy(input: boolean | string | Record<string, any> | undefined) -> Record<string, any> | undefined
```

### Returns

<ResponseField name="Returns" type="Record<string, any> | 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#L797">
  `src/config/index.ts` at line 797
</Card>

***

## Related Documentation

<CardGroup cols={2}>
  <Card title="JS Auto Agents" icon="robot" href="/docs/js/auto-agents" />

  <Card title="TS Auto Agents CLI" icon="terminal" href="/docs/js/auto-agents-cli" />

  <Card title="JS Autonomy" icon="robot" href="/docs/js/autonomy" />
</CardGroup>
