Skip to content

open-gitagent/pr-review-agent

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

general-agent

A general-purpose GAP (gitagent protocol) agent.

Driven via gitagent / gitclaw and intended to be invoked from @computeragent infrastructure — e.g. through a Slack bot or the /run, /tasks, or /sandboxes endpoints of a ComputerAgent harness server.

Files

  • agent.yaml — GAP manifest (model, runtime, version)
  • SOUL.md — system prompt / persona

Usage

# As a one-shot task via the ComputerAgent SDK
runTask({
  source: { kind: "github", repo: "shreyas-lyzr/general-agent" },
  harness: "gitagent",
  envs: { ANTHROPIC_API_KEY: process.env.ANTHROPIC_API_KEY },
  message: "Investigate the current directory and summarize what you find.",
});

About

A general-purpose GAP (gitagent protocol) agent — driven by gitagent / gitclaw.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • MDX 99.0%
  • Python 1.0%