Guides¶
How-to guides for building with langclaw.
| Guide | What it covers |
|---|---|
| Tools | @app.tool() — register custom tools |
| Channels | Telegram, Discord, Slack, WebSocket, custom channels |
| Workflows | @app.workflow() — durable, typed, multi-step routines |
| Subagents | app.subagent() — specialist agents in isolated contexts |
| RBAC | app.role() — gate tools, subagents, and workflows per role |
| Scheduled Jobs | Cron-driven jobs through the same pipeline |
| Probe Harness | E2E testing through the real gateway pipeline |
| Architecture | Message flow, middleware order, component map |