-
Notifications
You must be signed in to change notification settings - Fork 0
GitHub Agent Node
github-actions[bot] edited this page Apr 5, 2026
·
1 revision
Node GitHub Action agent for PR merge visualization, optional LLM hydration, optional ast-grep / full hydrate when enabled in the workflow, and review comments.
npm install @mergetonic/github-agent
# Bins: merge-tonic-github-agent, mergetonic-github-agentThe primary integration path is the composite action: agents/github-action-agent-node/action.yml.
agents/github-action-agent-node/package.json
- Monorepo source:
agents/github-action-agent-node/ - Package README:
agents/github-action-agent-node/README.md
- Default
merge_engine=git: isolated worktree merge, new run PR, comments on that PR — see GitHub-Agents-Runtime. - Optional ast hydration installs
@ast-grep/cliand forwards hydrate flags / env (Chroma, embeddings) from action inputs. - Requires GitHub token scopes for PR comments and optional checks; fork PRs may restrict inline review comments.