🤖

Agent Framework

Core frameworks for building AI agents

194 projects

Related Articles

Agent 评估LLM 评测自动化测试

Agent Evaluation and Testing: From Vibe Checks to End-to-End Pipelines

Most teams evaluate agents by checking a few examples. Real evaluation needs layered metrics, non-rotting datasets, and judges that push back. This article provides runnable code patterns and a practical decision framework.

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.

LettaMemGPTAI Agent

Building Stateful AI Agents: A Deep Dive into Letta (MemGPT)

Learn how to build stateful AI agents with long-term memory using Letta (formerly MemGPT), solving the LLM context window limitation.