get_recommended_stage
Method
This is a method of the Agent class in the agent module.Get recommended execution stage for prompt.
Signature
Parameters
The user prompt
Returns
Stage name as string (direct, heuristic, planned, autonomous)
Get recommended execution stage for prompt.
This is a method of the Agent class in the agent module.Get recommended execution stage for prompt.
def get_recommended_stage(prompt: str) -> str