Skip to main content

update_plan_step_status

Method
This is a method of the AgentTeam class in the agents module.
Update the status of a plan step.

Signature

def update_plan_step_status(step_id: str, status: str) -> bool

Parameters

step_id
str
required
ID of the step to update
status
str
required
New status

Returns

Returns
bool
True if updated, False if not found

Uses

  • update_step_status
  • sync_with_plan

Source

View on GitHub

praisonaiagents/agents/agents.py at line 2209