Skip to main content
Agent Protocol Stack: MCP, A2A, and AG-UI

Agent Protocol Stack: MCP, A2A, and AG-UI

  • Introduction to the Agent Protocol Stack: MCP, A2A, and AG-UI
  • Architecture and Core Components of the A2A Protocol
  • Typical Interaction Flow in the A2A Protocol
  • Architecture, Workflow, and Core Technical Features of AG-UI

LizAbout 5 minLLMMCPA2AAG-UIAI Agent
CrewAI: The Leading Multi-Agent Framework

CrewAI: The Leading Multi-Agent Framework

  • Two Automation Modes in CrewAI: Crews & Flows
  • Flow Control Logic of CrewAI Flows
  • Three Modular Components of CrewAI Crews (Agents, Tasks, Crews)
  • CrewAI Use Case: Stock Analysis System

LizAbout 9 minLLMCrewAIAgentMulti-Agent
AI Code Editor Source Code Exploration

AI Code Editor Source Code Exploration

  • Introduction to Void AI Code Editor
  • Overall Source Code Architecture
  • Key Functional Source Code Details

LizAbout 25 minLLMSource CodeAI Code EditorVoidCursor
MCP Technical Overview

MCP Technical Overview

  • Concept, Evolution, and Significance of MCP
  • MCP Architecture, Core Components, and Function Types
  • MCP Client and MCP Server
  • How Different Roles Use MCP

LizAbout 8 minLLMMCP
EasyR1 + Verl + Ray + QwenVL + GRPO

EasyR1 + Verl + Ray + QwenVL + GRPO

  • Background Introduction
  • GRPO Four Main Steps
  • Implementation of GRPO Training Code Using EasyR1
  • Practical Record of GRPO Training Details

LizAbout 5 minLLMEasyR1VerlRayQwenVLGRPO
SFTTrainer Source Code Exploration: Prepare Train

SFTTrainer Source Code Exploration: Prepare Train

  • Prepare Train Overall Logic
  • Prepare Train Code Details
    • _inner_training_loop
    • training_step
    • compute_loss
    • PeftModelForCausalLM.forward
    • Linear4bit.forward

LizAbout 5 minLLMSFTTrainerSource CodePrepare Train
SFTTrainer Source Code Exploration: Prepare Dataset

SFTTrainer Source Code Exploration: Prepare Dataset

  • Prepare Dataset Overall Logic
  • Prepare Dataset Code Details
    • SFTTrainer.init
    • DataCollatorForLanguageModeling
    • _prepare_dataset

LizAbout 3 minLLMSFTTrainerSource CodePrepare Dataset