You can now add GitHub tools to your eve agent as an extension.
Add the package, drop one file in
Install
Then register it from a file in
Get started by creating a GitHub connector and reading the documentation.
Read more
Continue reading...
Add the package, drop one file in
agent/extensions/, and your agent gets all 42 tools with Vercel Connect auth, presets, and approval rules built in.Install
@github-tools/eve-extension:Then register it from a file in
agent/extensions/:
Connector-backed auth: Pass a Vercel Connect connector and the extension mints short-lived, scoped GitHub tokens at runtime.
Presets scope the toolset:code-review,issue-triage,repo-explorer,ci-ops, andmaintainermap to Connect scopes automatically, so tokens carry only the permissions the tools need.
Approval rules travel with the config: Every write tool requires approval by default. Gate individual tools withalways,once, or an input-dependent predicate, like approving comments only outside your own org.
Namespaced and versioned: The filename sets the namespace, so tools run in the agent asgithub__addPullRequestComment. Upgrade the package to pick up new tools and fixes, and the config schema is validated on import.
Get started by creating a GitHub connector and reading the documentation.
Read more
Continue reading...