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.
agent.yaml— GAP manifest (model, runtime, version)SOUL.md— system prompt / persona
# 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.",
});