mirror of
https://github.com/moltbot/moltbot.git
synced 2026-04-24 07:01:49 +00:00
docs: add background tasks cross-references across 6 doc pages
Link to /automation/tasks from all pages that mention subagent runs, ACP runs, or detached background work: - tools/subagents.md: note that each sub-agent run is tracked as a background task - tools/acp-agents.md: note that ACP session spawns are tracked as background tasks - cli/index.md: link tasks section to doc page, add tasks audit subcommand - concepts/queue.md: note that detached lane runs are tracked as background tasks - gateway/configuration-reference.md: cron section cross-ref to tasks - help/faq.md: add tasks link to sub-agent offloading FAQ answer
This commit is contained in:
@@ -79,7 +79,7 @@ Defaults: `debounceMs: 1000`, `cap: 20`, `drop: summarize`.
|
||||
|
||||
- Applies to auto-reply agent runs across all inbound channels that use the gateway reply pipeline (WhatsApp web, Telegram, Slack, Discord, Signal, iMessage, webchat, etc.).
|
||||
- Default lane (`main`) is process-wide for inbound + main heartbeats; set `agents.defaults.maxConcurrent` to allow multiple sessions in parallel.
|
||||
- Additional lanes may exist (e.g. `cron`, `subagent`) so background jobs can run in parallel without blocking inbound replies.
|
||||
- Additional lanes may exist (e.g. `cron`, `subagent`) so background jobs can run in parallel without blocking inbound replies. These detached runs are tracked as [background tasks](/automation/tasks).
|
||||
- Per-session lanes guarantee that only one agent run touches a given session at a time.
|
||||
- No external dependencies or background worker threads; pure TypeScript + promises.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user