wolaizuo
Practical & Tech

Build Guide

Practical guides to answer 'How to build'. Covers mainstream agent frameworks, Python code snippets, local hosting, and workflow configurations.

πŸ’‘ Technical Takeaways

This developer guide solves 'how-to' implementation bottlenecks. Topics cover visual workflow orchestration in Dify (including HTTP scraper and Webhook nodes), Anthropic's new Model Context Protocol (MCP) server integration, pure Python Multi-Agent schedules, and containerized private deployments (Ollama + Docker + DeepSeek-R1). Code modules are organized logically for PMs and developers.

Dify/Coze Intermediate

Automating Social Media Content Writing and Publishing with Dify Workflows

#Dify#Workflow#Practice

Learn how to build a Dify workflow containing a scraper node, an LLM rewrite node, formatting utility, and social media webhooks.

MCP Protocol Advanced

Model Context Protocol (MCP) Quickstart Guide

#MCP#Database#Integration

How Anthropic's new protocol standardizes LLM communication with local file systems, databases, and third-party APIs.

Python Code Advanced

Writing a Multi-Agent Collaborative Framework in Pure Python

#Python#MultiAgent#Advanced

Build a custom Multi-Agent coordinator using basic Python and standard API endpoints. Learn agent orchestration from first principles.

Local Hosting Intermediate

Deploying Llama-3 & DeepSeek-R1 Locally with Docker and Ollama

#Docker#Ollama#DeepSeek

Set up a containerized local Dify stack and integrate it with Ollama to run high-performance AI models offline.

Full-stack Dev Beginner

Next.js + Vercel AI SDK Part 1: Streaming AI Chat Interface

#Next.js#Vercel AI SDK#AI Chat#Streaming#SSE

Deep dive into HTTP streaming (SSE) protocol, Vercel AI SDK Data Stream Protocol, and build a production-grade chat interface with Markdown rendering, error retry, and token cost awareness.

Full-stack Dev Intermediate

Next.js + Vercel AI SDK Part 2: Inline Tool Calling and Dynamic UI Rendering

#Next.js#Vercel AI SDK#Tool Calling#Function Calling#Dynamic UI

Full deep-dive into OpenAI Function Calling protocol, Tool Call lifecycle, real API integration, dynamic React UI rendering, and production pitfalls.

Full-stack Dev Intermediate

Next.js + Vercel AI SDK Part 3: Multi-Agent Collaboration and Handoff Visualization

#Next.js#Vercel AI SDK#Multi-Agent#Handoff#Orchestration

Compare Supervisor, DAG, and Swarm/Handoff orchestration patterns. Build an Agent Registry for dynamic routing with context management and loop detection.

Full-stack Dev Intermediate

Next.js + Vercel AI SDK Part 4: Human-in-the-Loop Approval Workflows

#Next.js#Vercel AI SDK#Human-in-the-Loop#HITL#Safety

Comprehensive guide to HITL patterns: pre-execution gates, post-execution review, and tiered authorization with audit logging and security considerations.