Give your eve agent GitHub tools
Nine lines of code. That's all it takes to build a complete GitHub agent with eve's new toolset.

Why it matters
Eve ships native GitHub integration for agents, lowering the barrier to autonomous code workflow automation. This positions agent-as-product deeper into developer infrastructure.
The key facts
7 to knowEve GitHub Tools SDK now available via @github-tools/sdk subpath
Preset configurations: code-review, issue-triage, repo-explorer, ci-ops, maintainer
Write tools (mergePullRequest, etc.) require approval by default; opt-out available
Tool-level access control via scope predicates and input-dependent gates
High-volume read operations (listPullRequestFiles, getCommit) auto-trim model context
Approval gates survive restarts and deploys
Reduces GitHub agent setup to ~9 lines of code
Go to the source
Vercel Blogvercel.com
Publisher excerpt: now ships an toolset through the new subpath. One file in can register every GitHub tool, or use a preset such as , so you can build a complete GitHub agent in nine lines of code.GitHub Toolseve@github-tools/sdk/eveagent/tools/maintainer Get started by following the .knowledge base guide Every…