-
Notifications
You must be signed in to change notification settings - Fork 50
feature(workflows): added a agentic workflow for sudoku #481
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
Conversation
|
Sorry for the late reply. The current workflow code structure basically meets the requirements, but there is still some room for improvement in the details. For example:
If resources permit, I recommend running the workflow locally in debug mode to observe:
Additionally, since this example is relatively complex, I suggest converting some samples into unit tests to ensure the correctness of each module. |
|
If you find the 9x9 setting is too difficult, you can try 4x4 or 6x6 setting instead. This Leaderboard may help you to build the workflow |
|
I’ve improved it further and addressed the earlier points. Please have a look and let me know if anything looks wrong or if further changes are needed? |
|
Good job! Only a few final tasks remain:
|
|
I’ve done these changes now, |
|
/unittest-module-common |
Summary
Skipped
Tests
Github Test Reporter by CTRF 💚 |
pan-x-c
left a comment
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.
Thanks again for your contribution. LGTM.
#470
Solved the issue: Implement a New Workflow
feat: add SudokuWorkflow example implementation and register in default_mapping
Checklist
Added sudoku_workflow.py with full docstrings and inline comments
If need to implement more custom workflows then please let me know