Add simple SKILL to run it with or without mtool to measure the performances - #36
Add simple SKILL to run it with or without mtool to measure the performances#36cmoulliard wants to merge 2 commits into
Conversation
Signed-off-by: Charles Moulliard <cmoulliard@ibm.com>
|
I tested both skills locally and got the same error on both: The issue is that the Either the symlink structure in the script needs to place shared content inside |
I cannot reproduce the error. I deleted under Question: Do we have to change within the SKILL.md file the link to the shared md file as currently it is defined like this ? |
I keep hitting a "File not found" on ../shared/migration-steps.md, the LLM resolves the relative path inconsistently (sometimes .opencode/shared/, sometimes .opencode/skills/shared/). Fixed it locally by symlinking in both locations. Might be model/version dependent, which would explain why you don't see it. |
Signed-off-by: Charles Moulliard <cmoulliard@ibm.com>
Verify first if python3 is installed and
venvexists. See: https://gist.github.com/basperheim/17e169478aa1be3cacbd9c530afeb155The simple SKILL can be tested using the python script and this command
See the report generated under
tests/reports/migrate-simple-without-mtool ...