Files
crewAI/lib/crewai/tests/agents
Greyson LaLonde 1593336c94 fix: default observation parse fallback to failure and clean up plan-execute types
When _parse_observation_response fails all parse attempts, default to
step_completed_successfully=False instead of True to avoid silently
masking failures. Extract duplicate _extract_task_section into a shared
utility in agent_utils. Type PlanningConfig.llm as str | BaseLLM | None
instead of str | Any | None. Make StepResult a frozen dataclass for
immutability consistency with StepExecutionContext.
2026-03-15 15:42:22 -04:00
..
2026-02-05 12:49:54 -05:00
2025-10-20 14:10:19 -07:00