Skip to content

style: update workflow activity names #477

@sicoyle

Description

@sicoyle

Currently in durable.py we have a mix on function names called within Dapr Workflow Activities. For stylistic-sake, I want the function names to not include an underscore prefix. I also renamed a few...

Acceptance criteria:

  • _load_tools -> load_tools
  • _get_available_agents -> get_team_members
  • _initialize_orchestration -> initialize_orchestration
  • _validate_next_step -> validate_step
  • _select_next_action -> select_next_task
  • _parse_progress -> evaluate_progress
  • _save_plan_message -> save_plan
  • _process_orchestration_response -> handle_response
  • _should_continue_orchestration -> check_completion
  • _finalize_orchestration -> finalize_orchestration
  • broadcast_message_to_agents -> broadcast_to_team
  • send_response_back -> return_response

Thoughts @CasperGN

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions