-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
Blog regarding finite-state machine #1622
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1622 +/- ##
========================================
Coverage 37.05% 37.05%
========================================
Files 62 62
Lines 6499 6499
Branches 1438 1561 +123
========================================
Hits 2408 2408
+ Misses 3898 3897 -1
- Partials 193 194 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@freedeaths, hope you had a great break. I'll flip this to ready for review if that's ok. |
@joshkyh done:) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Co-authored-by: Chi Wang <[email protected]>
Co-authored-by: Chi Wang <[email protected]>
@joshkyh Could you modify the corresponding test in test_notebook.py? |
* Initialization of fsm blog * Pre-commit pass * Pinyin name correction * Updated title * Updated title * Added summary of notebook and note about DAG * Update index.mdx * Update website/blog/2024-02-11-FSM-GroupChat/index.mdx Co-authored-by: Chi Wang <[email protected]> * Update website/blog/2024-02-11-FSM-GroupChat/index.mdx Co-authored-by: Chi Wang <[email protected]> * Removed outdated filename and followed SoM notebook format * Pre-commit pass * Update notebook link * Corrected link to rendered notebook * Removed agentchat_hierarchy_flow_using_select_speaker and modified agentchat_groupchat_finite_state_machine * Add notebook/agentchat_groupchat_finite_state_machine.ipynb to paths --------- Co-authored-by: freedeaths <[email protected]> Co-authored-by: Chi Wang <[email protected]>
This is the follow-up blog post on the FSM Group Chat Contribution #857.
Checks