docs(web-agent): multi-agent single systemd service setup guide - #91
Merged
Conversation
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.
anshuman-armorcode
approved these changes
Aug 3, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds documentation for running multiple ArmorCode Web Agents on one host as a single fate-shared systemd service.
web-agent/MULTI_AGENT_SYSTEMD_SETUP.md— styled afterSUPERVISORD_SETUP.md, with the supervisor script and systemd unit embedded inline (self-contained, copy-paste).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=alwaysrestarts the whole group together.Scope
Note on base branch
Cut from
origin/qaper team convention, butqano longer exists on the remote, so this PR targetsmain(the default branch). Retarget if a different base is preferred.Testing
run-agents.shwas validated locally withbash -n(syntax OK).