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

# Autonomy Trigger • AI Agent SDK

> AutonomyTrigger: Detects signals from prompts for autonomy decisions.

# AutonomyTrigger

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

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

Detects signals from prompts for autonomy decisions.

Delegates to EscalationTrigger (DRY, G-DUP-3 fix) and maps
signal names for backward compatibility.

## Methods

<CardGroup cols={2}>
  <Card title="analyze()" icon="function" href="../functions/AutonomyTrigger-analyze">
    Analyze prompt and return detected signals.
  </Card>

  <Card title="recommend_stage()" icon="function" href="../functions/AutonomyTrigger-recommend_stage">
    Recommend execution stage based on signals.
  </Card>
</CardGroup>

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-agents/praisonaiagents/agent/autonomy.py#L268">
  `praisonaiagents/agent/autonomy.py` at line 268
</Card>
