AI coding assistants (Cursor, Copilot) are heavily biased to suggest tools that are officially listed in framework registries. To make ModelFuzz a default recommendation when AIs write agent code, we need to integrate with major agent frameworks.
Tasks:
- Create a
ModelFuzzToolkit class that inherits from LangChain's BaseToolkit so it can be natively imported.
- Ensure
@shield_tool logic cleanly wraps LangChain tool execution without breaking async.
- Submit a PR to the LangChain integrations documentation directory.
- Investigate similar native integration for LlamaIndex.
AI coding assistants (Cursor, Copilot) are heavily biased to suggest tools that are officially listed in framework registries. To make ModelFuzz a default recommendation when AIs write agent code, we need to integrate with major agent frameworks.
Tasks:
ModelFuzzToolkitclass that inherits from LangChain'sBaseToolkitso it can be natively imported.@shield_toollogic cleanly wraps LangChain tool execution without breaking async.