If you follow OpenClaw Parts 1 and 2, you eventually end up making a single agent do everything.
As you do this, there comes a moment when prompts get tangled, memory gets mixed up, folders get messy, and you feel stuck, not knowing how to organize things anymore.
This lecture is the "Introduction to Multi-Agents (Part 2.5)," designed to help you move one step further from that point.
While maintaining a single bot, we will separate roles into two agents—planner and editor—and connect each agent to different workspaces and Telegram forum topics.
You will personally build a structure where "different agents respond depending on which room you speak in."
By following the hands-on practice, you will have the following in your environment:
- A configuration file defining two agents: `content_planner` and `content_editor`,
- A content folder structure where planning and drafting are separated,
- A Telegram group chat where different agents are attached to specific forum topics,
- And one actual draft of an Inflearn course introduction created through the collaboration of the two agents.
In short, this is a practical class that helps you design the first step of upgrading your Telegram bot from a "single AI assistant" into a "small AI team with divided roles."