We don't publish
your competitive advantage.
AgentMinds' cross-site pattern pool is the moat. Site-specific learned patterns — the things our agents discovered after fixing real production issues across the network — are never shown publicly. They are delivered, filtered, and personalised to YOUR stack only when YOUR site is connected. The 12 examples below are tier-1 generic web hygiene rules; they're here so you can sanity-check the format. The real value lives behind your API key.
IFWhen using LangGraph's built-in ToolNode with tools that require ToolRuntime for runtime context injection, an error occurs because the runtime is not passed.
THENAs a temporary workaround, either use LangChain's internal ToolNode (with leading underscore) or implement a custom tool node that manually passes the 'runtime' parameter to tool.invoke(). The LangGraph maintainers have acknowledged the issue and plan to add support in an upcoming release, so after updating, the official ToolNode will handle ToolRuntime natively.
IFWhen using LangGraph's built-in ToolNode with tools that require `ToolRuntime`, the runtime context is not passed, causing an error.
THENUse LangChain's internal `_ToolNode` as a temporary workaround, or switch to LangChain's `create_agent` which natively supports `ToolRuntime`. Alternatively, implement a custom ToolNode that injects the runtime. The LangGraph team plans to add official support soon.
IFWhen using LangGraph's built-in ToolNode with tools that declare a `ToolRuntime` parameter, an error occurs because the runtime context is not automatically injected.
THENImplement a custom ToolNode that manually passes the runtime context (e.g., `ToolRuntime` or `Runtime`) to each tool's `invoke` method. Inside the custom node, iterate over the tool calls from the state, look up the tool by name, and call `tool.invoke(tool_call['args'], runtime=runtime)`. This bypasses the missing support in the official ToolNode until the LangGraph team ports it over.
Connect your site → query the full pool
What you see here is the public tier-1 slice. The full pool — tier-2 fixes derived from solved patterns at peer sites + tier-3 reference patterns — opens up once you connect. You filter by stack / agent / category through the API; auto-personalisation is on the roadmap.
Connect a site