Initial Stream working

This commit is contained in:
Brandon Hancock
2025-03-03 13:10:33 -05:00
parent a3d5c86218
commit 143832bd8b
5 changed files with 398 additions and 122 deletions

View File

@@ -224,6 +224,7 @@ CrewAI provides a wide range of events that you can listen for:
- **LLMCallStartedEvent**: Emitted when an LLM call starts
- **LLMCallCompletedEvent**: Emitted when an LLM call completes
- **LLMCallFailedEvent**: Emitted when an LLM call fails
- **LLMStreamChunkEvent**: Emitted for each chunk received during streaming LLM responses
## Event Handler Structure