🧠

Multi-Agent

Frameworks for multi-agent collaboration

151 projects

(24 / 151)

Related Articles

容错工具调用重试

Agent Tool-Call Fault Tolerance: Timeouts, Retries, Fallbacks, Idempotency

A systematic guide to seven tool-call fault tolerance patterns: timeout hierarchy, exponential backoff with jitter, circuit breakers, fallback provider chains, recoverable error classification, structured validation, and idempotency keys -- keeping agents stable in unstable real-world environments.

AI Agent工作流编排DAG

Agent Workflow Orchestration in Practice: Production Patterns from DAG to State Machines

Most agent workflows fail at the orchestration layer, not the model. A practical comparison of DAG, state machine, and visual builder approaches with production-ready code for error handling, human approval gates, and conditional branching.

AI AgentLangChainLangGraph

2025 AI Agent Framework Selection Guide

An in-depth comparison of mainstream AI agent frameworks including LangChain, LangGraph, CrewAI, and AutoGen to help you choose the best development stack.

AutoGPT部署教程Docker

Complete Local Deployment Guide for AutoGPT

A step-by-step tutorial for installing and running AutoGPT locally, including environment setup, Docker deployment, and common troubleshooting.

browser-useWeb AutomationAgent

Web Automation Agent in Practice: Limits and Best Practices of browser-use

A practical breakdown of browser-use strengths and limits in web task automation, with strategies for stable execution and failure recovery.

AI Agent入门教程Python

Build Your First AI Agent from Scratch

A hands-on guide to building a complete AI agent from scratch, covering environment setup, core components, and tool integration.