Skip to main content

analyze

Method
This is a method of the AutonomyTrigger class in the autonomy module.
Analyze prompt and return detected signals.

Signature

Parameters

str
required
The user prompt to analyze

Returns

Set[str]
Set of signal names (lowercase strings)

Uses

  • analyze

Used By

Source

View on GitHub

praisonaiagents/agent/autonomy.py at line 279