Skip to content

Commit b7505f3

Browse files
Merge branch 'main' into gl/chore/tools-ruff-linting-fixes
2 parents c7bd597 + aa8dc9d commit b7505f3

File tree

5 files changed

+111
-152
lines changed

5 files changed

+111
-152
lines changed

src/crewai/lite_agent.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -367,6 +367,7 @@ def _execute_core(self, agent_info: dict[str, Any]) -> LiteAgentOutput:
367367
output=output,
368368
guardrail=self._guardrail,
369369
retry_count=self._guardrail_retry_count,
370+
event_source=self,
370371
)
371372

372373
if not guardrail_result.success:

0 commit comments

Comments
 (0)