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.
IFImporting AsyncChromiumLoader raises AttributeError: COBOL due to a missing enum entry in the Language parser.
THENEnsure the Language enum includes COBOL by updating the underlying library or the langchain-community code. If using an older version, upgrade langchain-community and its dependencies. As a temporary workaround, patch language_parser.py to skip unsupported languages by wrapping the dictionary lookup in a try-except.
IFImportError: cannot import name 'global_handler' from 'llama_index.core' when using Ollama or other LLM classes.
THENInstead of importing 'global_handler' directly from 'llama_index.core', call 'set_global_handler' from 'llama_index.callbacks.global_handlers' with your desired evaluation mode and parameters. This function dynamically sets the global handler, which can then be accessed via 'llama_index.global_handler'.
IFImportError: cannot import name 'global_handler' from 'llama_index.core' when using llama_index v0.10.x or later.
THENCreate a fresh virtual environment, uninstall any existing llama-index, then install the latest version from PyPI or from source. If you need to use global_handler, call set_global_handler from llama_index.callbacks.global_handlers before accessing llama_index.global_handler.
IFWhen using llama_index version 0.10.11 or later, importing Ollama and initializing it fails with ImportError: cannot import name 'global_handler' from 'llama_index.core'.
THENThe 'global_handler' is dynamically set via the 'set_global_handler' function from 'llama_index.callbacks.global_handlers'. Before using any LLM integration (e.g., Ollama) that triggers the handler, call 'set_global_handler' with the appropriate evaluation mode. Alternatively, ensure a fresh virtual environment and install the latest llama-index from source using 'pip install git+https://github.com/run-llama/llama_index.git'.
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