What's Changed
Features
- Add
reset_runtime_stateto release accumulated bus state - Handle supporting both custom prompts
- Decouple conversation logic from runtime and add a
conversational_definition
Bug Fixes
- Fix scope of runtime state per run to bound growth and isolate concurrent runs
- Fix telemetry setup on
crewai-login - Fix respect for
suppress_flow_eventsfor method-execution events
Documentation
- Update OpenTelemetry images
- Update documentation to reflect new state of OpenTelemetry collector
- Update changelog and version for v1.14.7a4
Refactoring
- Simplify flow condition evaluation to be stateless per event
- Improve conversation routing cycle with one less route