Interested in using optillm as a toolset system for agents #267
Replies: 1 comment
-
|
Hi @surfingkaka Thanks for your interest in optiLLM! Great question about the plugins. Let me address your concerns: The
These plugins were designed as reference implementations to demonstrate the plugin architecture and provide baseline functionality. They work well for their intended use cases and haven't needed major updates because they accomplish what they were designed to do. However, if you're looking to build a robust agent toolset system, optiLLM offers much more flexibility:
optiLLM has built-in support for https://modelcontextprotocol.io/, which gives you access to a rich ecosystem of tools:
Example MCP configuration:
The plugin system is designed to be extremely simple - you can create custom plugins in just a few lines of Python: Minimal plugin template: That's it! Your plugin is now accessible via
OptiLLM already includes several sophisticated plugins you can use as references or building blocks:
While we don't have a formal public roadmap, the project is actively maintained:
The philosophy is: provide solid building blocks and let users compose them as needed rather than trying to be everything to everyone. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, Thank you for the library, looks nice. I am researching toolsets that agents can use, and the plugins look nice but I was going through the code, for example, the
executeandmemoryplugins, they havent been worked on in a year. Are they feature complete ? Is there a roadmap for maturity ? thank youBeta Was this translation helpful? Give feedback.
All reactions