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.
IFAdmin panel shows blank page after fresh LiteLLM Docker install or upgrade
THENWipe all Docker state with 'docker compose down --volumes --remove-orphans' and 'docker system prune -a --volumes -f'. Then clone a fresh copy of the repository, use a correct docker-compose.yml (example provided), rebuild with 'docker compose build --no-cache' and run 'docker compose up -d'. Ensure Docker Compose v2 is installed (e.g., v2.27.0).
IFLiteLLM proxy fails to start with 'Unable to find Prisma binaries' error when using --use_prisma_migrate in a custom Docker image.
THENAdd a RUN command in your Dockerfile to manually generate the Prisma client before starting the proxy. For example: RUN python -m prisma generate --schema /usr/local/lib/python3.11/site-packages/litellm/proxy/schema.prisma. Ensure the path matches your Python version.
IFNeed to run MindsDB as a self-hosted service with HTTP and MySQL API support.
THENUse the official Docker image. Run `docker run` with environment variable `MINDSDB_APIS=http,mysql` and map ports 47334 and 47335.
IFAdmin panel shows blank page after fresh install or Docker rebuild.
THENRevert the commit that introduced unwanted files (commit 603bd73a173126addf1fb9d72c7d989d54798c6b) or apply the pending PR that fixes the UI build. Then rebuild Docker images with --no-cache and ensure Docker Compose v2 is installed.
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