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

Parameters

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

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 3117