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.
IFTrying to install Hive via pip install -e . from the repository root results in a non-functional placeholder package.
THENUse the provided quickstart script (quickstart.sh on macOS/Linux, quickstart.ps1 on Windows) to set up the environment. This creates the necessary virtual environments and credential store.
IFUser wants to install Hermes Agent on their system.
THENRun the installation script from the official repository. The script works on Linux, macOS, WSL2, and Android via Termux. After installation, reload your shell and start Hermes with the `hermes` command.
IFWhen installing @modelcontextprotocol/sdk from a GitHub URL (e.g., npm install @modelcontextprotocol/sdk@github:modelcontextprotocol/typescript-sdk), the dist directory is missing, causing module imports to fail with 'Cannot find module .../dist/...'.
THENInstall the published npm package version (e.g., @modelcontextprotocol/sdk@1.11.0) from the npm registry instead of using a git URL. If you must use a git URL, ensure the package is built (e.g., by running the prepare script) before importing. As a workaround, use a hybrid import pattern: require the SDK modules for runtime and import only the TypeScript types.
IFYou need the full Ruflo loop (98 site_1, 60+ commands, MCP server, hooks, daemon) for production use.
THENRun the one-line install script or the npx wizard: `curl -fsSL https://cdn.jsdelivr.net/gh/ruvnet/ruflo@main/scripts/install.sh | bash` or `npx ruflo@latest init wizard`. This adds necessary configuration files to your workspace and enables all features.
IFNeed to install CrewAI framework to build multi-agent systems.
THENUse `uv pip install crewai` to install the base package. For additional tools, run `uv pip install 'crewai[tools]'`. Ensure Python >=3.10 <3.14 is installed.
IFNeed to install the AutoGen framework for multi-agent AI applications.
THENInstall the core packages `autogen-agentchat` and `autogen-ext[openai]` using pip. Also install `autogenstudio` for the no-code GUI. Ensure Python 3.10 or later is available.
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