- Implement V2 execution model in the standard executor, simplifying task execution to a single call without validation loops. - Introduce support for resuming suspended executions, allowing for human input during task processing. - Enhance event handling by pushing task completion and failure events to the event bus for better tracking and integration. - Update tests to reflect changes in execution flow and ensure robust handling of task statuses and results. |
||
|---|---|---|
| .. | ||
| integration_clock_test.go | ||
| integration_concurrent_test.go | ||
| integration_control_test.go | ||
| integration_event_test.go | ||
| integration_human_test.go | ||
| integration_test.go | ||
| interact.go | ||
| interact_helpers_test.go | ||
| interact_test.go | ||
| manager.go | ||
| manager_test.go | ||