Best overallChecked 1h agoDead linkFree plan available
Why it wins
Orchestrates teams of specialized AI agents with distinct roles, goals, and tools. Sequential and parallel execution. Best Python framework for production multi-agent systems.
When not to use
Developer tool. requires Python setup and prompt engineering knowledge.
best for specialized workflowsChecked 1h agoDead linkFree plan available
Why it wins
CrossChainBridge compares bridge protocols (Stargate, Axelar, LayerZero) to find optimal routes for moving assets between blockchains with lowest fees and execution time.
When not to use
Skip if the workflow above is not a close match. compare the rest of this list first.
best for specialized workflowsChecked 1h agoDead linkPro
Why it wins
CapitalGainsTracker monitors realized and unrealized gains and losses across all stock holdings to optimize tax-loss harvesting and plan for tax obligations.
When not to use
Skip if the workflow above is not a close match. compare the rest of this list first.
Prompt pack for Build AI agents and multi-agent workflows
Copy and paste these prompts into your chosen tool to get started.
Fill in placeholders (optional):
Design an AI agent that can [describe agent task]. Specify: the tools it needs, the decision loop, how it handles errors, and when it should stop and ask for human input.
Write a simple ReAct agent in Python using [LangChain/LlamaIndex/bare API] that can search the web, read a URL, and answer questions about the content.
I want to build a multi-agent system where: Agent A does [task], Agent B does [task], and they collaborate to complete [goal]. Design the architecture and communication pattern.
Write the tool definitions for an AI agent that can: read emails, write draft replies, look up CRM records, and schedule calendar events.
My agent keeps getting stuck in loops. Write a prompt and logic that helps the agent recognize when it's not making progress and take a different approach.
Build an agent that processes a [document type] and takes a sequence of actions based on its contents: [describe actions]. Use [framework or API].