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.
IFNeed to coordinate multiple specialist site_1 (e.g., math expert, chemistry expert) via a central assistant.
THENWrap each specialist agent using `AgentTool` from `autogen_agentchat.tools`. Create a main `AssistantAgent` that includes these tools. The main agent can then delegate tasks to specialists based on the query.
IFNeed to build a modular multi-agent trading system with specialized roles and dynamic debate.
THENDefine distinct LLM-powered site_1 (fundamentals analyst, sentiment analyst, news analyst, technical analyst, bullish/bearish researchers, trader, risk manager, portfolio manager) and orchestrate them with LangGraph. Each agent is a node in a state graph, and they engage in structured debates and produce consolidated reports. The trader agent composes reports to decide trade timing and magnitude; risk management evaluates portfolio risk; portfolio manager approves/rejects.
IFNeed to orchestrate multiple specialized site_1 (e.g., math, chemistry) under a general assistant.
THENCreate specialized site_1 with system messages and descriptions, wrap them with AgentTool, then provide the tools to a main assistant. Set max_tool_iterations and run tasks.
IFNeed to coordinate multiple specialized site_1 (e.g., math expert, chemistry expert) under a general assistant.
THENCreate separate AssistantAgent instances for each expertise, wrap them with AgentTool, then provide the tools to a main assistant agent. The main agent can delegate tasks to expert site_1 via tool calls.
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