genaiscript is still new to me but I still find it hard to grasp a bit #1140
Replies: 4 comments 27 replies
-
Yes you're right. We overuse npx and we should teach users to add genaiscript to their package.json in order to run locally (running global tools on windows is somewhat not always working). I'll patch the docs.
Need to add this to the docs. Might be a terrible idea but it allows to organize tools as a tree and easily match them.
Do you still have this example by any chance? |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
There was a bug in the fallback_tools. Please try again. |
Beta Was this translation helpful? Give feedback.
-
I agree with the need for typescript definitions - it would be great to have typedefs for |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I will update this discussion with stuff I struggle so maybe it's miss understanding from me or something to improve in docs
examples of lack of understanding
agent-fs
andfs
toolsfs
in tools that will ref all other tools start withfs
script({ fallbackTools: true })
--fallback-tools
worksnpx genaiscript run
but most of the time it's so slow also not sure if it will install latest if it's available anyway what I found works better for me is just install the package and usenpx --offline genaiscript run
ai.$
ai.script
Beta Was this translation helpful? Give feedback.
All reactions