Ops Development Stories
Ops Development Stories
Mar 1, 2026 · Artificial Intelligence

Build a Multi‑Agent AI Bot System in Feishu Using OpenClaw

This guide explains why a single AI bot becomes inefficient, introduces OpenClaw’s multi‑agent architecture, and provides a step‑by‑step tutorial—including CLI commands, configuration files, and JSON bindings—to set up isolated agents in different Feishu groups that can collaborate through internal communication channels.

AI agentsCLI configurationFeishu
0 likes · 12 min read
Build a Multi‑Agent AI Bot System in Feishu Using OpenClaw
Alibaba Cloud Developer
Alibaba Cloud Developer
Aug 11, 2025 · Artificial Intelligence

How a Multi‑Agent Framework Supercharges Energy‑Sector AI Tasks

This article explains how the authors built a multi‑agent framework for the energy domain that splits complex tasks into simple subtasks, uses a planner‑scheduler‑executor pipeline, implements structured communication, memory management, and streaming output to overcome large‑model attention diffusion and improve efficiency and reliability.

Tool Invocationagent communicationstreaming output
0 likes · 23 min read
How a Multi‑Agent Framework Supercharges Energy‑Sector AI Tasks
Sohu Tech Products
Sohu Tech Products
May 21, 2025 · Artificial Intelligence

Beyond LLM Limits: Function Calling, MCP, and A2A Compared

The article examines the inherent knowledge cutoff of large language models, introduces function calling, Model Context Protocol (MCP), and Agent‑to‑Agent (A2A) as solutions for real‑time data access, compares their architectures, communication patterns, and use cases, and discusses their respective strengths and drawbacks.

A2AAI protocolsFunction Calling
0 likes · 17 min read
Beyond LLM Limits: Function Calling, MCP, and A2A Compared