ToolsThe story, in brief

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.

Illustration of independent geometric mechanisms passing paper tasks along branching amber tracks.
AI agents and the coordination of work.AI illustration by KeyNews
The KeyNews take

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 know
  1. Eve GitHub Tools SDK now available via @github-tools/sdk subpath

  2. Preset configurations: code-review, issue-triage, repo-explorer, ci-ops, maintainer

  3. Write tools (mergePullRequest, etc.) require approval by default; opt-out available

  4. Tool-level access control via scope predicates and input-dependent gates

  5. High-volume read operations (listPullRequestFiles, getCommit) auto-trim model context

  6. Approval gates survive restarts and deploys

  7. 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…
Read original report
Back to today's editionMore tools news

Keep reading

Related stories

More from Tools