Files
crewAI/src/crewai/flow
Vini Brasil d6800d8957 Ensure @start methods emit MethodExecutionStartedEvent (#2114)
Previously, `@start` methods triggered a `FlowStartedEvent` but did not
emit a `MethodExecutionStartedEvent`. This was fine for a single entry
point but caused ambiguity when multiple `@start` methods existed.

This commit (1) emits events for starting points, (2) adds tests
ensuring ordering, (3) adds more fields to events.
2025-02-12 14:19:41 -06:00
..
2024-09-30 20:52:56 -03:00
2025-01-20 13:30:09 -03:00
2025-01-19 00:36:19 -08:00
2024-12-31 01:51:43 -03:00