Eve agent GitHub tools
Vercel introduced a new GitHub tools subpath for the Eve agent SDK that lets developers build GitHub agents with preset toolsets. Tools require approval by default for safety, with configurable gating options and read tools that trim data for efficiency.
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 write tool, such as , requires approval unless you opt out. Gate individual tools with , , or an input-dependent predicate; pauses survive restarts and deploys.Safe by default:
mergePullRequestalwaysonce, , , , and scope the toolset, alone or merged.Presets:
code-reviewissue-triagerepo-explorerci-opsmaintainerHigh-volume read tools such as and trim what the model sees, while channels still get full payloads.Trimmed reads:
listPullRequestFilesgetCommit
Source: original entry ↗