Thank you all for submitting plugins!
We've got more than enough to seed the network.
We'll continue awarding bounties through end of day tomorrow, May 27.
You're welcome to continue writing plugins otherwise but they'll only be paid rev-share based on usage.
We'll be launching a UI to connect plugins to agents on OpenAgents.com in early June. More on our roadmap here.
Tomorrow's video, episode 95, will go into more detail about how payments will work.
this territory is moderated
Beside the UI to connect plugin to agents, is there any way to implement it now? i want to try my plugin now
reply
300 sats \ 0 replies \ @rblb 27 May
Actually yes, the simplest way is to send a PR to this repo https://github.com/OpenAgentsInc/openagents-plugins with your plugin metadata (you can check the other ones to get an idea of what it should look like). Then when merged, after a while the plugin should become usable by any agent on openagents.com that has "Use community tools" toggled in the settings. Plugins are automatically selected by an LLM.
Or if you want to self host the entire thing you can follow this guide: https://docs.openagents.com/custom-rag-pipeline And then run the openagents-tools node
There is also another things you need to do that is not covered in the docs. Basically you'd need to fork this repo https://github.com/OpenAgentsInc/openagents-plugins and put there only your plugin and then you'd need to export this environment variable PLUGINS_REPO="https://raw.githubusercontent.com/YourGithubUser/openagents-plugins/master/index.json5" before running the extism-runtime
We'll make self hosting and testing simpler and more documented going forward.
reply
I was wondering if there will be a tutorial or guide available to help with the process of connecting plugins to agents?
reply
Yes! We'll put a page on our docs site with a tutorial
reply