-
Notifications
You must be signed in to change notification settings - Fork 5k
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
StateFlow Blog #1826
StateFlow Blog #1826
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1826 +/- ##
==========================================
+ Coverage 37.53% 45.42% +7.88%
==========================================
Files 65 65
Lines 6913 6913
Branches 1521 1648 +127
==========================================
+ Hits 2595 3140 +545
+ Misses 4092 3491 -601
- Partials 226 282 +56
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
The groupchat_customized notebook requires human input, so I removed it from notebook testing. |
@kevin666aa sorry for missing the message. Looks like you fixed it up. The relevant log of the error was:
That page had moved to |
* init PR * update * update code check * update * update * update * update * update * Test the ability to have agents a,u,t,o,g,e,n speak in turn. * update * update * update * Evidence that groupchat not terminating because of the TERMINATE substring. * Raising NoEligibleSpeakerException allows graceful exit before max turns * update * update * update * update * update * update * update * update * update * update * update * update * update * udpate to comments * update * Update website/blog/2024-02-29-StateFlow/index.mdx Co-authored-by: Chi Wang <wang.chi@microsoft.com> * update links * remove unnecessary changes * Update website/blog/2024-02-29-StateFlow/index.mdx Co-authored-by: Joshua Kim <joshkyh@users.noreply.github.com> * Update website/blog/2024-02-29-StateFlow/index.mdx Co-authored-by: Joshua Kim <joshkyh@users.noreply.github.com> * remove test for custom notebook * update * update --------- Co-authored-by: Joshua Kim <Joshua@spectdata.com> Co-authored-by: Chi Wang <wang.chi@microsoft.com> Co-authored-by: Joshua Kim <joshkyh@users.noreply.github.com>
Why are these changes needed?
Introduce Stateflow, a task-solving paradigm that conceptualizes complex task-solving processes backed by LLMs as state machines.
Introduce how to use GroupChat customized speaker selection function to implement the idea.
Note: Depends on #1791.
New changes are:
2024-02-29-StateFlow/index.mdx
andagentchat_groupchat_stateflow.ipynb
Related issue number
Checks