Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
H
hermes-node-agent
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lisa
hermes-node-agent
Commits
fe97a4ad
Commit
fe97a4ad
authored
May 14, 2026
by
Lisa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: install browser controller with linux agent
parent
8892ed3a
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
4 deletions
+6
-4
install-node.sh
deploy/linux/install-node.sh
+1
-1
install.sh
install.sh
+4
-2
hermes-node-agent-installer.sh
release/bundle/hermes-node-agent-installer.sh
+1
-1
hermes-node-agent-bundle.zip
release/hermes-node-agent-bundle.zip
+0
-0
No files found.
deploy/linux/install-node.sh
View file @
fe97a4ad
This diff is collapsed.
Click to expand it.
install.sh
View file @
fe97a4ad
...
...
@@ -89,11 +89,13 @@ fi
mkdir
-p
"
$AGENT_DIR
"
mkdir
-p
"
$CONFIG_DIR
"
# Copy agent
script
echo
"[2/5] Installing agent
script
..."
# Copy agent
runtime files
echo
"[2/5] Installing agent
runtime files
..."
cp
"
$(
pwd
)
/node-agent/hermes_node_agent.py"
"
$AGENT_DIR
/hermes-node-agent"
cp
"
$(
pwd
)
/node-agent/browser_controller.py"
"
$AGENT_DIR
/browser_controller.py"
chmod
+x
"
$AGENT_DIR
/hermes-node-agent"
echo
"✓ Installed:
$AGENT_DIR
/hermes-node-agent"
echo
"✓ Installed:
$AGENT_DIR
/browser_controller.py"
# Create or update config interactively, using existing values as defaults
echo
"[3/5] Configuring node..."
...
...
release/bundle/hermes-node-agent-installer.sh
View file @
fe97a4ad
This diff is collapsed.
Click to expand it.
release/hermes-node-agent-bundle.zip
View file @
fe97a4ad
No preview for this file type
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment