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 ChatOpenAI from langchain with openai>=1.0, the error 'openai has no ChatCompletion attribute' occurs.
THENDowngrade the openai package to version 0.28.1 using 'pip install openai==0.28.1' or upgrade langchain to >=0.0.324 which includes support for openai v1.x. If you must use openai v1.x, ensure your langchain version is compatible.
IFWhen using langchain with openai version 1.x, attempting to create OpenAI embeddings results in AttributeError: module 'openai' has no attribute 'error'.
THENUpgrade langchain to version 0.0.329 or later which includes support for openai v1.x. Alternatively, downgrade openai to version 0.28.1. If immediate patch is needed, modify the langchain code to handle the missing openai.error module, but aligning library versions is the recommended long-term solution.
IFAttributeError: module 'openai' has no attribute 'Completion' when using LangChain's OpenAI class after upgrading openai to v1.0.0
THENPin the openai package to version <1.0.0 (e.g., openai==0.28.1) to restore compatibility. Alternatively, upgrade LangChain to a version that supports openai v1.0.0's new client structure, which uses openai.OpenAI() instead of openai.Completion.
IFWhen using langchain's OpenAI embeddings with openai >=1.0, the error 'module 'openai' has no attribute 'error'' occurs because openai 1.x moved exception classes.
THENDowngrade the openai library to version 0.28.1 and langchain to version 0.0.330 using `pip install openai==0.28.1 langchain==0.0.330`. This resolves the missing attribute issue until langchain updates to support openai 1.x.
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