feature(workflows): added a agentic workflow for sudoku#481
feature(workflows): added a agentic workflow for sudoku#481pan-x-c merged 5 commits intoagentscope-ai:mainfrom
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.
Thanks again for your contribution. LGTM.
|
Thanks a lot! I really enjoyed working on this one. Appreciate the guidance and feedback throughout 🙂 |
#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