Replies: 4 comments 1 reply
-
Love this, ollama run is great, but it has badly needed some features. Thanks for this!! |
Beta Was this translation helpful? Give feedback.
-
I have started oterm.tools.rag. Would be happy to receive input or PRs from people interested in this, I know you are out there :) |
Beta Was this translation helpful? Give feedback.
-
Hey @garland3 To the point, in principle one could add some path to python scripts that contain tools in the same format that oterm uses. Then oterm could inspect and import the scripts making them available. |
Beta Was this translation helpful? Give feedback.
-
Here we go! #151 does the job :) |
Beta Was this translation helpful? Give feedback.
-
Hey there,
I have recently released the 0.6.* series of oterm and now we support Tools!
I am generally happy with what oterm does already and I think tools is the way forward to extend what is possible to do with it.
Here are some thoughts and I would really appreciate feedback 👀
I think oterm should remain minimal and usable with a small feature-set. Tools could be in the form of one or more additional packages that complement it. Thus I am thinking of adding for example an optional dependency to
oterm
something in the lines ofotermtools
. Thus oterm can be kept slim without extra dependencies, complex setups etc. which was the original intention for it.Here are some tool ideas that I have been working on, would love to hear your ideas as well:
Keep in mind that I would like to keep oterm cross-platform compatible, which complicates some of the above.
Another thing I've been wondering about is how to go to about allowing you to integrate your own tools. This is possible now of course already, you can monkey-patch the available tools in
oterm
and provide your own. I think this might be daunting for the average developer though and looking into alternative "plugin" solutions. Again happy to have feedback on this point about what would be convenient for you!Thanks for using oterm, I have had a lot of fun building this with your help and looking forward to seeing what the future will bring ❤️
Beta Was this translation helpful? Give feedback.
All reactions