mazrean/AI Agent

Execute GitHub Models API with MCP Tools

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit Jan 3, 2026
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: mazrean/actions-ai-agent@aca4e5e0aecc36e2b079464550a1a252928806c1 # no releases — HEAD as of 2026-07-11

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
promptThe prompt for the modelyes
modelThe model to usenoopenai/gpt-4.1
base-urlThe base url to usenohttps://models.github.ai
system-promptThe system prompt for the modelnoYou are a helpful assistant
max-tokensThe maximum number of tokens to generateno4000
tokenThe token to useno${{ github.token }}
mcp-config-fileThe MCP config file to useno./.ai-actions/mcp.json
memory-db-fileThe memory db file to useno./.ai-actions/memory.db
timeoutThe timeout for the modelno
namedescription
responseThe response from the model