Merge branch 'main' of github.com:crewAIInc/crewAI into devin/1751908431-fix-lite-agent-llm-isinstance-check

This commit is contained in:
lorenzejay
2025-07-11 17:10:54 -07:00
48 changed files with 3994 additions and 218 deletions

View File

@@ -539,6 +539,7 @@ class LiteAgent(FlowTrackable, BaseModel):
crewai_event_bus.emit(
self,
event=LLMCallCompletedEvent(
messages=self._messages,
response=answer,
call_type=LLMCallType.LLM_CALL,
from_agent=self,