blevinstein/blevinstein-github-agent

Run an LLM agent in response to GitHub events, with mustache-templated instructions.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
instructionsPath to a file (e.g., file://fix-issue.txt) or inline string with instructions. Supports mustache.js templating with event context.yes
modelLLM model to use.yes
system_promptSystem prompt to send as a system message before the user message.no
log_actions_to_issueIf true, post the agent's responses to the issue or PR as a comment.nofalse
mcp_serversJSON string or file:// path specifying additional MCP server configs to use (optional). Example: |\n {\n "time": {\n "type": "stdio",\n "command": "docker",\n "args": ["run", "-i", "--rm", "mcp/time"]\n }\n }no
add_label_on_successComma-separated list of labels to add to the issue or PR after a successful run.no
remove_label_on_successComma-separated list of labels to remove from the issue or PR after a successful run.no
add_label_on_errorComma-separated list of labels to add to the issue or PR if an error occurs.no
remove_label_on_errorComma-separated list of labels to remove from the issue or PR if an error occurs.no
mcp_startup_timeoutTimeout in milliseconds to wait for MCP servers to start (default: 10000).no

no outputs