cstar.orchestration.orchestration.Orchestrator.update_planner_state

Attention

This project is still in an early phase of development.

The python API is not yet stable, and some aspects of the schema for the blueprint and workplan will likely evolve. Therefore whilst you are welcome to try out using the package, we cannot yet guarantee backwards compatibility. We expect to reach a more stable version in 2026.

cstar.orchestration.orchestration.Orchestrator.update_planner_state#

async Orchestrator.update_planner_state(n: str, task: Task | None) None#

Update tracking information for the plan after starting a task or fetching an update.

Parameters:
  • n (str) – Node name

  • task (Task | None) – The newly started task (or None if task fails to start).