GitHub Tools provides GitHub tools for eve agents
·2026.07.07 09:00
Key point
GitHub Tools has released an SDK for eve agents, making it possible to build agents with GitHub capabilities in just a few lines of code.
Details
GitHub Tools has released the eve toolset via a new @github-tools/sdk/eve subpath. Developers can build a fully-featured GitHub agent in just one line of code using presets such as maintainer.
Key features are as follows:
- Secure-by-default configuration: All write tools, such as
mergePullRequest, require approval unless the user opts out. You can also gate individual tools viaalways,once, or input-conditional predicates, and interrupted tasks persist across restarts. - Various presets: With the
code-review,issue-triage,repo-explorer,ci-ops, andmaintainerpresets, you can selectively configure or merge only the tool sets you need. - Optimized reads: High-volume read tools like
listPullRequestFilesandgetCommitimprove efficiency by reducing the amount of data the model sees, while still delivering the full payload to the channel.
This summary was generated automatically by AI. Check the original for the author's claims and context. Copyright belongs to the original author.
Our guide explains how the AI works. Report summary errors, attribution issues, or removal requests via Contact.