Skip to content

docs(web-agent): multi-agent single systemd service setup guide - #91

Merged
dmeenaarmorcode merged 1 commit into
mainfrom
docs-multi-agent-systemd-setup
Aug 3, 2026
Merged

docs(web-agent): multi-agent single systemd service setup guide#91
dmeenaarmorcode merged 1 commit into
mainfrom
docs-multi-agent-systemd-setup

Conversation

@dmeenaarmorcode

Copy link
Copy Markdown
Contributor

Summary

Adds documentation for running multiple ArmorCode Web Agents on one host as a single fate-shared systemd service.

  • New: web-agent/MULTI_AGENT_SYSTEMD_SETUP.md — styled after SUPERVISORD_SETUP.md, with the supervisor script and systemd unit embedded inline (self-contained, copy-paste).
  • Updated: web-agent/README.md — links the new guide as a 4th setup method.

Behaviour documented: if any single agent process stops, the supervisor terminates the rest and exits; Restart=always restarts the whole group together.

Scope

  • Docs only. No runtime scripts or unit files are committed in this PR (2 files changed: the new guide + README link).

Note on base branch

Cut from origin/qa per team convention, but qa no longer exists on the remote, so this PR targets main (the default branch). Retarget if a different base is preferred.

Testing

  • Documentation change only; no code paths affected.
  • Embedded run-agents.sh was validated locally with bash -n (syntax OK).

Add MULTI_AGENT_SYSTEMD_SETUP.md documenting how to run multiple
web agents on one host as a single fate-shared systemd service, and
link it from the web-agent README setup methods.

Docs only; no runtime scripts or unit files committed.
@dmeenaarmorcode
dmeenaarmorcode merged commit eae7007 into main Aug 3, 2026
4 checks passed
@dmeenaarmorcode
dmeenaarmorcode deleted the docs-multi-agent-systemd-setup branch August 3, 2026 13:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants