-
-
Notifications
You must be signed in to change notification settings - Fork 670
[FEAT] Streaming Callback for Sequential Workflow #1081
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
| f"[SUCCESS] Agent {agent_name} completed task successfully" | ||
| ) | ||
|
|
||
| self.conversation.add(role=agent_name, content=output) |
Check failure
Code scanning / Pyre
Uninitialized local Error
| f"[SUCCESS] Agent {agent_name} completed task successfully" | ||
| ) | ||
|
|
||
| self.conversation.add(role=agent_name, content=output) |
Check failure
Code scanning / Pyre
Uninitialized local Error
| streaming_callback( | ||
| agent_name, chunk, False | ||
| ) |
Check failure
Code scanning / Pyre
Call error Error
| max_loops=self.max_loops, | ||
| output_type=self.output_type, | ||
| team_awareness=self.team_awareness, | ||
| streaming_callback=self.streaming_callback, |
Check failure
Code scanning / Pyre
Incompatible parameter type Error
Removed outdated streaming callback documentation and examples from SequentialWorkflow.
DEMO: https://www.loom.com/share/94233587645848aa9747adc6e56710d0
📚 Documentation preview 📚: https://swarms--1081.org.readthedocs.build/en/1081/