Commit Graph

3 Commits

  • Python: Add workflow cancellation sample (#2732)
    * Add workflow cancellation sample
    
    Add sample demonstrating how to cancel a running workflow using asyncio
    tasks. Shows both cancellation mid-execution and normal completion paths.
    Useful for implementing timeouts, graceful shutdown, or A2A executors.
    
    * update docstring
  • Python: WorkflowBuilder registry (#2486)
    * Add workflow builder factory pattern
    
    * Add internal edge groups to registered executors; next samples
    
    * Update samples: Part 1
    
    * register -> register_executor
    
    * update hil samples
    
    * Update other samples
    
    * Update agent  samples
    
    * Update doc string
    
    * Add new sample
    
    * Fix mypy
    
    * Address comments
    
    * Fix mypy
  • Python: [BREAKING] Python: Rename workflow to workflows (#1007)
    * Rename workflow to workflows
    
    * Update occurence of workflow to new name