Tag: 自动化
All the articles with the tag "自动化".
-
OpenClaw Automation in Practice: Building a 24/7 AI Assistant with Cron + Heartbeat
A deep dive into OpenClaw's Cron Job and Heartbeat mechanisms—from choosing between them to engineering practice—with a real production case study covering error handling, state management, and cost optimization.
-
AI Agent-Driven Development: The Paradigm Shift from Tools to Workflows
How AI Agents are evolving from "assistive tools" into "collaborative partners" and reshaping the modern developer workflow. Based on real project experience, a deep dive into three core capabilities — context awareness, proactive execution, and tool orchestration — with complete code examples.
-
AI Agent Multi-Task Collaboration in Practice: From Monolith to Distributed Workflows
How to design and build a multi-task collaboration system for AI Agents, covering task decomposition, state management, and error recovery. A hands-on look at agent collaboration architecture through a real blog-publishing workflow.
-
AI Agent Memory Systems in Practice: OpenClaw Memory Best Practices
A deep dive into OpenClaw's memory architecture, from file layout to retrieval tuning, with actionable best practices for managing AI Agent memory
-
From Command Line to Conversational Programming: Building a Personal Dev Assistant with AI Agents
A deep dive into building an AI dev assistant from scratch with memory, tool calling, and task planning — a hands-on look at AI-native development patterns
-
Safely Exposing a Local AI Assistant to the Internet: SSH Reverse Tunnels in Practice
Expose a locally running OpenClaw Gateway to the public internet with an SSH reverse tunnel plus an Nginx reverse proxy, accessible via your own domain. All data stays local, with multiple layers of security — at zero cost.